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 configure.ac: 0.10.4.2 pre-release. 2008-08-12 09:26:00 +00:00
ext Differentiate between "no more data" from "IO failure" when reading. 2009-01-27 15:59:25 +01:00
gst-libs ffmpegrev: Adjust time of swscale checkout to ffmpeg revision being used. 2008-08-31 11:49:06 +00:00
m4 ffmpeg updates 2004-02-13 13:22:27 +00:00
tests configure.ac: Fix type in error messgae. 2008-09-06 09:55:12 +00:00
win32 win32/vs6/: Convert line endings to CRLF and mark files as binary. 2007-06-15 09:32:47 +00:00
.gitignore .cvsignore: ignore more files 2006-06-12 13:19:22 +00:00
.gitmodules removal of //-style comments don't link plugins to core libs -- the versioning is done internally to the plugins with... 2002-03-19 04:09:41 +00:00
AUTHORS releasing 2004-03-16 13:09:23 +00:00
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 configure.ac: Require core cvs. 2008-12-16 16:21:28 +00:00
ffmpegrev Update ffmpeg SVN revision to r16753 2009-01-24 17:58:13 +01:00
gst-ffmpeg.doap Release 0.10.6 2008-11-27 23:37:42 +00:00
gst-ffmpeg.spec.in add doap file 2006-12-15 12:57:40 +00:00
HACKING HACKING: Update the hacking info with information about how to prepare your quilt setup to hack on the ffmpeg checkout 2006-12-04 20:30:30 +00:00
Makefile.am Makefile.am: Add gst-libs to DIST_SUBDIRS to make sure that it's always disted. 2008-12-05 09:30:45 +00:00
NEWS Release 0.10.6 2008-11-27 23:37:42 +00:00
README release time 2005-10-03 17:51:15 +00:00
RELEASE Release 0.10.6 2008-11-27 23:37:42 +00:00
TODO TODO: Add some TODO items for 0.9 cycle. 2005-11-08 22:27:08 +00:00

gst-ffmpeg

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