Skip to content
Snippets Groups Projects
  1. Aug 01, 2012
  2. Jul 31, 2012
  3. Jun 17, 2012
  4. Jun 01, 2012
  5. Jan 13, 2012
  6. Dec 31, 2011
  7. Dec 02, 2011
    • Justin Ruggles's avatar
      Add avcodec_decode_audio4(). · 0eea2129
      Justin Ruggles authored
      Deprecate avcodec_decode_audio3().
      Implement audio support in avcodec_default_get_buffer().
      Implement the new audio decoder API in all audio decoders.
      0eea2129
  8. Nov 09, 2011
  9. Sep 22, 2011
  10. Jul 14, 2011
  11. May 16, 2011
    • Stefano Sabatini's avatar
      iff/8svx: redesign 8SVX demuxing and decoding for handling stereo samples correctly · e280a4da
      Stefano Sabatini authored
      Make the iff demuxer send the whole audio chunk to the decoder as a
      single packet, move stereo interleaving from the iff demuxer to the
      decoder, and introduce an 8svx_raw decoder which performs
      stereo interleaving.
      
      This is required for handling stereo data correctly, indeed samples
      are stored like:
      LLLLLL....RRRRRR
      
      that is all left samples are at the beginning of the chunk, all right
      samples at the end, so it is necessary to store and process the whole
      buffer in order to decode each frame. Thus the decoder needs all the
      audio chunk before it can return interleaved data.
      
      Fix decoding of files 8svx_exp.iff and 8svx_fib.iff, fix trac issue #169.
      e280a4da
  12. May 10, 2011
  13. Mar 19, 2011
  14. Jan 28, 2011
  15. Jan 26, 2011
  16. Nov 12, 2010
  17. Apr 20, 2010
  18. Mar 30, 2010
  19. Apr 07, 2009
  20. Feb 01, 2009
  21. Oct 02, 2008
  22. Jul 31, 2008
  23. Jun 12, 2008
  24. Apr 27, 2008
  25. Mar 31, 2008
  26. Mar 30, 2008
Loading