summaryrefslogtreecommitdiff
path: root/gst-libs/gst/codecparsers/gsth264parser.h
Commit message (Expand)AuthorAgeFilesLines
* h264parse: Add more NAL types for debugging output.Jan Schmidt2015-07-291-2/+6
* h264parser: fix GstH264ParserResult documentation typoAurélien Zanelli2014-11-101-1/+1
* codecparsers: h264: recognize SVC NAL units.Gwenole Beauchesne2014-10-291-0/+13
* codecparsers: sprinkle some gtk-doc Since: markers for new APITim-Philipp Müller2014-10-291-2/+38
* codecparsers: h264: add support for Frame Packing Arrangement SEI message.Sreerenj Balachandran2014-10-291-1/+48
* codecparsers: h264: add support for Stereo Video Information SEI message.Sreerenj Balachandran2014-10-291-0/+13
* codecparsers: h264: parse seq_parameter_set_mvc_extension().Gwenole Beauchesne2014-10-291-0/+105
* codecparsers: h264: parse MVC syntax elements.Gwenole Beauchesne2014-10-291-0/+57
* codecparser: h264: Use proper bit_reader api while parsing buffering_period SEISreerenj Balachandran2014-08-181-4/+4
* codecparsers: h264: clarifications and documentation fixes.Gwenole Beauchesne2014-07-011-8/+12
* codecparsers: h264: fix memory leak in GstH264PPS.Gwenole Beauchesne2014-06-271-0/+2
* codecparsers: h264: fix typo in GstH264VUIParams description.Gwenole Beauchesne2014-06-261-1/+1
* codecparsers: h264: add support for Recovery Point SEI message.Aurélien Zanelli2014-06-261-1/+13
* codecparsers: h264: fix quantization matrix conversion routine names.Gwenole Beauchesne2014-06-121-8/+8
* Revert "h264parser: Remove unused fps_num/fps_den fields"Nicolas Dufresne2014-05-221-0/+1
* h264parser: Remove unused fps_num/fps_den fieldsSebastian Dröge2014-05-221-1/+0
* codecparsers_h264: add gst_h264_video_calculate_framerate()Aurélien Zanelli2014-05-221-0/+3
* codecparsers: cosmetics: drop TAB characters.Gwenole Beauchesne2014-03-251-8/+9
* codecparsers: h264: complete set of NAL unit types.Gwenole Beauchesne2014-03-241-1/+11
* h264parse: Fix multiple SEI messages in one SEI RBSP parsing.Aurélien Zanelli2014-01-231-1/+1
* codecparsers: h264: add helpers to convert quantization matricesSreerenj Balachandran2013-10-021-0/+12
* h264parser: Parse the cropping-rectangle separately.Sreerenj Balachandran2013-07-091-1/+3
* codecparsers: Fix gtk-docEdward Hervey2013-06-231-0/+1
* codecparsers: h264: add profile enums.Gwenole Beauchesne2013-02-071-0/+37
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* codecparsers: h264parse: don't use anonymous unions.Gwenole Beauchesne2012-09-121-1/+1
* codecparsers: h264: compute pixel aspect ratio.Gwenole Beauchesne2012-09-121-0/+4
* codecparsers: h264: record number of emulation prevention bytes in slice_head...Gwenole Beauchesne2012-03-031-0/+3
* codecparsers: h264: fix ref_pic_list_modification()Gwenole Beauchesne2012-01-201-0/+2
* codecparsers: Variant of _identify_nalu without checksEdward Hervey2011-12-051-0/+4
* codecparsers: h264: record ref_pic_list_modification().Gwenole Beauchesne2011-11-291-14/+32
* codecparsers: Declare the new APIs as unstable for the time beingThibault Saunier2011-09-261-0/+5
* codecparsinglibs: Doc and indentation fixesEdward Hervey2011-09-191-15/+20
* docs: minor fixesEdward Hervey2011-09-021-1/+12
* codecparsers: h264: fix pred_weight_table() parsing.Gwenole Beauchesne2011-09-021-8/+9
* codecparsers: h264: record slice_header() size in bits.Gwenole Beauchesne2011-09-021-0/+3
* codecparsers: h264: fix slice_header() parsing.Gwenole Beauchesne2011-09-021-0/+10
* codecparsers: h264: fix filler-data NAL unit type name.Gwenole Beauchesne2011-09-021-1/+1
* codecparsers: h264: Add an h.264 bitstream parsing libraryThibault Saunier2011-09-021-0/+657