summaryrefslogtreecommitdiff
path: root/gst-libs/gst/codecparsers
Commit message (Expand)AuthorAgeFilesLines
* h264parse: extract CEA-708 closed captionsTim-Philipp Müller2019-04-082-0/+78
* h265parse: forward time codesMathieu Duponchelle2019-04-012-0/+96
* h264parse: forward time codesMathieu Duponchelle2019-04-011-0/+15
* h265parser: parse SEI recovery pointGuillaume Desmottes2018-12-022-1/+43
* h265parser: Various update of vps parsingSeungha Yang2018-11-072-6/+40
* h265parser: Fix wrong maximum range check in gst_h265_parse_vps()Seungha Yang2018-11-071-4/+11
* h265parser: Stop considering 6 bytes NAL completeNicolas Dufresne2018-11-061-1/+6
* h264parser: Stop considering 5 bytes NAL completeNicolas Dufresne2018-11-061-1/+7
* libs: fix API export/import and 'inconsistent linkage' on MSVCTim-Philipp Müller2018-09-249-2/+25
* meson: Maintain macOS ABI through dylib versioningNirbheek Chauhan2018-08-311-0/+1
* codecparsers: mpeg2: don't mess the StartCode only packetsSreerenj Balachandran2018-06-011-1/+1
* h264parse: add constrained and progressive profilesGuillaume Desmottes2018-04-251-2/+5
* codecparsers: GST_EXPORT -> GST_CODEC_PARSERS_APITim-Philipp Müller2018-03-1314-113/+156
* h265parser: allow partial matching on range extension profileGuillaume Desmottes2018-03-051-38/+114
* h265parse: add support for 'Format range extensions profiles'Guillaume Desmottes2018-03-052-2/+127
* h265parser: parse extra profile fieldsGuillaume Desmottes2018-03-052-1/+34
* h265parser: decouple GstH265Profile and GstH265ProfileIDCGuillaume Desmottes2018-03-052-0/+51
* h264parser: Expose framerate even if fixed_frame_rate flag isn't setNicolas Dufresne2018-02-211-1/+1
* codecparser: vp8: Fix range decoder initSreerenj Balachandran2018-01-301-1/+1
* nalutils: Fix Exponential-Golomb 'ue' parsingEdward Hervey2018-01-021-1/+1
* codecparsers: mpegvideoparser: remove API that was deprecated 5 years agoTim-Philipp Müller2017-11-262-255/+0
* meson: remove vs_module_defsHavard Graff2017-10-051-1/+0
* codecparsers: make debug categories staticTim-Philipp Müller2017-08-116-6/+6
* codecparsers: mark symbols explicitly for export with GST_EXPORTTim-Philipp Müller2017-07-1811-25/+139
* codecparsers: h264: flesh out documentation for GST_H264_PARSER_NO_NAL_ENDTim-Philipp Müller2017-07-041-0/+9
* jpeg2000sampling: fix critical when sampling is missing from capsVincent Penquerc'h2017-06-081-1/+2
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-1210-76/+49
* codecparsers: remove problematic 'extern inline'Tim-Philipp Müller2017-01-101-7/+7
* codecparsers: h264parse: improve documentation commentaryAnton Eliasson2016-11-291-26/+31
* codecparsers: h264parse: docs spellcheckAnton Eliasson2016-11-291-14/+14
* Fix some MSVC warnings about const-nessScott D Phillips2016-11-151-1/+1
* Cast away const from GstMetaInfo in *_get_meta_info() functionsScott D Phillips2016-11-151-2/+3
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+54
* codecparsers: Explicitly export functions marked inlineNirbheek Chauhan2016-08-191-7/+7
* codecparsers: jpeg2000: don't allow 0 value for array access with i-1Tim-Philipp Müller2016-07-011-1/+4
* codecparsers: jpeg2000: fix possible out-of-bounds array accessTim-Philipp Müller2016-07-011-4/+4
* jpeg2000parse: fix typo in sampling checkLuis de Bethencourt2016-06-281-1/+1
* jpeg2000parse: use enums for colorspace and sampling, rather than stringsAaron Boxer2016-06-243-0/+217
* h264parse: fix default time_offset_lengthMichael Olbrich2016-06-211-1/+1
* codecparsers: drop all otherwizesReynaldo H. Verdejo Pinochet2016-06-176-23/+23
* h264parser: maintain minimal ABI compatTim-Philipp Müller2016-05-282-0/+4
* h264parser: Remove unused fps_num/fps_den fieldsSebastian Dröge2016-05-282-23/+1
* codecparsers: mpegvideo: Parse more slice header fieldsSreerenj Balachandran2016-04-152-4/+15
* codecparsers: mpegvideo: Add vbv_delay field to PictureHeaderSreerenj Balachandran2016-04-152-2/+3
* codecparsers: mpegvideo: Add more fields to the GstMpegVideoSequenceHdrSreerenj Balachandran2016-04-152-5/+8
* meta: Initialize all GstMeta fieldsSebastian Dröge2016-04-131-0/+1
* codecparser: vp9: move persistent fields from GstVp9FrameHdr to GstVp9ParserSreerenj Balachandran2016-04-012-47/+43
* mpegvideoparser: Handle non-hierarchical profiles againEdward Hervey2016-03-092-1/+6
* codecparsers: h265: Fix initialization of slice_deblocking_filter_disabled_flagScott D Phillips2016-02-201-0/+1
* mpeg4parser: prevent assertion when scanning for sync codeThiago Santos2016-02-191-2/+5