Michael Niedermayer
c4dabc38a3
Merge commit 'e4fdfdf65d520ce3af13a21ff8a3649e37757af8' into release/0.10
...
* commit 'e4fdfdf65d520ce3af13a21ff8a3649e37757af8':
vf_select: Drop a debug av_log with an unchecked double to enum conversion
Merged-by: Michael Niedermayer <michaelni@gmx.at >
2014-08-09 19:12:46 +02:00
Diego Biurrun
e4fdfdf65d
vf_select: Drop a debug av_log with an unchecked double to enum conversion
...
CC: libav-stable@libav.org
(cherry picked from commit a8d803a320
)
Signed-off-by: Diego Biurrun <diego@biurrun.de >
2014-07-30 13:06:22 -07:00
Clément Bœsch
4da45aff28
cleanup: remove various double end ';' all over the code.
2011-11-16 07:48:23 +01:00
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 >
2011-11-06 00:05:14 +01:00
Reimar Döffinger
d78473334e
Add const to static arrays where it was forgotten.
...
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de >
2011-11-05 15:37:01 +01:00
Nicolas George
1a3fa3ab2c
vf_select: remove mathematical constants now redundant.
...
Signed-off-by: Nicolas George <nicolas.george@normalesup.org >
Signed-off-by: Michael Niedermayer <michaelni@gmx.at >
2011-10-13 18:08:50 +02:00
Michael Niedermayer
9a9ceb8776
Merge remote-tracking branch 'qatar/master'
...
* qatar/master:
lavfi: add select filter
oggdec: fix out of bound write in the ogg demuxer
movenc: create an alternate group for each media type
lavd: add libcdio-paranoia input device for audio CD grabbing
rawdec: refactor private option for raw video demuxers
pcmdec: use unique classes for all pcm demuxers.
rawdec: g722 is always 1 channel/16kHz
Conflicts:
Changelog
configure
doc/filters.texi
libavdevice/avdevice.h
libavfilter/avfilter.h
libavfilter/vf_select.c
tests/ref/lavf/mov
Merged-by: Michael Niedermayer <michaelni@gmx.at >
2011-09-17 22:36:43 +02:00
Stefano Sabatini
d763fb7d47
lavfi: add select filter
...
Signed-off-by: Anton Khirnov <anton@khirnov.net >
2011-09-17 19:08:30 +02:00
Stefano Sabatini
fe3cad0e9e
vf_select: reindent after the previous commit
2011-08-11 16:09:20 +02:00
William Yu
30ea0e47b5
vf_select: add NULL-checks in uninit
...
Fix NULL pointer dereference in case of failed initialization.
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it >
2011-08-11 16:09:20 +02:00
Stefano Sabatini
43fab7aafc
vf_select: check for isnan when setting t from pts
2011-08-11 16:09:15 +02:00
William Yu
298fccad21
vf_select: set start_t if undefined
...
Previously start_t was never set.
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it >
2011-08-11 16:08:55 +02:00
Stefano Sabatini
07586b68a8
lavfi: add select filter
...
Address trac issue #92 .
2011-05-25 12:54:07 +02:00