1. 29 10月, 2011 1 次提交
  2. 28 10月, 2011 1 次提交
  3. 21 10月, 2011 2 次提交
  4. 19 10月, 2011 1 次提交
  5. 18 10月, 2011 1 次提交
  6. 14 10月, 2011 1 次提交
  7. 10 10月, 2011 2 次提交
  8. 06 10月, 2011 1 次提交
  9. 30 9月, 2011 1 次提交
  10. 26 9月, 2011 1 次提交
  11. 22 9月, 2011 1 次提交
  12. 18 9月, 2011 1 次提交
  13. 15 9月, 2011 1 次提交
  14. 04 9月, 2011 1 次提交
  15. 31 8月, 2011 5 次提交
  16. 24 8月, 2011 1 次提交
    • A
      libx264: add 'crf' private option. · d5dc8cc2
      Anton Khirnov 提交于
      Deprecate corresponding global option.
      
      Ideally all x264 private options should be generated automatically, but
      x264 doesn't provide the API for this yet.
      d5dc8cc2
  17. 23 8月, 2011 1 次提交
  18. 17 8月, 2011 1 次提交
  19. 10 8月, 2011 2 次提交
  20. 02 8月, 2011 1 次提交
    • L
      avpacket: signal possibly corrupted packets · 9d39cbf6
      Luca Barbato 提交于
      Use AV_PKT_FLAG_CORRUPT flag to mark packets that might be incomplete
      or have errors. Formats that have a mean to validate their packets
      should use this flag to deliver such information instead of silently
      dropping the packets.
      9d39cbf6
  21. 01 8月, 2011 1 次提交
  22. 23 7月, 2011 1 次提交
  23. 14 7月, 2011 1 次提交
  24. 10 7月, 2011 3 次提交
  25. 10 6月, 2011 1 次提交
  26. 29 5月, 2011 1 次提交
  27. 28 5月, 2011 2 次提交
  28. 19 5月, 2011 1 次提交
  29. 17 5月, 2011 1 次提交
    • S
      iff/8svx: redesign 8SVX demuxing and decoding for handling stereo samples correctly · e280a4da
      Stefano Sabatini 提交于
      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
  30. 10 5月, 2011 1 次提交