summaryrefslogtreecommitdiff
path: root/gst/videoparsers
Commit message (Expand)AuthorAgeFilesLines
* port some more to new memory APIMark Nauwelaerts2012-01-256-79/+95
* Merge branch 'master' into 0.11Sebastian Dröge2012-01-251-0/+1
|\
| * Android, Fix wrong dinamic linking attemptReynaldo H. Verdejo Pinochet2012-01-131-0/+1
* | h263parse: make level and profile fields in caps stringsTim-Philipp Müller2012-01-221-5/+14
* | Merge branch 'master' into 0.11Sebastian Dröge2012-01-103-14/+67
|\ \ | |/
| * h264parse: use the framerate that was copied a few lines aboveVincent Penquerc'h2012-01-091-2/+2
| * mpegvideoparse: add a couple consts on string literal arraysVincent Penquerc'h2012-01-091-2/+3
| * h264parse: fix test and set not using the same inputVincent Penquerc'h2012-01-061-1/+1
| * h264parse: fix and tweak frame timestampingMark Nauwelaerts2012-01-042-3/+29
| * h264parse: prefer negotiating pass-throughMark Nauwelaerts2012-01-031-6/+27
| * h264parse: mark byte-stream AU frame with inserted codec NALs as keyframeMark Nauwelaerts2012-01-031-0/+3
| * h264parse: properly determine skip amount when no NAL start found yetMark Nauwelaerts2012-01-031-1/+3
| * h264parse: some more proper parse state resetMark Nauwelaerts2012-01-031-1/+3
* | mpeg4videoparse: Don't update caps on every bufferSebastian Dröge2012-01-091-0/+2
* | mpeg4videoparse: Don't call gst_buffer_memcmp() with a NULL bufferSebastian Dröge2012-01-091-1/+2
* | Merge remote-tracking branch 'origin/master' into 0.11-premergeEdward Hervey2011-12-306-59/+1383
|\ \ | |/
| * h264parse: avoid pushing SPS/PPS at start only if both are found in streamAlessandro Decina2011-12-192-4/+26
| * mpeg4videoparse: handle force key unit eventsAlessandro Decina2011-12-182-4/+170
| * h264parse: do wait for a keyframe when handling force key unit eventsAlessandro Decina2011-12-181-2/+0
| * videoparsers: fix LIBS order in Makefile.amTim-Philipp Müller2011-12-081-3/+3
| * videoparsers: Do not not skip startcode when neededThibault Saunier2011-12-061-5/+4
| * h264parse: handle force key unit eventsAlessandro Decina2011-12-063-1/+190
| * h264parse: Use faster parsing variant when input is packetizedEdward Hervey2011-12-051-4/+22
| * h264parse: reflow slice nal processingMark Nauwelaerts2011-12-051-38/+20
| * h264parse: optimize slice nal processingMark Nauwelaerts2011-12-051-18/+30
| * h264parse: let upstream PAR override in-stream PARAlessandro Decina2011-12-012-6/+13
| * h264parse: rework PAR parsingAlessandro Decina2011-12-012-29/+151
| * h264parse: respect pixel-aspect-ratioLuciana Fujii Pontello2011-12-012-1/+19
| * codecparser: mpeg4: Look for resync code in _mpeg4_parseThibault Saunier2011-11-281-4/+4
| * mpeg4videoparse: Properly handle profile and level in capsThibault Saunier2011-11-283-11/+15
| * mpeg4videoparse: Port to the new mpeg4parser libraryThibault Saunier2011-11-285-464/+155
| * mpeg4videoparse: Move to the videoparsers pluginThibault Saunier2011-11-286-2/+1082
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-284-16/+15
* | videoparsers: fix format warningsMatej Knopp2011-11-282-5/+5
* | Merge remote-tracking branch 'origin/master' into 0.11Edward Hervey2011-11-253-0/+106
|\ \ | |/
| * mpegvideoparse: Implement ::get_sink_caps vfunc to propagate downstream caps ...Sebastian Dröge2011-11-241-0/+34
| * h263parse: Implement ::get_sink_caps vfunc to propagate downstream caps const...Sebastian Dröge2011-11-241-0/+34
| * diracparse: Implement ::get_sink_caps vfunc to propagate downstream caps cons...Sebastian Dröge2011-11-241-0/+35
* | videoparsers: port to 0.11René Stadler2011-11-245-215/+267
|/
* h264parse: remove redundant codeMark Nauwelaerts2011-11-181-5/+1
* h264parse: fix up AU collection processingMark Nauwelaerts2011-11-181-1/+12
* h264parse: mind to-be-skipped data in subsequent re-used offsetsMark Nauwelaerts2011-11-181-2/+10
* h264parse: avoid additional NAL parsing if no AU collection is neededMark Nauwelaerts2011-11-181-4/+4
* h264parse: some more get_caps tweakingMark Nauwelaerts2011-11-181-2/+3
* h264parse: Implement ::sink_get_caps to allow stream-format conversion againSebastian Dröge2011-11-161-0/+34
* h264parse: outgoing byte stream prefix always has size 4Jonas Larsson2011-11-161-2/+5
* mpegvideoparse: add support for progressive framesMatej Knopp2011-11-102-7/+54
* h264parse: correct debug message and remove some dead codeSreerenj Balachandran2011-10-171-3/+2
* h264parse: correct parsing of "numberOfPictureParameterSets"Sreerenj Balachandran2011-10-171-3/+3
* h264parse: Make proper use of the h264parser lib in parse_chainThibault Saunier2011-10-061-57/+38