platform/upstream/gstreamer.git
2011-11-08 Sebastian Drögeomxaudioenc: Don't try to drain the component after EOS
2011-11-08 Sebastian Drögeomxvideoenc: Don't try to drain the component after EOS
2011-11-08 Sebastian Drögeomxvideodec: Don't try to drain the component after EOS
2011-11-08 Sebastian Drögeomxvideodec: Implement dropping of too late frames...
2011-11-08 Sebastian Drögeomxaudioenc: Minor code refactoring
2011-11-08 Sebastian Drögeomxvideoenc: Minor code refactoring
2011-11-08 Sebastian Drögeomxvideodec: Make sure to always release buffers back...
2011-11-08 Sebastian Drögeomx: Also properly release buffers when in error state
2011-11-08 Jonas Larssonomx: Properly release buffers during flushing
2011-11-07 Sebastian Drögeomxvideodec: Free pending frames after draining component
2011-11-07 Sebastian Drögeomxvideoenc: Free pending frames after draining the...
2011-11-07 Sebastian Drögeomxvideoenc: Make handling and usage of the base video...
2011-11-07 Sebastian Drögeomxvideoenc: Fix deadlock between srcpad stream lock...
2011-11-07 Sebastian Drögeomxvideoenc: Make handling and usage of the base video...
2011-11-07 Sebastian Drögeomxvideoenc: Free all pending frames after draining...
2011-11-07 Sebastian Drögeomxvideodec: Always free all pending frames when caps...
2011-11-04 Sebastian Drögeomxaudioenc: Only drain the component a single time...
2011-11-04 Sebastian Drögeomxvideodec: Only drain the component a single time...
2011-11-04 Sebastian Drögeomxvideoenc: Only drain the component a single time...
2011-11-04 Sebastian Drögeomx: Reset buffer flags to 0 after it was consumed...
2011-11-02 Sebastian Drögeomxvideoenc: Better handling of encoder parameters
2011-11-02 Sebastian Drögeomxvideoenc: Make unsupported bitrate/quantizer setting...
2011-11-02 Sebastian Drögeomxvideodec: If no stride was set for the OMX output...
2011-11-02 Sebastian Drögeomxvideoenc: If no stride was set for the OMX input...
2011-11-01 Sebastian Drögeomxaudioenc: Implement draining of the component and...
2011-11-01 Sebastian Drögeomxvideoenc: Implement draining of the component and...
2011-11-01 Sebastian Drögeomxvideodec: Implement draining of the component and...
2011-11-01 Sebastian Drögeomxvideodec: Fix deadlock if ::reset is called before...
2011-11-01 Sebastian Drögeomxaudioenc: Forward downstream flow returns to upstream
2011-11-01 Sebastian Drögeomxvideoenc: Forward downstream flow returns to upstream
2011-11-01 Sebastian Drögeomxvideodec: Forward downstream flow returns to upstream
2011-10-25 Sebastian Drögeomx: Add minimal README file
2011-10-20 Sebastian Drögeomxvideodec: Fix deadlock caused by calling reset while...
2011-10-20 Sebastian Drögeomxvideoenc: Fix deadlock caused by calling reset while...
2011-10-20 Sebastian Drögeomxvideodec: Move locking at the correct place
2011-10-14 Sebastian Drögeomx: Remove QCOM hack to reset nOffset in EmptyBufferDone
2011-10-14 Sebastian Drögeomx: Reset nOffset to 0 in EmptyBufferDone if nFilledLe...
2011-10-10 Sebastian Drögeomxvideoenc: If one parameter/configuration is not...
2011-10-03 Sebastian Drögeomxh264dec: Require stream-format=byte-stream
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
next