summaryrefslogtreecommitdiff
path: root/libavformat/timefilter.c
Commit message (Expand)AuthorAge
* Fix compilation of timefilter test program.Diego Biurrun2011-04-11
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Replace rand() usage by av_lfg_get().Diego Biurrun2009-04-10
* cosmetics: Align output columns.Diego Biurrun2009-04-10
* Add my name to copyright & author as requested by the original author.Michael Niedermayer2009-03-06
* Add code to the self test to print jitter & drift.Michael Niedermayer2009-03-06
* Add '#undef rand' to fix test program build.Diego Biurrun2009-03-06
* cosmetics: Fix test program warnings.Diego Biurrun2009-03-06
* Vertical align.Michael Niedermayer2009-03-06
* Better name for integrator2_state.Michael Niedermayer2009-03-06
* Add clock_period parameter, this should make the code easier to use.Michael Niedermayer2009-03-06
* Selftest code.Michael Niedermayer2009-03-06
* Fix bug with time==0 being special.Michael Niedermayer2009-03-06
* Adapt first factor.Michael Niedermayer2009-03-06
* Merge ff_timefilter_read() and ff_timefilter_update(), this simplifies API andMichael Niedermayer2009-03-06
* Allow timespans to vary.Michael Niedermayer2009-03-06
* Reorder operations, 20% improved performance, 1 variable less.Michael Niedermayer2009-03-05
* Timefilter code by Olivier Guilyardi o list O samalyse o comMichael Niedermayer2009-03-05