gstreamer/ext/ffmpeg
Edward Hervey 89c3c79d5e Differentiate between "no more data" from "IO failure" when reading.
Where no more data is available, av_read_frame just returns an error code
instead of making the difference between "I am not returning anything because
we finished reading" and "I am not returning anything because the underlying
read failed".

We differentiate between the two by looking at whether we outputted any
data previously or not.
2009-01-27 15:59:25 +01:00
..
gstffmpeg.c Implement push-based support for demuxers 2009-01-27 11:39:18 +01:00
gstffmpeg.h Implement push-based support for demuxers 2009-01-27 11:39:18 +01:00
gstffmpegaudioresample.c Update ffmpeg/swscale snapshot to the latest revision and adjust to API changes. Fixes bug #556405. 2008-10-30 12:05:45 +00:00
gstffmpegcfg.c ext/ffmpeg/: Add G_PARAM_STATIC_STRINGS to avoid numerous strcpy calls. 2008-11-06 11:47:40 +00:00
gstffmpegcfg.h ext/ffmpeg/: Free strings atleast when finalizing elements. 2007-08-01 17:43:39 +00:00
gstffmpegcodecmap.c Add MP1 and ADPCM IMA/ISS variant 2009-01-24 17:59:11 +01:00
gstffmpegcodecmap.h ext/ffmpeg/gstffmpegcodecmap.*: Add mapping for EAC3 and QCELP audio codecs. 2008-12-17 12:05:12 +00:00
gstffmpegdec.c Add MP1 and ADPCM IMA/ISS variant 2009-01-24 17:59:11 +01:00
gstffmpegdeinterlace.c Update ffmpeg/swscale snapshot to the latest revision and adjust to API changes. Fixes bug #556405. 2008-10-30 12:05:45 +00:00
gstffmpegdemux.c Differentiate between "no more data" from "IO failure" when reading. 2009-01-27 15:59:25 +01:00
gstffmpegenc.c Update ffmpeg/swscale snapshot to the latest revision and adjust to API changes. Fixes bug #556405. 2008-10-30 12:05:45 +00:00
gstffmpegenc.h ext/ffmpeg/gstffmpegenc.*: Instead of allocating 512KB buffers and then setting BUFFER_SIZE to what ffmpeg produced, ... 2007-06-22 12:13:18 +00:00
gstffmpegmux.c Implement push-based support for demuxers 2009-01-27 11:39:18 +01:00
gstffmpegpipe.h Implement push-based support for demuxers 2009-01-27 11:39:18 +01:00
gstffmpegprotocol.c Implement push-based support for demuxers 2009-01-27 11:39:18 +01:00
gstffmpegscale.c configure.ac: Use pkg-config to locate check. Bump core requirement. 2007-07-12 11:13:13 +00:00
Makefile.am Implement push-based support for demuxers 2009-01-27 11:39:18 +01:00