summaryrefslogtreecommitdiff
path: root/omx/gstomxh264enc.c
Commit message (Expand)AuthorAgeFilesLines
* Add NVIDIA omx implementationbaserock/1.0.0.1/tegranvidia2015-11-041-71/+335
* omx: more printf format fixesTim-Philipp Müller2013-04-181-2/+3
* omx: fix printf formats in debug messagesTim-Philipp Müller2013-04-081-1/+1
* omx: fix compiler warnings when compiling with -DG_DISABLE_ASSERTTim-Philipp Müller2013-03-221-2/+2
* omx: Only unref caps after usage of its fieldsSebastian Dröge2013-03-141-2/+2
* omxh264enc: If caps specify no profile/level use the component's defaultsSebastian Dröge2013-03-111-32/+37
* omxh264enc: The h264 encoders are supposed to output byte-stream/auSebastian Dröge2013-03-111-1/+3
* omxvideoenc: And set it actually on the right portSebastian Dröge2013-03-011-2/+5
* omxvideoenc: Set the coding type in the subclasses to the specific codecSebastian Dröge2013-03-011-0/+7
* omxvideoenc: Rename component variableSebastian Dröge2013-02-251-4/+4
* omx: Port to video base classes from -baseSebastian Dröge2012-10-221-20/+12
* 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-55/+45
* omxh264enc: Add support for resending headers after a forced-keyframeJonas Larsson2011-11-291-0/+10
* omxh264enc: Detect bytestream stream format and don't put SPS/PPS into the ca...Sebastian Dröge2011-11-151-0/+24
* omxvideoenc: Use "video/x-raw-yuv" as sink template caps instead of strict I4...Sebastian Dröge2011-08-101-1/+0
* omxvideoenc: Don't fail if setting the bitrate or profile is not supported by...Sebastian Dröge2011-08-021-107/+113
* omxh264enc: Add support for setting profile/level via capsSebastian Dröge2011-07-281-1/+197
* omxh264enc: Add H.264 encoder elementSebastian Dröge2011-07-251-0/+125