1. 07 Aug, 2012 1 commit
  2. 21 Jul, 2012 1 commit
  3. 07 Apr, 2012 1 commit
  4. 06 Apr, 2012 1 commit
  5. 23 Mar, 2012 1 commit
  6. 22 Mar, 2012 1 commit
  7. 20 Mar, 2012 1 commit
  8. 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
  9. 31 Jan, 2012 6 commits
  10. 28 Jan, 2012 2 commits
  11. 04 Dec, 2011 1 commit
  12. 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
  13. 24 Sep, 2011 3 commits
  14. 12 Sep, 2011 1 commit