gstreamer/omx
Sebastian Dröge 70b735da82 omx: Fix debug level for flushing in wrong state from ERROR to DEBUG
It's not really an error and doesn't matter at all if flush is called
when the component is not running.
2011-11-15 09:47:55 -08:00
..
openmax openmax: Add OpenMAX IL 1.1.2 headers 2011-07-06 08:42:09 +02:00
gstbaseaudiodecoder.c baseaudiodecoder: Don't take the stream lock in the seek handler 2011-08-18 10:03:20 +02:00
gstbaseaudiodecoder.h baseaudiodecoder: Fix thread safety issues if both pads have different streaming threads 2011-08-18 09:34:38 +02:00
gstbaseaudioencoder.c baseaudioencoder: Add support for requesting a minimum and maximum number of samples per frame 2011-08-17 14:28:44 +02:00
gstbaseaudioencoder.h baseaudioencoder: Add support for requesting a minimum and maximum number of samples per frame 2011-08-17 14:28:44 +02:00
gstbaseaudioutils.c audio: Add audio decoder/encoder base classes 2011-08-15 12:56:00 +02:00
gstbaseaudioutils.h audio: Add audio decoder/encoder base classes 2011-08-15 12:56:00 +02:00
gstbasevideocodec.c basevideo: Fix locking, especially if both pads have different streaming threads 2011-08-18 10:02:50 +02:00
gstbasevideocodec.h basevideo: Fix locking, especially if both pads have different streaming threads 2011-08-18 10:02:50 +02:00
gstbasevideodecoder.c basevideodecoder: Fix deadlock 2011-08-18 10:24:40 +02:00
gstbasevideodecoder.h basevideodecoder: Don't reorder serialized src events 2011-07-09 11:06:01 +02:00
gstbasevideoencoder.c basevideoencoder: fix element leak 2011-08-26 10:27:16 +02:00
gstbasevideoencoder.h basevideoencoder: Remove old ::getcaps() comment 2011-08-12 12:30:07 +02:00
gstbasevideoutils.c basevideo: Move the utils from the codec header to its own header 2011-07-09 11:41:42 +02:00
gstbasevideoutils.h basevideo: Move the utils from the codec header to its own header 2011-07-09 11:41:42 +02:00
gstomx.c omx: Fix debug level for flushing in wrong state from ERROR to DEBUG 2011-11-15 09:47:55 -08:00
gstomx.conf omxaacenc: Add initial version of OpenMAX AAC encoder element 2011-08-16 10:49:21 +02:00
gstomx.h omx: Remove QCOM hack to reset nOffset in EmptyBufferDone 2011-10-14 10:27:47 +02:00
gstomxaacenc.c omxaacenc: Implement ::get_num_samples() vfunc 2011-08-17 13:04:19 +02:00
gstomxaacenc.h omxaacenc: Add initial version of OpenMAX AAC encoder element 2011-08-16 10:49:21 +02:00
gstomxaudioenc.c omxaudioenc: Make srcpad caps setting threadsafe 2011-11-10 15:18:08 +01:00
gstomxaudioenc.h omxaudioenc: Don't try to drain the component after EOS 2011-11-08 11:10:57 +01:00
gstomxh263dec.c omxvideodec: Use "video/x-raw-yuv" as src template caps instead of strict I420 caps 2011-08-10 10:21:15 +02:00
gstomxh263dec.h omxh263dec: Add H.263 decoder element 2011-07-25 11:44:56 +02:00
gstomxh263enc.c omxvideoenc: Use "video/x-raw-yuv" as sink template caps instead of strict I420 caps 2011-08-10 10:24:48 +02:00
gstomxh263enc.h omxh263enc: Add H.263 encoder element 2011-07-29 12:06:21 +02:00
gstomxh264dec.c omxh264dec: Require stream-format=byte-stream 2011-10-03 09:13:29 +02:00
gstomxh264dec.h omxh264dec: Rename from omxh264videodec to omxh264dec 2011-07-12 08:54:22 +02:00
gstomxh264enc.c omxh264enc: Detect bytestream stream format and don't put SPS/PPS into the caps for this format 2011-11-15 08:40:07 -08:00
gstomxh264enc.h omxh264enc: Add H.264 encoder element 2011-07-25 11:32:51 +02:00
gstomxmpeg4videodec.c omxmpeg4videodec: Don't require width/height on sink pad caps 2011-08-10 10:23:39 +02:00
gstomxmpeg4videodec.h omx: Add initial version of OpenMAX framework, video decoder base class and MPEG4 video decoder 2011-07-09 11:06:05 +02:00
gstomxmpeg4videoenc.c omxvideoenc: Use "video/x-raw-yuv" as sink template caps instead of strict I420 caps 2011-08-10 10:24:48 +02:00
gstomxmpeg4videoenc.h omxvideoenc: Add video encoder base class and MPEG4 video encoder 2011-07-20 11:08:18 +02:00
gstomxvideodec.c omxvideodec: Don't release buffers twice if dropping because of QoS 2011-11-14 12:50:26 -08:00
gstomxvideodec.h omxvideodec: Don't try to drain the component after EOS 2011-11-08 11:08:06 +01:00
gstomxvideoenc.c omxvideoenc: Add vfunc for handling the output frames 2011-11-15 08:28:32 -08:00
gstomxvideoenc.h omxvideoenc: Add vfunc for handling the output frames 2011-11-15 08:28:32 -08:00
gstomxwmvdec.c omxvideodec: Use "video/x-raw-yuv" as src template caps instead of strict I420 caps 2011-08-10 10:21:15 +02:00
gstomxwmvdec.h omxwmvdec: Add WMV video decoder element 2011-07-25 12:01:05 +02:00
Makefile.am omxaacenc: Add initial version of OpenMAX AAC encoder element 2011-08-16 10:49:21 +02:00