gstreamer/gst-libs/gst/codecparsers
Tim-Philipp Müller 95c842a860 codecparsers: remove problematic 'extern inline'
'extern inline' was added in 2fb76c89 for MSVC (it was just
'inline' before), but all of this doesn't really make sense,
the functions are not going to be inlined anyway, and what
'extern inline' means exactly also appears to depend on the
Cxx standard targetted. Let's just remove the 'extern inline'
entirely. At least gcc6 still emits the exact same code as
before anyway. Fixes compilation/linking with gcc 4.8 as
used on L4T on the TK1.
2017-01-10 16:03:30 +00:00
..
dboolhuff.AUTHORS codecparsers: vp8: add GStreamer native utilities. 2014-04-18 16:32:40 +02:00
dboolhuff.c codecparsers: Indent file 2015-01-23 12:26:16 +01:00
dboolhuff.h codecparsers: Add another G_GNUC_INTERNAL 2015-12-30 11:54:14 +02:00
dboolhuff.LICENSE codecparsers: vp8: add GStreamer native utilities. 2014-04-18 16:32:40 +02:00
dboolhuff.PATENTS codecparsers: vp8: add GStreamer native utilities. 2014-04-18 16:32:40 +02:00
gsth264parser.c codecparsers: h264parse: improve documentation commentary 2016-11-29 10:34:16 +00:00
gsth264parser.h codecparsers: h264parse: docs spellcheck 2016-11-29 10:30:50 +00:00
gsth265parser.c codecparsers: h265: Fix initialization of slice_deblocking_filter_disabled_flag 2016-02-20 10:55:46 +02:00
gsth265parser.h codecparsers: drop all otherwizes 2016-06-17 15:58:09 -07:00
gstjpeg2000sampling.c codecparsers: jpeg2000: don't allow 0 value for array access with i-1 2016-07-01 12:20:14 +01:00
gstjpeg2000sampling.h jpeg2000parse: use enums for colorspace and sampling, rather than strings 2016-06-24 11:23:31 +03:00
gstjpegparser.c Fix some MSVC warnings about const-ness 2016-11-15 14:53:49 +02:00
gstjpegparser.h codecparsers: jpeg: add some padding to ScanHdr struct 2015-06-21 17:13:07 +01:00
gstmpeg4parser.c codecparsers: drop all otherwizes 2016-06-17 15:58:09 -07:00
gstmpeg4parser.h codecparsers: add C++ guards for MPEG-4 and VP8 parsers. 2014-06-12 10:25:54 +02:00
gstmpegvideometa.c Cast away const from GstMetaInfo in *_get_meta_info() functions 2016-11-15 14:53:49 +02:00
gstmpegvideometa.h codecparsers: cosmetics: drop TAB characters. 2014-03-25 15:48:40 +01:00
gstmpegvideoparser.c codecparsers: drop all otherwizes 2016-06-17 15:58:09 -07:00
gstmpegvideoparser.h codecparsers: drop all otherwizes 2016-06-17 15:58:09 -07:00
gstvc1parser.c codecparsers: drop all otherwizes 2016-06-17 15:58:09 -07:00
gstvc1parser.h vc1parser: fix level values for simple/main profile 2014-10-20 12:40:54 +02:00
gstvp8parser.c codecparsers: add VP8 bitstream parser. 2014-04-18 16:32:40 +02:00
gstvp8parser.h codecparsers: add C++ guards for MPEG-4 and VP8 parsers. 2014-06-12 10:25:54 +02:00
gstvp8rangedecoder.c codecparsers: vp8: move up built-in range decoder private data. 2014-06-26 16:04:54 +02:00
gstvp8rangedecoder.h codecparsers: add VP8 bitstream parser. 2014-04-18 16:32:40 +02:00
gstvp9parser.c codecparser: vp9: move persistent fields from GstVp9FrameHdr to GstVp9Parser 2016-04-01 14:12:08 +03:00
gstvp9parser.h codecparser: vp9: move persistent fields from GstVp9FrameHdr to GstVp9Parser 2016-04-01 14:12:08 +03: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
nalutils.c codecparsers: remove problematic 'extern inline' 2017-01-10 16:03:30 +00:00
nalutils.h codecparsers: Spread some G_GNUC_INTERNAL in various places 2015-12-30 11:40:59 +02:00
parserutils.c Fix FSF address 2012-11-04 00:09:59 +00:00
parserutils.h codecparsers: Spread some G_GNUC_INTERNAL in various places 2015-12-30 11:40:59 +02:00
vp8utils.c codecparsers: vp8: add GStreamer native utilities. 2014-04-18 16:32:40 +02:00
vp8utils.h codecparsers: Spread some G_GNUC_INTERNAL in various places 2015-12-30 11:40:59 +02:00
vp9utils.c codecparsers: vp9: move license blurb into header and remove aux files 2015-12-30 11:04:32 +00:00
vp9utils.h codecparsers: vp9: move license blurb into header and remove aux files 2015-12-30 11:04:32 +00:00