FFmpeg git repo
Go to file
Nicolas George bf8ce5a5c3 ffmpeg: probe buffersinks once more after EOF.
Reap buffers stored in the buffer sinks even when
the avfilter_graph_request_oldest() loop only returns EOF.

avfilter_graph_request_oldest() can cause frames to arrive
to the sinks even when it returns EOF.
2012-07-20 10:18:45 +02:00
compat
doc doc/protocols: add a note regarding the circular RX UDP buffer 2012-07-19 22:31:41 +02:00
libavcodec alacdec: several players have problems with planar audio still thus temporary put packed output back by default 2012-07-20 04:48:25 +02:00
libavdevice lavd/sdl: use verb in options help message 2012-07-19 23:56:59 +02:00
libavfilter Fix misspellings of FFmpeg 2012-07-19 18:44:46 +02:00
libavformat lavf: count skipped samples for initial timestamps. 2012-07-19 23:41:03 +02:00
libavresample
libavutil lavu: disable av_uninit for clang 2012-07-16 19:30:13 +00:00
libpostproc
libswresample lswr: channel_map requires input conversion. 2012-07-17 09:50:36 +02:00
libswscale swscale/input: silence warnings about incompatible pointer types 2012-07-19 15:49:21 +00:00
mt-work
presets
tests fate/subtitles: sort tests alphabetically. 2012-07-19 19:07:10 +02:00
tools
.gitignore
arch.mak
Changelog ffmpeg: add -(no)stdin option. 2012-07-19 16:33:02 +02:00
cmdutils_common_opts.h
cmdutils.c Merge remote-tracking branch 'qatar/master' 2012-07-19 22:01:31 +02:00
cmdutils.h
common.mak
configure Merge remote-tracking branch 'qatar/master' 2012-07-19 22:01:31 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg.c ffmpeg: probe buffersinks once more after EOF. 2012-07-20 10:18:45 +02:00
ffplay.c ffplay: fix warning that i just mistakenly introduced 2012-07-20 03:47:11 +02:00
ffprobe.c Merge remote-tracking branch 'qatar/master' 2012-07-19 22:01:31 +02:00
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS
Makefile
README
RELEASE
version.sh

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

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

* Read the documentation in the doc/ directory in git.
  You can also view it online at http://ffmpeg.org/documentation.html

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

* See the LICENSE file.

3) Build and Install
--------------------

* See the INSTALL file.