1. 18 Feb, 2004 2 commits
    • michael's avatar
      flac fixes: · b3e02201
      michael authored
      fix data types of residual&decoded
      fix twos complement bitfields
      fix utf8 (no, utf8 is not the same as the simple and compact uvlc used in nut)
      add truncated bitstream support, both ogg and flac demuxers in mplayer cvs provide incomplete frames, and furthermore it isnt possible to find frameboundaries in flac without decoding it completly
      add escape-less golomb rice decoder (=flac style golomb rice) (ultra efficient, the longest vlc code is just 2^32-1 bits)
      printf->av_log
      fix bps for non independant channels
      fix a few +-1 bugs
      fix sample order for independant channels
      fix data_size
      
      
      git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2791 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
      b3e02201
    • michael's avatar
      flac decoder by (Alex Beregszaszi <alex at fsn dot hu>) · b1382b61
      michael authored
      
      git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2790 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
      b1382b61
  2. 17 Feb, 2004 1 commit
  3. 16 Feb, 2004 1 commit
  4. 14 Feb, 2004 11 commits
  5. 13 Feb, 2004 5 commits
  6. 12 Feb, 2004 1 commit
  7. 11 Feb, 2004 1 commit
  8. 10 Feb, 2004 1 commit
    • romansh's avatar
      · 9d80f0d3
      romansh authored
          * gotta setup coded_frame for encoding. avcodec.h says that for decoding
            lavc is supposed to set it up as well and I don't think I see any
            reason not to.
      
      
      git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2769 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
      9d80f0d3
  9. 09 Feb, 2004 1 commit
  10. 08 Feb, 2004 3 commits
  11. 07 Feb, 2004 8 commits
  12. 06 Feb, 2004 5 commits