summaryrefslogtreecommitdiff
path: root/gst-libs/gst/codecparsers/gstmpeg4parser.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-05documentation: fixed a heap o' typosAaron Boxer1-6/+6
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier1-0/+1
2016-06-17codecparsers: drop all otherwizesReynaldo H. Verdejo Pinochet1-1/+1
2016-02-19mpeg4parser: prevent assertion when scanning for sync codeThiago Santos1-2/+5
2015-06-13codecparsers: mpeg4: actually return full number of bits of resync markerLuis de Bethencourt1-2/+2
2015-06-13Revert "codecparsers: remove ignored increment of return"Tim-Philipp Müller1-1/+1
2014-10-29codecparsers: remove ignored increment of returnLuis de Bethencourt1-1/+1
2014-07-21parser: mpeg4: fix vlc table used for sprite trajectoryFabrice Bellet1-15/+15
2014-06-12codecparsers: add C++ guards for MPEG-4 and VP8 parsers.Gwenole Beauchesne1-0/+1
2013-03-03codecparsers: Use correct type specifiers for format strings to fix compiler ...Sebastian Dröge1-4/+4
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-09-14mpeg4parser: parse complexity estimation header in video object layerArnaud Vrac1-7/+29
2012-09-14mpeg4parser: fix some issues related to video object layer parsingArnaud Vrac1-10/+12
2012-05-18codecparsers: mpeg4: do not expect a marker bit where not specifiedMark Nauwelaerts1-1/+0
2012-05-01codecparser: mpeg4 type errorWind Yuan1-1/+1
2012-03-10Fix 'ignoring return value of function declared with const attribute'Thibault Saunier1-2/+2
2012-01-09codecparsers: mpeg4: fix parsing when recursively skipping user dataMark Nauwelaerts1-2/+1
2012-01-05codecparsers: remove h263 gob parsing, since there is no gob immediate after svhZhao Halley1-21/+0
2012-01-05codecparsers: add missing zero_bits in h263 parsingZhao Halley1-0/+4
2012-01-05codecparsers: includes start_marker in h263 header for parsingZhao Halley1-1/+9
2012-01-05codecparsers: fix offset issue in h263 parseZhao Halley1-2/+3
2012-01-05codecparsers: fix mask pattern for h263 start markerZhao Halley1-1/+1
2011-12-06codecparsers: first video_packet_header doesn't start with resync_markerZhao Halley1-3/+13
2011-12-06codecparsers: return NO_PACKET if neededZhao Halley1-2/+2
2011-12-06codecparsers: fix an issue in check resync markerZhao Halley1-1/+1
2011-12-06codecparsers: fix an issue in finding the last video packet in vopZhao Halley1-1/+4
2011-12-06codecparsers: include resync marker in video packet sizeZhao Halley1-2/+6
2011-12-06codecparsers: scan next resync marker after current oneZhao Halley1-1/+1
2011-12-06codecparsers: fix < 0 issue of guint in mpeg4 parserZhao Halley1-6/+6
2011-12-06codecparsers: fix pattern/mask of resync_marker parsing of mpeg4Zhao Halley1-16/+18
2011-12-06codecparsers: fix compile warnings in gstmpeg4parser.cAlessandro Decina1-9/+18
2011-11-29codecparsers: minor fixesTim-Philipp Müller1-7/+3
2011-11-28codecparser: mpeg4: Look for resync code in _mpeg4_parseThibault Saunier1-67/+112
2011-11-28codecparsers: Declare private arrays as static all aroundThibault Saunier1-3/+3
2011-11-28codecparsers: mpeg4: Implement an Mpeg4 part 2 parsing libraryThibault Saunier1-0/+1666