summaryrefslogtreecommitdiff
path: root/gst/videoparsers/gsth263parse.c
Commit message (Expand)AuthorAgeFilesLines
* videoparsers: Fix GstBaseParse::get_sink_caps() implementationsSebastian Dröge2012-06-051-8/+20
* videoparsers: Update for baseparse API changesSebastian Dröge2012-03-301-2/+2
* Merge remote-tracking branch 'origin/0.10'Sebastian Dröge2012-03-291-3/+4
|\
| * Fix 'ignoring return value of function declared with const attribute'Thibault Saunier2012-03-101-7/+6
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-281-4/+4
* | h263parse: fix compilationWim Taymans2012-02-151-0/+1
* | videoparsers: chain up to parent event handlerWim Taymans2012-02-151-3/+1
* | videoparsers: adjust to modified baseparse APIMark Nauwelaerts2012-02-131-47/+27
* | port some more to new memory APIMark Nauwelaerts2012-01-251-5/+4
* | h263parse: make level and profile fields in caps stringsTim-Philipp Müller2012-01-221-5/+14
* | Merge remote-tracking branch 'origin/master' into 0.11Edward Hervey2011-11-251-0/+35
|\ \ | |/
| * h263parse: Implement ::get_sink_caps vfunc to propagate downstream caps const...Sebastian Dröge2011-11-241-0/+34
* | videoparsers: port to 0.11René Stadler2011-11-241-23/+21
|/
* h263parse: bring debug statements up to desired specsMark Nauwelaerts2011-09-191-5/+6
* h263parse: Add all always present fields to the src template capsSebastian Dröge2011-09-071-1/+1
* videoparsers: Allow parsed streams to be passed through the parsersSebastian Dröge2011-09-071-2/+1
* h263parse: also extract width and height into capsMark Nauwelaerts2011-05-251-0/+4
* h263parse: simplify minimum frame size handlingMark Nauwelaerts2011-05-231-3/+3
* videoparsers: port to baseparse, which is now in libgstbase in coreTim-Philipp Müller2011-04-091-4/+4
* h263parse: allocate H263Params struct on the stackTim-Philipp Müller2011-03-031-9/+7
* h263parse: move to videoparsers and separate plugin registrationMark Nauwelaerts2011-01-281-0/+359