• 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
Name
Last commit
Last update
..
ac3_fixed Loading commit data...
adpcm_adx Loading commit data...
adpcm_ima_qt Loading commit data...
adpcm_ima_wav Loading commit data...
adpcm_ms Loading commit data...
adpcm_swf Loading commit data...
adpcm_yam Loading commit data...
alac Loading commit data...
aref Loading commit data...
dca Loading commit data...
flac Loading commit data...
g723_1 Loading commit data...
mp2 Loading commit data...
pcm_alaw Loading commit data...
pcm_f32be Loading commit data...
pcm_f32le Loading commit data...
pcm_f64be Loading commit data...
pcm_f64le Loading commit data...
pcm_mulaw Loading commit data...
pcm_s16be Loading commit data...
pcm_s16le Loading commit data...
pcm_s24be Loading commit data...
pcm_s24le Loading commit data...
pcm_s32be Loading commit data...
pcm_s32le Loading commit data...
pcm_s8 Loading commit data...
pcm_u8 Loading commit data...
ra144 Loading commit data...
roqaudio Loading commit data...