summaryrefslogtreecommitdiff
path: root/gst-libs/gst/codecparsers
Commit message (Expand)AuthorAgeFilesLines
...
* codecparsers: h264: fix derivation of MaxPicNum variable.Gwenole Beauchesne2014-11-141-2/+2
* h264parser: fix GstH264ParserResult documentation typoAurélien Zanelli2014-11-101-1/+1
* codecparsers: h264: recognize SVC NAL units.Gwenole Beauchesne2014-10-292-1/+24
* 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-292-2/+44
* 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-292-1/+110
* codecparsers: h264: add support for Stereo Video Information SEI message.Sreerenj Balachandran2014-10-292-0/+41
* codecparsers: h264: parse seq_parameter_set_mvc_extension().Gwenole Beauchesne2014-10-292-6/+396
* codecparsers: h264: parse MVC syntax elements.Gwenole Beauchesne2014-10-292-13/+177
* codecparsers: remove ignored increment of returnLuis de Bethencourt2014-10-291-1/+1
* vc1parser: fix level values for simple/main profileAurélien Zanelli2014-10-201-2/+2
* vc1parser: take care of endianness when parsing sequence-layerAurélien Zanelli2014-09-181-6/+53
* codecparser: h264: Use proper bit_reader api while parsing buffering_period SEISreerenj Balachandran2014-08-182-8/+8
* codecparsers_h264: initialize some fields of pic_timing structureAurélien Zanelli2014-08-011-0/+3
* parser: mpeg4: fix vlc table used for sprite trajectoryFabrice Bellet2014-07-211-15/+15
* codecparsers: h264: clarifications and documentation fixes.Gwenole Beauchesne2014-07-011-8/+12
* 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-272-1/+60
* 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-262-1/+42
* codecparsers: h264: add nal_reader_skip_long() helper.Gwenole Beauchesne2014-06-263-8/+26
* codecparsers: vp8: move up built-in range decoder private data.Gwenole Beauchesne2014-06-261-1/+1
* codecparsers: h264: fix quantization matrix conversion routine names.Gwenole Beauchesne2014-06-122-14/+14
* codecparsers: add C++ guards for MPEG-4 and VP8 parsers.Gwenole Beauchesne2014-06-123-1/+9
* Revert "h264parser: Remove unused fps_num/fps_den fields"Nicolas Dufresne2014-05-222-1/+21
* h264parser: Remove unused fps_num/fps_den fieldsSebastian Dröge2014-05-222-21/+1
* codecparsers_h264: add gst_h264_video_calculate_framerate()Aurélien Zanelli2014-05-222-0/+78
* 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
* codecparsers: vp8: rename dboolhuff symbols.Sebastian Dröge2014-04-181-1/+4
* codecparsers: vp8: add GStreamer native utilities.Gwenole Beauchesne2014-04-188-3/+905
* codecparsers: add VP8 bitstream parser.Zhao, Halley2014-04-185-3/+1027
* h264parse: Set framerate even for interlaced videosThibault Saunier2014-04-101-2/+1
* codecparsers: cosmetics: drop TAB characters.Gwenole Beauchesne2014-03-255-121/+133
* 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: complete set of NAL unit types.Gwenole Beauchesne2014-03-241-1/+11
* 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-243-20/+8
* codecparsers: h264: fix SEI buffering_period() parsing.Gwenole Beauchesne2014-03-241-4/+8
* codecparsers: h264: fix rbsp_more_data() implementation.Gwenole Beauchesne2014-03-241-18/+27
* codecparsers: Don't use gst_ as prefix for private symbolsEdward Hervey2014-01-293-20/+20
* codecparsers: refactor common nal parsing to nalutilsThiago Santos2014-01-245-607/+451
* h264parse: Fix multiple SEI messages in one SEI RBSP parsing.Aurélien Zanelli2014-01-232-49/+110
* h265parser: remove trailling 0x00 bytes as the spec doesn't allow themThiago Santos2014-01-221-1/+4
* h264parser: remove trailling 0x00 bytes as the spec doesn't allow themThiago Santos2014-01-221-1/+4
* h265parser: Initialize pointer correctly that is never assigned but freed in ...duhui.lee2014-01-211-0/+1