1. 26 5月, 2012 1 次提交
  2. 25 5月, 2012 1 次提交
  3. 24 5月, 2012 1 次提交
  4. 23 5月, 2012 1 次提交
  5. 21 5月, 2012 1 次提交
  6. 19 5月, 2012 3 次提交
  7. 18 5月, 2012 1 次提交
  8. 17 5月, 2012 2 次提交
    • M
      pcmenc: set correct bitrate value · 7d7b40f4
      Mans Rullgard 提交于
      This fixes a bogus bitrate value in the header of WAV files with
      alaw/ulaw audio.
      Signed-off-by: NMans Rullgard <mans@mansr.com>
      7d7b40f4
    • A
      ffmpeg: add support for audio filters. · fc49f22c
      Anton Khirnov 提交于
      Some of the FATE changes are due to off-by-one different rounding being used
      (lrintf vs av_rescale_q).
      Some fate changes are due to 1 audio frame less being encoded (the new variant seems
      matching what qatar does and according to ffprobe its closer to the requested duration)
      the mapchan feature sadly is lost in this commit because it depends on resampling
      being done in ffmpeg.c which is now moved completely into the av filter layer
      -async is broken after this commit, this will be fixed in subsequent commits
      the new filter reconfiguration system is flawed and will drop a frame on each
      parameter change which is why the nelly moser checksums need updating.
      
      Conflicts:
      
      	ffmpeg.c
      	tests/ref/fate/smjpeg
      fc49f22c
  9. 16 5月, 2012 1 次提交
  10. 15 5月, 2012 8 次提交
  11. 14 5月, 2012 17 次提交
  12. 11 5月, 2012 2 次提交
  13. 10 5月, 2012 1 次提交