]> git.sesse.net Git - ffmpeg/history - libavformat/timefilter.c
libx264: add 'psy_trellis' private option.
[ffmpeg] / libavformat / timefilter.c
2011-04-11 Diego BiurrunFix compilation of timefilter test program.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2009-04-10 Diego BiurrunReplace rand() usage by av_lfg_get().
2009-04-10 Diego Biurruncosmetics: Align output columns.
2009-03-06 Michael NiedermayerAdd my name to copyright & author as requested by the...
2009-03-06 Michael NiedermayerAdd code to the self test to print jitter & drift.
2009-03-06 Diego BiurrunAdd '#undef rand' to fix test program build.
2009-03-06 Diego Biurruncosmetics: Fix test program warnings.
2009-03-06 Michael NiedermayerVertical align.
2009-03-06 Michael NiedermayerBetter name for integrator2_state.
2009-03-06 Michael NiedermayerAdd clock_period parameter, this should make the code...
2009-03-06 Michael NiedermayerSelftest code.
2009-03-06 Michael NiedermayerFix bug with time==0 being special.
2009-03-06 Michael NiedermayerAdapt first factor.
2009-03-06 Michael NiedermayerMerge ff_timefilter_read() and ff_timefilter_update...
2009-03-06 Michael NiedermayerAllow timespans to vary.
2009-03-05 Michael NiedermayerReorder operations, 20% improved performance, 1 variabl...
2009-03-05 Michael NiedermayerTimefilter code by Olivier Guilyardi o list O samalyse...