summaryrefslogtreecommitdiff
path: root/gst/videoparsers/gsth264parse.c
Commit message (Expand)AuthorAgeFilesLines
* videoparsers: Fix GstBaseParse::get_sink_caps() implementationsSebastian Dröge2012-06-051-7/+10
* h264parse: also consider nal_length_size when inserting codec dataMark Nauwelaerts2012-05-171-3/+9
* Merge remote-tracking branch 'origin/0.10'Mark Nauwelaerts2012-04-061-12/+14
|\
| * h264parse: tweak default setting of format and alignment in codec_data caseMark Nauwelaerts2012-04-061-2/+2
| * h264parse: do not use _unchecked bytewriter variants to insert configMark Nauwelaerts2012-04-061-6/+11
* | videoparsers: Update for baseparse API changesSebastian Dröge2012-03-301-5/+5
* | Merge remote-tracking branch 'origin/0.10'Sebastian Dröge2012-03-291-7/+13
|\ \ | |/
| * Fix 'ignoring return value of function declared with const attribute'Thibault Saunier2012-03-101-8/+8
| * h264parse: consider nal_length_size when constructing codec_dataMark Nauwelaerts2012-02-231-1/+3
* | update for memory api changesWim Taymans2012-03-151-3/+3
* | fix for caps api changesWim Taymans2012-03-111-3/+2
* | h264parse: remove _chain hackMark Nauwelaerts2012-02-151-130/+107
* | videoparsers: adjust to standardized baseparse frame state trackingMark Nauwelaerts2012-02-151-6/+1
* | Merge branch 'master' into 0.11Mark Nauwelaerts2012-02-151-2/+2
|\ \ | |/
| * h264parse: use proper NALU offset for config data insertionMark Nauwelaerts2012-02-151-2/+2
* | videoparsers: don't leak eventWim Taymans2012-02-151-0/+1
* | videoparsers: chain up to parent event handlerWim Taymans2012-02-151-38/+41
* | videoparsers: adjust to modified baseparse APIMark Nauwelaerts2012-02-131-16/+17
* | h264parse: fixup mergeMark Nauwelaerts2012-02-131-1/+1
* | h264parse: report after mergeWim Taymans2012-02-101-3/+3
* | Merge branch 'master' into 0.11Wim Taymans2012-02-101-99/+148
|\ \ | |/
| * h264parse: unobfuscate frame parsing codeMark Nauwelaerts2012-02-101-101/+95
| * h264parse: decrease passthrough negotiation preferenceMark Nauwelaerts2012-02-031-0/+16
| * h264parse: disable optimized packetized processing for reverse playbackMark Nauwelaerts2012-02-011-4/+12
| * h264parse: also mind SEI position for config data insertionMark Nauwelaerts2012-02-011-0/+16
| * h264parse: unbreak optimized packetized NALU collection processingMark Nauwelaerts2012-02-011-9/+24
* | h264parse: fix refcount errorWim Taymans2012-02-091-1/+1
* | port some more to new memory APIMark Nauwelaerts2012-01-251-32/+37
* | Merge branch 'master' into 0.11Sebastian Dröge2012-01-101-12/+63
|\ \ | |/
| * h264parse: use the framerate that was copied a few lines aboveVincent Penquerc'h2012-01-091-2/+2
| * h264parse: fix test and set not using the same inputVincent Penquerc'h2012-01-061-1/+1
| * h264parse: fix and tweak frame timestampingMark Nauwelaerts2012-01-041-3/+28
| * 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
* | Merge remote-tracking branch 'origin/master' into 0.11-premergeEdward Hervey2011-12-301-56/+418
|\ \ | |/
| * h264parse: avoid pushing SPS/PPS at start only if both are found in streamAlessandro Decina2011-12-191-4/+24
| * h264parse: do wait for a keyframe when handling force key unit eventsAlessandro Decina2011-12-181-2/+0
| * h264parse: handle force key unit eventsAlessandro Decina2011-12-061-0/+186
| * 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-011-6/+12
| * h264parse: rework PAR parsingAlessandro Decina2011-12-011-29/+150
| * h264parse: respect pixel-aspect-ratioLuciana Fujii Pontello2011-12-011-1/+18
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-281-4/+4
* | videoparsers: fix format warningsMatej Knopp2011-11-281-3/+3
* | videoparsers: port to 0.11René Stadler2011-11-241-104/+139
|/
* h264parse: remove redundant codeMark Nauwelaerts2011-11-181-5/+1