1. 25 Oct, 2014 1 commit
  2. 07 Aug, 2013 1 commit
  3. 08 Jan, 2013 1 commit
  4. 04 Jan, 2013 1 commit
    • Alexander Strasser's avatar
      lswr: Improve default resampler's default parameters · ac25b31e
      Alexander Strasser authored
      After making some blind tests on a small collection of music
      samples for home usage. It turned out that the default cutoff
      was too low.
      
      The impact of filter_size was not clearly distinguishable (the
      results were on the edge) with the music samples but turned out
      to be clearly audible in some synthetic samples.
      
      Thanks to Daniel for helping out with the listening tests.
      Signed-off-by: 's avatarAlexander Strasser <eclipse7@gmx.net>
      ac25b31e
  5. 04 Jul, 2012 1 commit
    • Nicolas George's avatar
      ffmpeg: rework checks for the -t option. · 2fc354f9
      Nicolas George authored
      This commit is based on libav's implementation and
      makes sure to compare output timestamps together.
      It also reduces the differences with avconv.
      
      The changes to the test reference files are caused
      by an additional packet at the end, the timestamp
      of the frame encoded by this packet is always
      strictly below the limit stated by the -t option.
      2fc354f9
  6. 18 May, 2012 1 commit
  7. 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
  8. 24 Apr, 2012 1 commit
    • Justin Ruggles's avatar
      FATE: avoid channel mixing in lavf-dv_fmt · c5671aeb
      Justin Ruggles authored
      This partially reverts acb17302
      which would only have needed to change the checksums if channel mixing had
      been properly avoided. This changes the output file size reference and the
      seek test reference back to the previous values.
      c5671aeb
  9. 20 Apr, 2012 1 commit
  10. 02 Feb, 2012 1 commit
  11. 19 Sep, 2011 2 commits
  12. 13 Aug, 2011 1 commit
  13. 02 Mar, 2010 1 commit
  14. 16 Jan, 2010 1 commit