1. 27 Sep, 2012 1 commit
  2. 17 May, 2012 1 commit
    • Anton Khirnov's avatar
      ffmpeg: add support for audio filters. · fc49f22c
      Anton Khirnov authored
      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
  3. 20 Mar, 2012 1 commit
  4. 11 Feb, 2012 1 commit
  5. 07 Feb, 2012 1 commit
    • Anton Khirnov's avatar
      avconv: rework -t handling for encoding. · 1270e12e
      Anton Khirnov authored
      Current code compares the desired recording time with InputStream.pts,
      which has a very unclear meaning. Change the code to use actual
      timestamps of the frames passed to the encoder.
      
      In several tests, one less frame is encoded, which is more correct.
      
      In the idroq test one more frame is encoded, which is again more
      correct.
      
      Behavior with stream copy should be unchanged.
      1270e12e
  6. 12 Dec, 2011 1 commit
  7. 18 Nov, 2011 1 commit
  8. 13 Jul, 2011 1 commit
  9. 29 Apr, 2011 1 commit
  10. 28 Apr, 2011 1 commit
  11. 17 Apr, 2011 2 commits
  12. 30 Jan, 2011 1 commit
  13. 28 Jan, 2011 2 commits
  14. 26 Jan, 2011 1 commit
  15. 08 Mar, 2010 4 commits
  16. 02 Mar, 2010 1 commit
  17. 24 Feb, 2010 1 commit
  18. 16 Jan, 2010 1 commit