summaryrefslogtreecommitdiff
path: root/gst/videoparsers/h263parse.c
Commit message (Collapse)AuthorAgeFilesLines
* documentation: fixed a heap o' typosAaron Boxer2019-11-051-1/+1
|
* h263parse: Add debug log for more annexes when plustypeStian Selnes2017-11-251-0/+6
|
* h263parse: fix custom picture format (CPFMT) parsingLyon Wang2015-05-131-20/+37
| | | | | | | | | | | | | In the H263 spec, CPFMT is present only if the use of a custom picture format is signalled in PLUSEPTYPE and UFEP is "001", so we need to check params->format and only if the value is 6 (custom source format) the CPFMT should be read, otherwise it's not present and wrong data will be parsed. When reading the CPFMT, the width and height were not calculated correctly (wrong bitmask). https://bugzilla.gnome.org//show_bug.cgi?id=749253
* all: Fix for GST_DISABLE_GST_DEBUGEdward Hervey2013-07-291-0/+2
| | | | | Where applicable, remove methods that don't do anything different than the default implementation.
* h263parse: fix height extraction for H263pTim-Philipp Müller2013-07-151-1/+1
|
* h263parse: add pixel-aspect-ratio if upstream doesn't provide oneTim-Philipp Müller2013-07-151-0/+7
|
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520
* port some more to new memory APIMark Nauwelaerts2012-01-251-6/+5
|
* videoparsers: port to 0.11René Stadler2011-11-241-1/+7
| | | | Unit tests missing for now.
* videoparsers: Fix set-but-unused warningsOlivier Crête2011-07-121-4/+4
|
* h263parse: also extract width and height into capsMark Nauwelaerts2011-05-251-0/+2
|
* videoparsers: Fix unitialized variablesEdward Hervey2011-03-041-4/+4
| | | | Makes macosx compiler happy
* h263parse: allocate H263Params struct on the stackTim-Philipp Müller2011-03-031-5/+1
| | | | It's flat and not kept around for longer.
* h263parse: minor clean-upsTim-Philipp Müller2011-03-031-4/+5
| | | | const-ify some arguments and re-indent header a little.
* h263parse: move to videoparsers and separate plugin registrationMark Nauwelaerts2011-01-281-0/+666