GStreamer multimedia framework
Find a file
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
common@3f4e997460 Update common snapshot. 2009-01-22 18:21:08 +02:00
docs
ext Differentiate between "no more data" from "IO failure" when reading. 2009-01-27 15:59:25 +01:00
gst-libs
m4
tests
win32
.gitignore
.gitmodules
AUTHORS
autogen.sh Install and use pre-commit indentation hook from common 2009-01-22 06:16:14 +01:00
ChangeLog ext/ffmpeg/gstffmpegcodecmap.c: Narrow down the allowed channels and sample rates for AMR. 2009-01-05 18:08:20 +00:00
configure.ac
ffmpegrev Update ffmpeg SVN revision to r16753 2009-01-24 17:58:13 +01:00
gst-ffmpeg.doap
gst-ffmpeg.spec.in
HACKING
Makefile.am
NEWS
README
RELEASE
TODO

gst-ffmpeg

This module contains a GStreamer plugin for FFmpeg, as well as an internal
copy of the FFmpeg source code.