1. 09 Mar, 2013 1 commit
  2. 06 Mar, 2013 1 commit
  3. 23 Jan, 2013 1 commit
  4. 09 Oct, 2012 1 commit
  5. 07 Oct, 2012 2 commits
  6. 06 Oct, 2012 4 commits
  7. 04 Sep, 2012 1 commit
    • Michael Niedermayer's avatar
      adpcmenc: Calculate the IMA_QT predictor without overflow · aa264da5
      Michael Niedermayer authored
      Previously, the value given to put_bits was 10 bits long for positive
      predictors, even though 9 bits were to be written. The extra bit could
      in some cases overwrite existing bits in the bitstream writer cache.
      
      This fixes a failed assert in put_bits.h, when running a version
      built with -DDEBUG.
      
      The fate test result gets slightly improved, thanks to getting rid
      of the overwritten bits in the bitstream writer cache.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      aa264da5
  8. 22 Aug, 2012 1 commit
  9. 07 Aug, 2012 1 commit
  10. 21 Jul, 2012 1 commit
  11. 07 Apr, 2012 1 commit
  12. 06 Apr, 2012 1 commit
  13. 23 Mar, 2012 1 commit
  14. 22 Mar, 2012 1 commit
  15. 20 Mar, 2012 1 commit
  16. 20 Feb, 2012 1 commit
    • Justin Ruggles's avatar
      adpcmenc: Use correct frame_size for Yamaha ADPCM. · 770a5c6d
      Justin Ruggles authored
      Output packet size should match avctx->block_align. The target output packet
      size is 1024 bytes.
      Before:
      mono   - 1024 samples -> 512 bytes
      stereo - 2048 samples -> 2048 bytes
      After:
      mono   - 2048 samples -> 1024 bytes
      stereo - 1024 samples -> 1024 bytes
      770a5c6d
  17. 31 Jan, 2012 6 commits
  18. 28 Jan, 2012 2 commits
  19. 04 Dec, 2011 1 commit
  20. 29 Sep, 2011 1 commit
    • Justin Ruggles's avatar
      adpcm: update reference links · 7c287b18
      Justin Ruggles authored
      Add Multimedia Wiki link.
      Mark dead links with [dead]. Some can still be accessed through archive.org.
      Update URLs for pages which have moved.
      Replace duplicated links in adpcmenc.c with a note to see the ADPCM decoder
      reference documents.
      7c287b18
  21. 24 Sep, 2011 3 commits
  22. 12 Sep, 2011 1 commit