1. 04 Jun, 2015 1 commit
  2. 06 Jun, 2014 1 commit
  3. 01 Apr, 2014 1 commit
  4. 30 Mar, 2014 1 commit
  5. 23 Dec, 2013 1 commit
  6. 07 Aug, 2013 1 commit
  7. 26 Apr, 2013 1 commit
  8. 07 Nov, 2012 3 commits
  9. 27 Sep, 2012 1 commit
  10. 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
  11. 09 Mar, 2012 1 commit
  12. 12 Dec, 2011 1 commit
  13. 11 Dec, 2011 3 commits