| Commit message (Expand) | Author | Age | Files | Lines |
* | Add my name to copyright & author as requested by the original author. | Michael Niedermayer | 2009-03-06 | 1 | -0/+2 |
* | Add code to the self test to print jitter & drift. | Michael Niedermayer | 2009-03-06 | 1 | -0/+18 |
* | Add '#undef rand' to fix test program build. | Diego Biurrun | 2009-03-06 | 1 | -0/+1 |
* | cosmetics: Fix test program warnings. | Diego Biurrun | 2009-03-06 | 1 | -1/+3 |
* | Vertical align. | Michael Niedermayer | 2009-03-06 | 1 | -3/+3 |
* | Better name for integrator2_state. | Michael Niedermayer | 2009-03-06 | 1 | -4/+4 |
* | Add clock_period parameter, this should make the code easier to use. | Michael Niedermayer | 2009-03-06 | 1 | -3/+3 |
* | Selftest code. | Michael Niedermayer | 2009-03-06 | 1 | -0/+48 |
* | Fix bug with time==0 being special. | Michael Niedermayer | 2009-03-06 | 1 | -2/+1 |
* | Adapt first factor. | Michael Niedermayer | 2009-03-06 | 1 | -1/+4 |
* | Merge ff_timefilter_read() and ff_timefilter_update(), this simplifies API and | Michael Niedermayer | 2009-03-06 | 1 | -5/+1 |
* | Allow timespans to vary. | Michael Niedermayer | 2009-03-06 | 1 | -5/+5 |
* | Reorder operations, 20% improved performance, 1 variable less. | Michael Niedermayer | 2009-03-05 | 1 | -5/+4 |
* | Timefilter code by Olivier Guilyardi o list O samalyse o com | Michael Niedermayer | 2009-03-05 | 1 | -0/+77 |