platform/upstream/gst-omx.git
2011-09-29 Sebastian Drögeomxvideodec: Add API for subclasses to prepare/convert...
2011-09-28 Sebastian Drögeomxaudioenc: Switch to Idle first and wait before switc...
2011-09-28 Sebastian Drögeomxvideoenc: Switch to Idle first and wait before switc...
2011-09-28 Sebastian Drögeomxvideodec: Switch to Idle first and wait before switc...
2011-09-28 Sebastian Drögeomxvideodec: New hack for QCOM to recreate the componen...
2011-09-27 Sebastian Drögeomx: Change a g_assert() into a GST_WARNING_OBJECT()
2011-09-26 Sebastian Drögeomx: Add hack for Qualcomm's OMX implementation to...
2011-09-23 Sebastian Drögeomxaudioenc: Add a check to prevent a zero-sized OMX...
2011-09-23 Sebastian Drögeomxvideoenc: Add some more checks for correct OMX buffe...
2011-09-23 Sebastian Drögeomxvideodec: Add some more checks for OMX buffer sizes
2011-09-14 Sebastian Drögeomx: Wait until the Executing state is reached before...
2011-09-02 Sebastian Drögeomxvideodec: Negotiate video format with downstream...
2011-08-26 Vincent Penquerc'hbasevideoencoder: fix element leak
2011-08-19 Sebastian Drögeomxvideoenc: Release basevideocodec stream lock while...
2011-08-19 Sebastian Drögeomxvideodec: Release basevideocodec stream lock while...
2011-08-18 Sebastian Drögebasevideodecoder: Fix deadlock
2011-08-18 Sebastian Drögebaseaudiodecoder: Don't take the stream lock in the...
2011-08-18 Sebastian Drögebasevideo: Fix locking, especially if both pads have...
2011-08-18 Sebastian Drögebasevideo: Don't call g_type_class_peek_parent() in...
2011-08-18 Sebastian Drögebaseaudiodecoder: Don't call g_type_class_peek_parent...
2011-08-18 Sebastian Drögebaseaudiodecoder: Fix thread safety issues if both...
2011-08-18 Sebastian Drögebaseaudiodecoder: Delay sending of serialized events...
2011-08-17 Sebastian Drögeomxaudioenc: Always require at least OMX_MIN_PCMPAYLOAD...
2011-08-17 Sebastian Drögebaseaudioencoder: Add support for requesting a minimum...
2011-08-17 Sebastian Drögeomxaudioenc: Handle inbuf==NULL properly in ::handle_fr...
2011-08-17 Sebastian Drögeomxaacenc: Implement ::get_num_samples() vfunc
2011-08-17 Sebastian Drögeomxaudioenc: Add vfunc to get the number of samples...
2011-08-17 Sebastian Drögeomxaudioenc: Release baseaudioencoder stream lock while...
2011-08-17 Sebastian Drögebaseaudioencoder: Fix thread safety issues if both...
2011-08-17 Sebastian Drögebaseaudioencoder: Taking the OBJECT lock in reset(...
2011-08-16 Sebastian Drögeomxaudioenc: Remove hack that only applies to the video...
2011-08-16 Sebastian Drögeomxaacenc: Add initial version of OpenMAX AAC encoder...
2011-08-16 Sebastian Drögeomxaudioenc: Add initial version of audio encoder base...
2011-08-15 Sebastian Drögebaseaudioencoder: Delay sending of serialized events...
2011-08-15 Sebastian Drögeaudio: Integrate audio base classes into the build...
2011-08-15 Sebastian Drögeaudio: Add audio decoder/encoder base classes
2011-08-12 Sebastian Drögebasevideoencoder: Proxy the width/height/framerate...
2011-08-12 Sebastian Drögebasevideoencoder: Remove old ::getcaps() comment
2011-08-12 Sebastian Drögebasevideoencoder: Remove ::get_caps() vfunc
2011-08-10 Sebastian Drögeomxvideoenc: Use "video/x-raw-yuv" as sink template...
2011-08-10 Sebastian Drögeomxmpeg4videodec: Don't require width/height on sink...
2011-08-10 Sebastian Drögeomxvideodec: Use "video/x-raw-yuv" as src template...
2011-08-10 Sebastian Drögeomxvideoenc: Set the state back to StateLoaded even...
2011-08-10 Sebastian Drögeomx: Don't hold any locks while calling OMX_SendCommand()
2011-08-10 Sebastian Drögeomx: Move some code
2011-08-10 Sebastian Drögeomx: Reset pending reconfigure output ports when changi...
2011-08-10 Sebastian Drögeomx: Fix crash when setting last error after the ports...
2011-08-10 Sebastian Drögeomx: Free component structure
2011-08-10 Sebastian Drögeomx: Make component destruction safer
2011-08-10 Sebastian Drögeomx: Set pAppPrivate of buffers to NULL when deallocati...
2011-08-10 Sebastian Drögeomxvideodec: Set the state back to StateLoaded even...
2011-08-10 Sebastian Drögeomx: Add some assertions to check if the buffer pAppPri...
2011-08-08 Sebastian Drögeomx: Add parenthesis at correct places in the struct...
2011-08-08 Sebastian Drögeomx: Only prevent setting a higher state if the compone...
2011-08-03 Sebastian Drögebasevideodecoder: Use the cached video frame size inste...
2011-08-03 Sebastian Drögeomx: Improve debugging in param/config getter/setter...
2011-08-03 Sebastian Drögeomxvideodec: Don't abort if the color format is not...
2011-08-02 Sebastian Drögeomxvideoenc: Don't fail if setting the bitrate or profi...
2011-08-02 Sebastian Drögebasevideoencoder: Make access to the list of frames...
2011-08-01 Sebastian Drögeomx: Add a hacks flag for the Qualcomm 7x30 OMX_FillThi...
2011-07-29 Sebastian Drögeomx: Add workaround for QCOM 7x30 race condition
2011-07-29 Sebastian Drögeomxh263enc: Add H.263 encoder element
2011-07-29 Sebastian Drögeomxmpeg4videoenc: Add support for setting profile/level...
2011-07-28 Sebastian Drögeomxh264enc: Add support for setting profile/level via...
2011-07-28 Sebastian Drögeomxvideoenc: Add support for forcing the next frame...
2011-07-28 Sebastian Drögeomxvideoenc: Add support for setting bitrate/quantizati...
2011-07-28 Sebastian Drögeomx: Add wrapper functions for OMX_[GS]et{Config,Parameter}
2011-07-28 Sebastian Drögeomx: Add macro to initialize OpenMAX structures
2011-07-28 Sebastian Drögeomxvideoenc: Don't output 0-byte buffers
2011-07-25 Sebastian Drögeomx: Ensure that the pAppPrivate pointer in OMX buffers...
2011-07-25 Sebastian Drögeomxvideo{enc,dec}: Only set/unset flushing state on...
2011-07-25 Sebastian Drögeomxwmvdec: Add WMV video decoder element
2011-07-25 Sebastian Drögeomxh263dec: Add H.263 decoder element
2011-07-25 Sebastian Drögeomxh264enc: Add H.264 encoder element
2011-07-25 Sebastian Drögeomxvideodec: Try harder to deallocate the buffers after...
2011-07-25 Sebastian Drögeomxvideoenc: Try harder to deallocate the buffers after...
2011-07-25 Sebastian Drögeomx: Deallocate port buffers before freeing the component
2011-07-21 Sebastian Drögeomxvideoenc: Add initial support for stride conversion
2011-07-21 Sebastian Drögeomx: Set default roles for the components if none were...
2011-07-21 Sebastian Drögeomx: Failure to set the component role is fatal
2011-07-21 Sebastian Drögeomxvideoenc: Add support for setting codec_data on...
2011-07-21 Sebastian Drögeomxvideoenc: Free/drop GstVideoFrames that resulted...
2011-07-21 Sebastian Drögebasevideoencoder: Allow finishing of frames with no...
2011-07-21 Sebastian Drögeomxvideoenc: Remove obsolete TODO comment
2011-07-20 Sebastian Drögeomx: Use libgstopenmax.so for the plugin filename and...
2011-07-20 Sebastian Drögeomxvideoenc: Add video encoder base class and MPEG4...
2011-07-20 Sebastian Drögebasevideoencoder: Only get caps from the subclass if...
2011-07-20 Sebastian Drögebasevideoencoder: Delay sending of serialized sink...
2011-07-20 Sebastian Drögebasevideoencoder: Add ::reset vfunc and handle ::reset...
2011-07-20 Sebastian Drögebasevideoencoder: Use a temporary GstVideoState until...
2011-07-19 Sebastian Drögeomx: Improve debug output a bit
2011-07-19 Sebastian Drögeomx: Rework port reconfiguration again and only use...
2011-07-19 Sebastian Drögeomx: Add infrastructure to enable special hacks for...
2011-07-18 Sebastian Drögeomx: When acquiring a buffer from an input port always...
2011-07-18 Sebastian Drögeomxvideodec: Add support for converting between omx...
2011-07-14 Sebastian Drögeomx: Provide all buffers to output ports after enabling...
2011-07-14 Sebastian Drögeomxvideodec: Add support for NV12 / OMX_COLOR_FormatYUV...
2011-07-14 Sebastian Drögeomxvideodec: Only flush the component ports after we...
2011-07-13 Sebastian Drögeomxvideodec: Only change states downwards if an upper...
2011-07-13 Sebastian Drögeomx: Add support for setting the component-role
next