summaryrefslogtreecommitdiff
path: root/omx/gstomxh264enc.c
Commit message (Expand)AuthorAgeFilesLines
* omxh26xenc: fix coverity with frame testStéphane Cerveau2020-04-081-3/+1
* omxh264enc: send codec data downstreamGuillaume Desmottes2019-12-221-2/+7
* omxh264enc: no need to check if codeconfig has startcodeGuillaume Desmottes2019-12-221-18/+14
* omxh26xenc: Negotiate subframe modeNicolas Dufresne2019-12-221-3/+25
* omxh264enc: Add 'ref-frames' propertyShinya Saito2019-06-041-1/+23
* omx: Add hardware classifiers to encoders/decodersCharlie Turner2019-03-261-1/+1
* omxh26{4,5}enc: don't pick default 10-bit profileGuillaume Desmottes2018-04-261-13/+0
* omxh264: factor out gst_omx_h264_utils_get_profile_from_enum()Guillaume Desmottes2018-04-251-26/+5
* add support for NV12_10LE32 and NV16_10LE32 on zynqultrascaleplusGuillaume Desmottes2018-02-281-6/+19
* omxh264enc: add some encoding propertiesGuillaume Desmottes2018-01-301-0/+105
* zynqultrascaleplus: add support for extra AVC levelsGuillaume Desmottes2017-11-231-0/+14
* omxh264enc: fix caps leakPonnam Srinivas2017-09-221-4/+6
* omxh264enc: Re-add periodicty-idr property for backward compatJan Schmidt2017-07-131-0/+12
* omxh264enc: fix typo in "periodicty-idr" property nameGuillaume Desmottes2017-07-121-1/+1
* omxh264enc: move profile and level parsing functions to their own filesGuillaume Desmottes2017-07-111-65/+3
* omxh264enc: raise a warning if AVCIntraPeriod is not supportedGuillaume Desmottes2017-07-031-1/+5
* omxh264enc: add 'b-frames' propertyGuillaume Desmottes2017-07-031-6/+60
* omxh264enc: fix typo in 'set_avc_intra_period'Guillaume Desmottes2017-07-031-2/+2
* omxh264enc: set profile/level using OMX_VIDEO_PARAM_AVCTYPE as wellGuillaume Desmottes2017-06-291-0/+55
* omxh264enc: factor out update_param_profile_level()Guillaume Desmottes2017-06-291-30/+56
* omxh264enc: factor out string to profile/level enum conversionGuillaume Desmottes2017-06-291-50/+67
* omxh264enc: use OMX_IndexConfigBrcmVideoIntraPeriod on piGuillaume Desmottes2017-06-281-0/+52
* omxh264enc: factor out set_avc_intra_perdiod()Guillaume Desmottes2017-06-281-39/+48
* omxh264enc: Properly accumulate headers and push before the next frameSebastian Dröge2014-06-291-6/+37
* omxh264enc: Don't let baseclass finish frames for SPS/PPS buffersSebastian Dröge2014-06-241-0/+5
* fix filemodeMichal Lazo2014-03-191-0/+0
* omxh264enc: Fix compiler warningsSebastian Dröge2014-03-161-1/+2
* omxh264enc: IDR interval, SPS and PPS headers for rpiMichal Lazo2014-03-161-1/+188
* 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