summaryrefslogtreecommitdiff
path: root/omx/gstomxh264dec.c
Commit message (Collapse)AuthorAgeFilesLines
* omx: Add hardware classifiers to encoders/decodersCharlie Turner2019-03-261-1/+1
|
* h264dec: add hack to pass profile and level to OMXGuillaume Desmottes2017-07-111-3/+70
| | | | | | | | | | | | This information can be useful to zynqultrascaleplus decoders. They may use this information to reduce startup latency by configuring itself before receiving the first frames. We also have a custom OMX extension allowing the decoder to report the latency. The profile/level information helps it reporting a more accurate latency earlier. https://bugzilla.gnome.org/show_bug.cgi?id=783114
* omxh264dec: remove 'parsed=true' from sink padGuillaume Desmottes2017-06-291-1/+0
| | | | | | | | | | The decoder only requires to receive one frame per buffer which is already enforced with 'alignment=au'. There is no need to require to have a parser upstream. Allow to run "encode ! decode" pipeline without having a parser. https://bugzilla.gnome.org/show_bug.cgi?id=784344
* omxh264dec: implement is_format_changePhilippe Normand2015-08-161-0/+25
| | | | | | | | The omxvideodecoder class only checks some of the caps parameters but if other fields change such as h264 profile and/or level it wouldn't trigger a reconfiguration. https://bugzilla.gnome.org/show_bug.cgi?id=752376
* omx: Add more constraints to the default sink template capsSebastian Dröge2013-03-191-1/+3
|
* omx: Return the OMX_ERRORTYPE from gst_omx_port_update_port_definitionSebastian Dröge2013-02-281-1/+1
|
* omx: Port to video base classes from -baseSebastian Dröge2012-10-221-4/+4
|
* omx: gst_element_class_set_details_simple() -> set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
|
* Port to Gst 0.11Olivier Crête2012-04-131-34/+13
|
* omxh264dec: Require stream-format=byte-streamSebastian Dröge2011-10-031-1/+1
| | | | Other stream-formats are unlikely to be supported by OMX components.
* omxvideodec: Use "video/x-raw-yuv" as src template caps instead of strict ↵Sebastian Dröge2011-08-101-1/+0
| | | | I420 caps
* omx: Set default roles for the components if none were set from the config fileSebastian Dröge2011-07-211-0/+6
|
* omxh264dec: It's called H.264, not H264Sebastian Dröge2011-07-121-2/+2
|
* omxvideodec: Make sink/src pad template caps configurableSebastian Dröge2011-07-121-21/+5
|
* omxvideodec: Make core/component-name and in/outport index configurableSebastian Dröge2011-07-121-6/+0
|
* omxh264dec: Rename from omxh264videodec to omxh264decSebastian Dröge2011-07-121-0/+137