1. 03 Oct, 2012 1 commit
  2. 02 Oct, 2012 1 commit
  3. 16 May, 2011 1 commit
    • 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
  4. 15 Mar, 2010 1 commit
    • Måns Rullgård's avatar
      Add FATE tests · 2fad0977
      Måns Rullgård authored
      This adds a "fate" make target which runs the full FATE test suite.
      Individual tests can be run with "make fate-$testname".
      
      The location of the FATE test samples must be specified with the
      --samples=PATH option to configure.
      
      The tests/fate-update.sh script regenerates the references files and
      test list from the online FATE database.  These are checked in since
      generating them requires non-standard tools.
      
      Originally committed as revision 22552 to svn://svn.ffmpeg.org/ffmpeg/trunk
      2fad0977