summaryrefslogtreecommitdiff
path: root/gst-libs/gst/codecparsers/gsth264parser.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* codecparsers: h264: add support for Frame Packing Arrangement SEI message.Sreerenj Balachandran2014-10-291-0/+62
* codecparsers: h264: add support for Stereo Video Information SEI message.Sreerenj Balachandran2014-10-291-0/+28
* codecparsers: h264: parse seq_parameter_set_mvc_extension().Gwenole Beauchesne2014-10-291-6/+291
* codecparsers: h264: parse MVC syntax elements.Gwenole Beauchesne2014-10-291-13/+120
* codecparser: h264: Use proper bit_reader api while parsing buffering_period SEISreerenj Balachandran2014-08-181-4/+4
* codecparsers_h264: initialize some fields of pic_timing structureAurélien Zanelli2014-08-011-0/+3
* codecparsers: h264: fix identification of EOSEQ and EOS NALs.Gwenole Beauchesne2014-07-011-2/+2
* codecparsers: h264: fix memory leak in GstH264PPS.Gwenole Beauchesne2014-06-271-1/+58
* codecparsers: h264: add support for Recovery Point SEI message.Aurélien Zanelli2014-06-261-0/+29
* codecparsers: h264: add nal_reader_skip_long() helper.Gwenole Beauchesne2014-06-261-8/+3
* codecparsers: h264: fix quantization matrix conversion routine names.Gwenole Beauchesne2014-06-121-6/+6
* Revert "h264parser: Remove unused fps_num/fps_den fields"Nicolas Dufresne2014-05-221-1/+20
* h264parser: Remove unused fps_num/fps_den fieldsSebastian Dröge2014-05-221-20/+1
* codecparsers_h264: add gst_h264_video_calculate_framerate()Aurélien Zanelli2014-05-221-0/+75
* codecparsers: h264: fix parsing of slice groups for map type = 2.Gwenole Beauchesne2014-04-271-1/+1
* codecparsers: h264: fix derivation of default scaling lists.Gwenole Beauchesne2014-04-261-1/+10
* h264parse: Set framerate even for interlaced videosThibault Saunier2014-04-101-2/+1
* codecparsers: h264: fix slice_header() parsing for MVC.Li Xiaowei2014-03-241-1/+1
* codecparsers: h264: add gst_h264_parse_nalu_header() helper.Gwenole Beauchesne2014-03-241-9/+18
* codecparsers: h264: add gst_h264_parse_sps_data() helper.Gwenole Beauchesne2014-03-241-54/+69
* codecparsers: h264: clean-up gst_h264_parser_parse_sei_message().Gwenole Beauchesne2014-03-241-21/+22
* codecparsers: h264: fix skipping of unsupported SEI messages.Gwenole Beauchesne2014-03-241-4/+8
* codecparsers: h264: fix SEI buffering_period() parsing.Gwenole Beauchesne2014-03-241-4/+8
* codecparsers: Don't use gst_ as prefix for private symbolsEdward Hervey2014-01-291-4/+4
* codecparsers: refactor common nal parsing to nalutilsThiago Santos2014-01-241-338/+5
* h264parse: Fix multiple SEI messages in one SEI RBSP parsing.Aurélien Zanelli2014-01-231-48/+109
* h264parser: remove trailling 0x00 bytes as the spec doesn't allow themThiago Santos2014-01-221-1/+4
* h264parser: not all startcodes should have 3-byte 0 prefixMatej Knopp2013-12-141-3/+6
* codecparsers: h264: fix picture level scaling lists derivation (rule B).Cong Zhong2013-12-101-2/+2
* codecparsers: Fix bad condition in h264 parserAurélien Zanelli2013-11-071-1/+1
* codecparsers: Remove some unused functionsSebastian Dröge2013-11-071-15/+0
* codecparsers: h264: store quantization matrices in zig-zag orderSreerenj Balachandran2013-10-021-4/+1
* codecparsers: h264: add helpers to convert quantization matricesSreerenj Balachandran2013-10-021-0/+100
* all: Fix for GST_DISABLE_GST_DEBUGEdward Hervey2013-07-291-0/+4
* codecparsers: h264: fix calculation of the frame cropping rectangle.Gwenole Beauchesne2013-07-091-8/+9