Merge tizen patch based on 1.12.2
[platform/upstream/gstreamer.git] / omx / gstomxvideoenc.c
2017-11-09 Sejun ParkMerge tizen patch based on 1.12.2
2017-10-12 Sejun ParkMerge branch 'tizen' into tizen_4.0
2017-10-11 Sejun Parkfixed coverity issues
2017-09-14 Sejun ParkRemoved build warnings
2017-09-12 Sejun ParkRemoved build warnnings
2017-07-19 Sejun ParkAdded crop flag value to MMVideoBuffer
2017-06-27 Sejun Parkadded missing feature for 64bit
2017-05-08 Sejun Park1. moved gstomx.conf to mmfw-sysconf because of differe...
2017-05-08 Sejun ParkRemoved warning messages and organized code
2017-04-27 Sejun Parkenable encoder and add hevc encoder
2017-04-17 Sejun Parkfixed svace issues
2017-04-11 Sejun ParkAdded vp8 decoder support
2016-12-23 Sejun ParkModify conf file for 64bit
2016-12-06 Sejun ParkRemove undefined reference
2016-12-06 Sejun ParkRemove undefined reference
2016-07-05 Sejun ParkChanged output format of wearable device
2015-12-14 Sejun ParkFix invalid eColorFormat when encoding
2015-12-07 Sejun ParkUpgrade gst-omx to 1.2 with modification
2015-12-02 Sejun ParkMerge branch 'upstream/master' into tizen
2015-12-02 Jeon Hee ChulRelease 1.2.0
2015-12-02 Sejun Parkenabling omx decoder
2015-11-18 Enrique Ocaña GonzálezProperly handle drain requests while flushing
2015-11-12 Sejun ParkUpgrading to version 1.6.1
2015-10-31 Barun Kumar SinghAdding SN12/ST12 format support
2015-10-21 Sejun ParkAdded gst-omx.conf for building 64-bit
2015-08-27 Graham Leggettomxvideoenc: Add keyframe support for the Rpi, using...
2015-07-30 Sejun ParkAdd dump func. for debuffing & Fix build error
2015-07-14 Barun Kumar SinghIncorporating review comments.
2015-05-18 Barun Kumar SinghIncorporating MPEG2 review comments.
2015-03-30 Barun Kumar Singh Adding libtbm support.
2014-09-01 Michal Lazoomxvideoenc: Setup aspect ratio on RPi
2014-08-28 Peng Liuomxvideoenc: Implement the hack flag GST_OMX_HACK_NO_CO...
2014-08-14 Sebastian Drögeomx: Let base classes handle EOS
2014-07-02 Andrey ShelestAdded Samsung specific code.
2014-06-29 Sebastian Drögeomxvideoenc: Implement flush() instead of the deprecate...
2014-05-19 Sebastian Drögeomxvideoenc: Don't forget to unref codec state
2014-05-15 Sebastian Drögeomxvideoenc: Implement hack for not disabling the outpu...
2014-05-10 Sebastian Drögeomxvideoenc: Set nTickCount to the whole duration of...
2014-03-12 Sebastian Drögeomx: Rename function from _4_ to _for_ for clarity
2014-03-12 Christian Königomxvideo: start sharing more code between video decoder...
2014-03-06 Christian Königomxvideoenc: fix a memory leak in gst_omx_video_enc_getcaps
2014-03-03 Christian Königomxvideoenc: simplify _find_nearest_frame
2014-03-02 Christian Königomxvideoenc: fix startup race condition
2014-01-25 Sebastian Drögeomx: Don't handle FLUSHING and NOT_LINKED as errors
2013-07-01 Roman Arutyunyangstomxvideoenc: Set bitrate in setcaps
2013-05-20 Josep Torraomx: Take lock on EOS to update the flow return value
2013-05-06 jitendraomx: Add pads based on element type
2013-04-18 Tim-Philipp Mülleromx: more printf format fixes
2013-04-16 jitendraomx: Disable output port before transition to idle...
2013-04-08 Tim-Philipp Mülleromx: fix printf formats in debug messages
2013-03-16 Josep Torraomx: Clarify that loop task is also paused in EOS
2013-03-16 Josep Torraomxvideoenec: Don't forget propagate flow return value...
2013-03-15 Sebastian Drögeomx: Stop output port task after draining
2013-03-14 Sebastian Drögeomx: Handle the OMX_EventBufferFlag to detect EOS too
2013-03-13 Sebastian Drögeomxvideoenc: Properly check the nVersion field
2013-03-13 Sebastian Drögeomxvideoenc: RPi returns garbage for OMX_IndexParamVide...
2013-03-11 Sebastian Drögeomxvideoenc: Always allocate output buffers from the...
2013-03-11 Sebastian Drögeomxvideoenc: Wait until the Executing state is reached...
2013-03-11 Sebastian Drögeomxvideoenc: Disable output port when setting a new...
2013-03-11 Sebastian Drögeomx: Catch errors when releasing buffers to a port...
2013-03-10 Sebastian Drögeomxvideoenc: Use the correct video codec state when...
2013-03-10 Sebastian Drögeomxvideoenc: Store correct input state
2013-03-10 Sebastian Drögeomxvideoenc: Allocate output buffers as early as possible
2013-03-09 Josep Torraomx: Fix deadlock in encoders and add explainatory...
2013-03-08 Sebastian Drögeomx: Flush and stop srcpad when configuring new caps
2013-03-07 Sebastian Drögeomx: Add timeout to the flush operation and move buffer...
2013-03-07 Sebastian Drögeomx: Do number of buffers configuration explicitely
2013-03-01 Sebastian Drögeomxvideoenc: gst_omx_port_update_port_definition()...
2013-03-01 Sebastian Drögeomxvideo{dec,enc}: Don't use the input state if it...
2013-03-01 Sebastian Drögeomxvideoenc: Only enable the output port after we know...
2013-02-28 Sebastian Drögeomx: Add API for allocating a specific number of buffer...
2013-02-27 Sebastian Drögeomx: Refactor code flow a bit if output port settings...
2013-02-27 Sebastian Drögeomx: Clean up port settings change handling
2013-02-27 Josep Torraomxvideoenc: prevent a NULL pointer access
2013-02-25 Sebastian Drögeomx: Auto-detect the port indizes if possible
2013-02-25 Sebastian Drögeomx: Refactor querying of component supported caps...
2013-02-25 Sebastian Drögeomx: Refactor waiting for buffers to be released by...
2013-02-25 Sebastian Drögeomxvideoenc: Rename component variable
2013-02-22 Josep Torraomxvideoenc: remove duplicated line
2013-02-12 Sebastian Drögeomx: Some minor refactoring and cleanup
2013-02-12 Sebastian Drögeomx: Split enabling/disabling of port into sending...
2013-02-12 Sebastian Drögeomxvideoenc: Set stride, slice height and buffer size
2013-02-12 Sebastian Drögeomxvideoenc: Properly negotiate OMX color format with...
2013-02-12 Sebastian Drögeomxvideoenc: Implement getcaps() vfunc
2013-01-14 Sebastian Drögeomx: Fix some memory leaks and suboptimal locking
2013-01-14 Sebastian Drögeomxvideoenc: Don't forget to unmap frame in error cases
2013-01-14 Sebastian Drögeomxvideoenc: Fix copying of the video frames to the...
2012-12-20 Sebastian Drögeomx: Fix ununsed variable compiler warning
2012-12-20 Sebastian Drögeomx: No need to start the srcpad task in ::start()...
2012-12-20 Sebastian Drögeomx: Improve debug output
2012-11-12 Sebastian Drögeomx: Fix refcount problem with frames being dropped...
2012-11-12 Sebastian Drögeomx: Update to new GLib thread API
2012-10-22 Sebastian Drögeomx: Use open/close vfuncs
2012-10-22 Sebastian Drögeomx: Handle video meta correctly
2012-10-22 Sebastian Drögeomx: Port to video base classes from -base
2012-06-20 Sebastian Drögeomx: Fix compilation after gst_pad_start_task() API...
2012-05-07 George KiagiadakisImplement a new custom recursive mutex type and fix...
2012-04-13 Olivier CrêtePort to Gst 0.11
2011-12-14 Jonas Larssonomxvideoenc: Fix deadlock when using the EOS hack
2011-12-12 Sebastian Drögeomxvideoenc: Remove workaround for basevideocodec bug
next