summaryrefslogtreecommitdiff
path: root/libavformat/timefilter.c
Commit message (Collapse)AuthorAge
* Fix compilation of timefilter test program.Diego Biurrun2011-04-11
| | | | | | | The printf function is forbidden in library code, but not in test programs, so #undefine the printf macro that disables the system printf function. Signed-off-by: Diego Biurrun <diego@biurrun.de>
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Replace rand() usage by av_lfg_get().Diego Biurrun2009-04-10
| | | | Originally committed as revision 18420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Align output columns.Diego Biurrun2009-04-10
| | | | Originally committed as revision 18419 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add my name to copyright & author as requested by the original author.Michael Niedermayer2009-03-06
| | | | Originally committed as revision 17858 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add code to the self test to print jitter & drift.Michael Niedermayer2009-03-06
| | | | Originally committed as revision 17857 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add '#undef rand' to fix test program build.Diego Biurrun2009-03-06
| | | | Originally committed as revision 17850 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix test program warnings.Diego Biurrun2009-03-06
| | | | Originally committed as revision 17849 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Vertical align.Michael Niedermayer2009-03-06
| | | | Originally committed as revision 17847 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Better name for integrator2_state.Michael Niedermayer2009-03-06
| | | | Originally committed as revision 17846 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add clock_period parameter, this should make the code easier to use.Michael Niedermayer2009-03-06
| | | | Originally committed as revision 17845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Selftest code.Michael Niedermayer2009-03-06
| | | | Originally committed as revision 17844 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix bug with time==0 being special.Michael Niedermayer2009-03-06
| | | | Originally committed as revision 17843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adapt first factor.Michael Niedermayer2009-03-06
| | | | Originally committed as revision 17842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge ff_timefilter_read() and ff_timefilter_update(), this simplifies API andMichael Niedermayer2009-03-06
| | | | | | avoids calling them in the wrong order. Originally committed as revision 17841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow timespans to vary.Michael Niedermayer2009-03-06
| | | | | | No change in performance if they do not vary. Originally committed as revision 17840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reorder operations, 20% improved performance, 1 variable less.Michael Niedermayer2009-03-05
| | | | Originally committed as revision 17839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Timefilter code by Olivier Guilyardi o list O samalyse o comMichael Niedermayer2009-03-05
Originally committed as revision 17838 to svn://svn.ffmpeg.org/ffmpeg/trunk