gstreamer/gst/videoparsers
Nirbheek Chauhan bb0a83b018 plugins: Use explicit type conversion from enums
MSVC warns about this because it's a C++ compiler, and this actually
results in useful things such as the incorrect 'gboolean' return value
for functions that return GstFlowReturn, so let's do explicit
conversions to reduce the noise and increase its efficacy.
2016-10-27 23:06:26 +05:30
..
dirac_parse.c videoparsers: chain up to parent event handler 2012-02-15 12:56:55 +01:00
dirac_parse.h videoparsers: Add dirac parser 2011-02-17 14:43:35 -08:00
gstdiracparse.c bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
gstdiracparse.h diracparse: Post VIDEO_CODEC tag 2013-12-16 10:13:56 +01:00
gsth263parse.c bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
gsth263parse.h h263parse: Post VIDEO_CODEC tag 2013-12-16 10:16:14 +01:00
gsth264parse.c plugins: Use explicit type conversion from enums 2016-10-27 23:06:26 +05:30
gsth264parse.h h264parse: When input alignment=AU, always drain each packet. 2016-06-24 22:55:18 +10:00
gsth265parse.c h265parse: Fix parsing of multiple NALs in the hvcC box 2016-09-26 09:35:25 +03:00
gsth265parse.h h265parse: set the HEADER flag on buffers containing VPS, SPS or PPS 2014-11-07 15:51:48 +01:00
gstjpeg2000parse.c jpeg2000parse: Don't pass NULL strings to the colorspace / sampling parsing functions 2016-09-24 10:05:49 -04:00
gstjpeg2000parse.h videoparsers: fix broken include 2016-06-24 09:39:00 +01:00
gstmpeg4videoparse.c bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
gstmpeg4videoparse.h mpeg4videoparse: do not lose DISCONT flag if buffer isn't pushed 2014-01-08 16:50:38 -03:00
gstmpegvideoparse.c bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
gstmpegvideoparse.h mpegvideoparse: Only add meta if downstream needs it 2013-03-31 19:04:12 +02:00
gstpngparse.c bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
gstpngparse.h Revert "pngparse: improve parsing of the image" 2015-01-07 16:40:25 +00:00
gstvc1parse.c bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
gstvc1parse.h vc1parse: implement asf to *-frame-layer stream-format 2014-11-08 19:01:10 +01:00
h263parse.c h263parse: fix custom picture format (CPFMT) parsing 2015-05-13 11:51:20 +01:00
h263parse.h h263parse: add pixel-aspect-ratio if upstream doesn't provide one 2013-07-15 23:04:35 +01:00
Makefile.am jpeg2000parse: use enums for colorspace and sampling, rather than strings 2016-06-24 11:23:31 +03:00
meson.build Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
plugin.c jpeg2000parse: Add JPEG2000 parser element 2016-06-07 15:29:41 +03:00