summaryrefslogtreecommitdiff
path: root/libavdevice/timefilter.c
Commit message (Collapse)AuthorAge
* build: Split test programs off into separate filesDiego Biurrun2016-04-07
| | | | | This avoids spurious library rebuilds when only the test program code is changed and simplifies the build system.
* testprogs: Clean up #includesDiego Biurrun2016-03-24
|
* timefilter: Handle memory allocation failureDerek Buitenhuis2013-10-29
| | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-04
|
* timefilter: De-doxygenize normal code comments and drop silly onesDiego Biurrun2012-10-07
|
* Remove some silly disabled code.Diego Biurrun2012-10-01
|
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* 4xm, timefilter: K&R formatting cosmeticsYordan Makariev2012-02-10
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-07
|
* Move timefilter code from lavf to lavd.Anton Khirnov2011-10-21
It's only used in the JACK device. Fixes linking shared lavd with JACK enabled.