Michael Niedermayer
|
d6dba15b97
|
avfilter/vf_mcdeint: Change enums to int, which are accessed via AVOption as int
This fixes depending on implementation defined behavior
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2015-03-20 19:12:57 +01:00 |
|
Michael Niedermayer
|
0f16dfda50
|
Replace PixelFormats which sneaked in over time or where forgotten by AVPixelFormats
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2015-03-18 01:18:40 +01:00 |
|
Clément Bœsch
|
fd682b1892
|
avfilter: handle error in query_formats() of a bunch of random video filters
|
2015-03-16 23:43:12 +01:00 |
|
Michael Niedermayer
|
840570d27b
|
avfilter/vf_mcdeint: avoid uninitilaized fields in AVPacket
This is also simpler
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2015-01-28 00:58:03 +01:00 |
|
Michael Niedermayer
|
961353d842
|
avfilter/vf_mcdeint: Set no_bitstream=1
This avoids unneeded writing of the bitstream
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2015-01-25 19:00:07 +01:00 |
|
Michael Niedermayer
|
ec28cdedde
|
avfilter/vf_mcdeint: fix gop_size
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2015-01-25 16:00:46 +01:00 |
|
Michael Niedermayer
|
325f6e0a97
|
Merge remote-tracking branch 'qatar/master'
* qatar/master:
lavfi: do not export the filters from shared objects
Conflicts:
libavfilter/af_amix.c
libavfilter/af_anull.c
libavfilter/asrc_anullsrc.c
libavfilter/f_select.c
libavfilter/f_settb.c
libavfilter/split.c
libavfilter/src_movie.c
libavfilter/vf_aspect.c
libavfilter/vf_blackframe.c
libavfilter/vf_colorbalance.c
libavfilter/vf_copy.c
libavfilter/vf_crop.c
libavfilter/vf_cropdetect.c
libavfilter/vf_drawbox.c
libavfilter/vf_format.c
libavfilter/vf_framestep.c
libavfilter/vf_frei0r.c
libavfilter/vf_hflip.c
libavfilter/vf_libopencv.c
libavfilter/vf_lut.c
libavfilter/vf_null.c
libavfilter/vf_overlay.c
libavfilter/vf_scale.c
libavfilter/vf_transpose.c
libavfilter/vf_unsharp.c
libavfilter/vf_vflip.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
|
2013-10-29 11:58:11 +01:00 |
|
Michael Niedermayer
|
43487bc5c1
|
avfilter/vf_mcdeint: free frame on error
Fixes CID1026766
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
2013-06-03 15:41:29 +02:00 |
|
Stefano Sabatini
|
e89182fc94
|
lavfi: port mcdeint filter from libmpcodecs
|
2013-06-01 22:34:57 +02:00 |
|