Anton Khirnov
|
4a97ff2fa7
|
lavfi/fifo: add audio version of the fifo filter.
|
13 years ago |
Anton Khirnov
|
27570e211a
|
fifo: fix parenthesis placement.
|
13 years ago |
Anton Khirnov
|
394a2a0452
|
lavfi: rename vf_fifo.c -> fifo.c
It will be used for audio too.
|
13 years ago |
Anton Khirnov
|
803391f719
|
lavfi: remove request/poll and drawing functions from public API on next bump
They are only useful inside filters and we don't allow user filters for
now.
|
13 years ago |
Anton Khirnov
|
c04c533f62
|
lavfi: remove avfilter_null_* from public API on next bump.
Those functions are only useful inside filters. It is better to not
support user filters until the API is more stable.
|
13 years ago |
Clément Bœsch
|
2f0f9a87d0
|
Fix various if parenthesis misplacements.
|
13 years ago |
Reimar Döffinger
|
5af7daabc4
|
Mark AVFilterPad[] compound literals as const.
GCC 4.6.2 at least still seems to fail to put them in .rodata though,
see also http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37303
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
|
13 years ago |
Mans Rullgard
|
2912e87a6c
|
Replace FFmpeg with Libav in licence headers
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
14 years ago |
Stefano Sabatini
|
3fa77bde1b
|
In libavfilter, use consistently "Copyright (c)" in the license
headers.
Originally committed as revision 25838 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
14 years ago |
Stefano Sabatini
|
7f1af825f8
|
Add fifo filter.
Originally committed as revision 24896 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
15 years ago |