gstreamer/omx
Aurélien Zanelli ad969ffda3 omxvideodec: release frames with old PTS to avoid memory issue
Interlaced stream could make the decoder use two input frames to produce
one output frame causing the gstvideodecoder frame list to grow.
Assuming the video decoder output frame in display order rather than in
decoding order, this commit add a way to release frames with PTS less
than current output frame.

https://bugzilla.gnome.org/show_bug.cgi?id=730995
2014-06-04 16:36:02 +02:00
..
openmax openmax: Add OpenMAX IL 1.1.2 headers 2011-07-06 08:42:09 +02:00
gstomx.c omx: Fix a missing g_free() in error path 2014-06-03 09:23:41 +02:00
gstomx.h omx: Add a hack for not disabling the output port after set_format until the output format is known 2014-05-15 10:59:35 +02:00
gstomxaacenc.c omx: Don't set profile/level in other encoders if downstream caps don't specify any 2013-03-11 13:59:15 +01:00
gstomxaacenc.h omxaacenc: Add initial version of OpenMAX AAC encoder element 2011-08-16 10:49:21 +02:00
gstomxanalogaudiosink.c omxaudiosink: Implements OpenMAX based audio sinks 2014-05-09 13:15:18 +02:00
gstomxanalogaudiosink.h omxaudiosink: Implements OpenMAX based audio sinks 2014-05-09 13:15:18 +02:00
gstomxaudioenc.c omxaudioenc: Implement hack for not disabling the output port after set_format until the output format is known 2014-05-15 13:22:56 +02:00
gstomxaudioenc.h omxaudioenc: Rename component variable 2013-02-25 09:19:08 +01:00
gstomxaudiosink.c omxaudiosink: implement _delay only in the RaspberryPI 2014-05-12 12:33:32 +02:00
gstomxaudiosink.h omxaudiosink: Implements OpenMAX based audio sinks 2014-05-09 13:15:18 +02:00
gstomxbufferpool.c omxvideodec: add support of more color format 2014-04-15 15:09:24 +01:00
gstomxbufferpool.h omxbufferpool: add proper type definitions 2014-03-15 11:26:36 +01:00
gstomxh263dec.c omx: Add more constraints to the default sink template caps 2013-03-19 13:28:30 +01:00
gstomxh263dec.h omxh263dec: Add H.263 decoder element 2011-07-25 11:44:56 +02:00
gstomxh263enc.c omx: more printf format fixes 2013-04-18 23:10:13 +01:00
gstomxh263enc.h omxh263enc: Add H.263 encoder element 2011-07-29 12:06:21 +02:00
gstomxh264dec.c omx: Add more constraints to the default sink template caps 2013-03-19 13:28:30 +01:00
gstomxh264dec.h omxh264dec: Rename from omxh264videodec to omxh264dec 2011-07-12 08:54:22 +02:00
gstomxh264enc.c fix filemode 2014-03-19 08:53:02 +01:00
gstomxh264enc.h fix filemode 2014-03-19 08:53:02 +01:00
gstomxhdmiaudiosink.c omxaudiosink: Implements OpenMAX based audio sinks 2014-05-09 13:15:18 +02:00
gstomxhdmiaudiosink.h omxaudiosink: Implements OpenMAX based audio sinks 2014-05-09 13:15:18 +02:00
gstomxmjpegdec.c omx: Add more constraints to the default sink template caps 2013-03-19 13:28:30 +01:00
gstomxmjpegdec.h omx: Add MJPEG decoder support 2013-03-18 16:34:51 +01:00
gstomxmpeg2videodec.c omx: Add more constraints to the default sink template caps 2013-03-19 13:28:30 +01:00
gstomxmpeg2videodec.h omx: Rename MPEG2 decoder for consistency everywhere 2013-03-18 16:34:51 +01:00
gstomxmpeg4videodec.c omx: Add more constraints to the default sink template caps 2013-03-19 13:28:30 +01: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 omx: more printf format fixes 2013-04-18 23:10:13 +01:00
gstomxmpeg4videoenc.h omxvideoenc: Add video encoder base class and MPEG4 video encoder 2011-07-20 11:08:18 +02:00
gstomxtheoradec.c omx: Add more constraints to the default sink template caps 2013-03-19 13:28:30 +01:00
gstomxtheoradec.h omx: fix typo in copyright headers 2013-03-19 16:40:09 +00:00
gstomxvideo.c omx: add an helper to convert OMX color format to GStreamer color format 2014-04-15 15:09:23 +01:00
gstomxvideo.h omx: add an helper to convert OMX color format to GStreamer color format 2014-04-15 15:09:23 +01:00
gstomxvideodec.c omxvideodec: release frames with old PTS to avoid memory issue 2014-06-04 16:36:02 +02:00
gstomxvideodec.h omxvideodec: Add support for egl_render on RPi 2013-03-26 14:00:03 +01:00
gstomxvideoenc.c omxvideoenc: Don't forget to unref codec state 2014-05-19 09:10:07 +02:00
gstomxvideoenc.h omxvideoenc: drop unused data member 2013-03-01 15:32:47 +01:00
gstomxvp8dec.c omx: Add more constraints to the default sink template caps 2013-03-19 13:28:30 +01:00
gstomxvp8dec.h omxvp8dec: fix typo in GST_TYPE_OMX_VP8_DEC define 2014-04-23 10:34:52 +02:00
gstomxwmvdec.c omx: Add more constraints to the default sink template caps 2013-03-19 13:28:30 +01:00
gstomxwmvdec.h omxwmvdec: Add WMV video decoder element 2011-07-25 12:01:05 +02:00
Makefile.am omxaudiosink: Implements OpenMAX based audio sinks 2014-05-09 13:15:18 +02:00