FFmpeg git repo
Go to file
Stefano Sabatini 81bd411965 In av_close_input_stream(), flush the packet queue before to actually
close the stream.

This way the flushed packets can still reference the still unclosed
format context.

In particular this fixes a spurious error issued when closing the
video4linux2 buffer in mmap_release_buffer(), which tries to access
the file descriptor of an already closed file.

Originally committed as revision 26237 to svn://svn.ffmpeg.org/ffmpeg/trunk
2011-01-06 01:01:14 +00:00
doc In video4linux2, in the case the timebase value in ap is 0/0, read the 2011-01-05 14:15:11 +00:00
ffpresets
libavcodec Convert floating-point MDCT coefficients to 24-bit fixed-point all at once 2011-01-05 20:35:36 +00:00
libavcore
libavdevice Factorize common code in v4l2_set_parameters(). 2011-01-05 14:15:13 +00:00
libavfilter
libavformat In av_close_input_stream(), flush the packet queue before to actually 2011-01-06 01:01:14 +00:00
libavutil
libpostproc
libswscale
tests Add a FATE test for Playstation STR version 3 2011-01-05 19:53:16 +00:00
tools
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile
README
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure
ffmpeg.c
ffplay.c
ffprobe.c
ffserver.c
ffserver.h
subdir.mak
version.sh

README

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.