Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-06-29 | omxh264enc: Properly accumulate headers and push before the next frame | Sebastian Dröge | 1 | -6/+37 | |
Fixes output of encoding on RPi, where each header buffer (SPS and PPS) is in a separate OMX buffer. https://bugzilla.gnome.org/show_bug.cgi?id=726669 | |||||
2014-06-24 | omxh264enc: Don't let baseclass finish frames for SPS/PPS buffers | Sebastian Dröge | 1 | -0/+5 | |
Otherwise we a) send them twice, and b) finish a frame for something that does not even include a frame. https://bugzilla.gnome.org/show_bug.cgi?id=726669 | |||||
2014-03-19 | fix filemode | Michal Lazo | 1 | -0/+0 | |
2014-03-16 | omxh264enc: Fix compiler warnings | Sebastian Dröge | 1 | -1/+2 | |
2014-03-16 | omxh264enc: IDR interval, SPS and PPS headers for rpi | Michal Lazo | 1 | -1/+188 | |
https://bugzilla.gnome.org/show_bug.cgi?id=720031 | |||||
2013-04-18 | omx: more printf format fixes | Tim-Philipp Müller | 1 | -2/+3 | |
Fix printf formats again, so that gst-omx compiles warning- free on the Raspberry Pi as well. Unfortunately OMX_UINT32 maybe be typedefed to uint32_t or unsigned long, which doesn't work well with our debugging printf format strings, so just use %u for those and cast to guint. | |||||
2013-04-08 | omx: fix printf formats in debug messages | Tim-Philipp Müller | 1 | -1/+1 | |
OMX_U32 is typedefed to an unsigned long, OMX_TICKS to a 64-bit integer. | |||||
2013-03-22 | omx: fix compiler warnings when compiling with -DG_DISABLE_ASSERT | Tim-Philipp Müller | 1 | -2/+2 | |
As we do for releases. Fixes 'variable may be used uninitialized' warnings. | |||||
2013-03-14 | omx: Only unref caps after usage of its fields | Sebastian Dröge | 1 | -2/+2 | |
2013-03-11 | omxh264enc: If caps specify no profile/level use the component's defaults | Sebastian Dröge | 1 | -32/+37 | |
2013-03-11 | omxh264enc: The h264 encoders are supposed to output byte-stream/au | Sebastian Dröge | 1 | -1/+3 | |
2013-03-01 | omxvideoenc: And set it actually on the right port | Sebastian Dröge | 1 | -2/+5 | |
2013-03-01 | omxvideoenc: Set the coding type in the subclasses to the specific codec | Sebastian Dröge | 1 | -0/+7 | |
2013-02-25 | omxvideoenc: Rename component variable | Sebastian Dröge | 1 | -4/+4 | |
2012-10-22 | omx: Port to video base classes from -base | Sebastian Dröge | 1 | -20/+12 | |
2012-10-17 | omx: gst_element_class_set_details_simple() -> set_static_metadata() | Tim-Philipp Müller | 1 | -1/+1 | |
2012-04-13 | Port to Gst 0.11 | Olivier Crête | 1 | -55/+45 | |
2011-11-29 | omxh264enc: Add support for resending headers after a forced-keyframe | Jonas Larsson | 1 | -0/+10 | |
2011-11-15 | omxh264enc: Detect bytestream stream format and don't put SPS/PPS into the ↵ | Sebastian Dröge | 1 | -0/+24 | |
caps for this format | |||||
2011-08-10 | omxvideoenc: Use "video/x-raw-yuv" as sink template caps instead of strict ↵ | Sebastian Dröge | 1 | -1/+0 | |
I420 caps | |||||
2011-08-02 | omxvideoenc: Don't fail if setting the bitrate or profile is not supported ↵ | Sebastian Dröge | 1 | -107/+113 | |
by the component Also always set/get the profile, even if there are no peer caps. | |||||
2011-07-28 | omxh264enc: Add support for setting profile/level via caps | Sebastian Dröge | 1 | -1/+197 | |
2011-07-25 | omxh264enc: Add H.264 encoder element | Sebastian Dröge | 1 | -0/+125 | |