summaryrefslogtreecommitdiff
path: root/gst-libs/gst/codecparsers/gsth264parser.c
Commit message (Expand)AuthorAgeFilesLines
* gsth264parser: Fix handling of NALs with emulation byte setMarek Vasut2021-09-091-4/+8
* gsth264parser: reject memory management control op greater than 6Aaron Boxer2021-09-091-1/+1
* gsth264parser: fix typo in debug messageBrad Hards2021-08-271-1/+1
* Use g_memdup2() where available and add fallback for older GLib versionsTim-Philipp Müller2021-08-051-1/+1
* h2645parser: Catch overflows in AVC/HEVC NAL unit length calculationsSebastian Dröge2021-03-241-1/+15
* codecparsers: h264parser: guard against ref_pic_markings overflowAndrew Wesie2020-10-161-3/+7
* codecparsers: h264: Only set relevant default weight valuesNicolas Dufresne2020-05-191-4/+4
* codecparsers: h264: Fix default ref list sizeNicolas Dufresne2020-05-191-2/+11
* h264parser: Removed impossible error caseNicolas Dufresne2020-05-071-6/+0
* h264parse: Properly handle 4 bytes start codeNicolas Dufresne2020-05-071-6/+3
* h264parser: Add APIs to allow update SPS/PPSSeungha Yang2020-04-091-0/+83
* h264parser: Parse all SEI payload type even if it's not handled by parserSeungha Yang2020-04-081-5/+39
* h264parser: Add support for creating picture timing SEISeungha Yang2020-04-081-0/+155
* h264parser: Make GstH264PicTiming self-containing all the syntax informationSeungha Yang2020-04-081-29/+26
* h264parser: Fix some misleading debug messagesSeungha Yang2020-04-081-3/+3
* h264parser: Add a helper method to create and inject raw SEI dataSeungha Yang2020-03-301-0/+480
* h264parser: Expose SEI clear function to publicSeungha Yang2020-03-301-5/+13
* h264parser: Do not allocate too large size of memory for registered user data...Seungha Yang2020-03-231-7/+11
* h264parser: add MDCV and CLL SEI message parsingStéphane Cerveau2020-01-071-0/+49
* documentation: fixed a heap o' typosAaron Boxer2019-11-051-2/+2
* codecparsers: h264: record pic_order_cnt elements sizePhilipp Zabel2019-10-121-0/+5
* codecparsers: h264: record dec_ref_pic_marking() sizePhilipp Zabel2019-10-121-0/+5
* h264parser: Expose parsed GstH264PPS::pic_scaling_matrix_present_flagSeungha Yang2019-10-111-3/+2
* h264parser: Expose all parsed flags of slice headerSeungha Yang2019-10-111-7/+3
* h264parser lib: Add more profile_idc to the recognised setJan Schmidt2019-07-051-1/+3
* h264parse lib: Remove the SPS parse_vui_params flagJan Schmidt2019-07-051-22/+13
* h264parser lib: Warn on invalid pic_timing SEIJan Schmidt2019-07-051-2/+14
* h264parser lib: Always consume all SEI bitsJan Schmidt2019-07-051-2/+12
* h264parser: Return BROKEN_LINK for missing SPSJan Schmidt2019-07-051-2/+5
* codecparsers: fix debug category initialisationTim-Philipp Müller2019-05-251-12/+16
* h264parse: extract CEA-708 closed captionsTim-Philipp Müller2019-04-081-0/+66
* h264parser: Stop considering 5 bytes NAL completeNicolas Dufresne2018-11-061-1/+7
* h264parser: Expose framerate even if fixed_frame_rate flag isn't setNicolas Dufresne2018-02-211-1/+1
* codecparsers: make debug categories staticTim-Philipp Müller2017-08-111-1/+1
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-121-34/+20
* codecparsers: h264parse: improve documentation commentaryAnton Eliasson2016-11-291-26/+31
* h264parse: fix default time_offset_lengthMichael Olbrich2016-06-211-1/+1
* h264parser: maintain minimal ABI compatTim-Philipp Müller2016-05-281-0/+3
* h264parser: Remove unused fps_num/fps_den fieldsSebastian Dröge2016-05-281-22/+1
* codecparser: h264: initialize parsing structuresVíctor Manuel Jáquez Leal2015-10-291-43/+13
* h264parse: Clear SPS info after processing.Jan Schmidt2015-08-151-1/+4
* codecparsers: Add READ_UE_MAX macroEdward Hervey2015-01-231-53/+48
* Constify some static arrays everywhereSebastian Dröge2015-01-211-1/+1
* h264parser: fix stack smashingVincent Penquerc'h2015-01-141-4/+8
* codecparsers: h264: fix derivation of MaxPicNum variable.Gwenole Beauchesne2014-11-141-2/+2
* codecparsers: h264: recognize SVC NAL units.Gwenole Beauchesne2014-10-291-1/+11
* codecparsers: h264: fix number of list0 {,non-}anchor refs.Gwenole Beauchesne2014-10-291-2/+2
* codecparsers: sprinkle some gtk-doc Since: markers for new APITim-Philipp Müller2014-10-291-0/+6
* codecparsers: Initialise nalu extension type to NONEJan Schmidt2014-10-291-1/+2
* h264parser: Fix frame packing SEI parsingJan Schmidt2014-10-291-5/+6