FFmpeg git repo
Go to file
Nicolas George f810ca63f8 lavfi: detect merge failure for unknown layouts.
Detect when filtering known layouts from an explicit list
results in an empty list.

Fix erratic behavior.
2013-04-01 10:37:48 +02:00
compat
doc doc: Grammar fixes for strem specifiers section 2013-03-31 18:22:09 -04:00
libavcodec dvdec: fix lowres=3 with yuv 4:1:1 2013-03-31 20:37:49 +02:00
libavdevice
libavfilter lavfi: detect merge failure for unknown layouts. 2013-04-01 10:37:48 +02:00
libavformat Use PIX_FMT_BGR24 for the AviSynth demuxer, instead of RGB24. 2013-03-31 01:09:33 +01:00
libavresample
libavutil opt: attempt to improve options dump output. 2013-03-31 18:22:23 +02:00
libpostproc
libswresample
libswscale
presets
tests fate/filter: use aperms to test volume filter. 2013-03-31 11:58:20 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
INSTALL
LICENSE LICENSE: add libutvideo in the GPL libraries list. 2013-03-29 02:08:20 +01:00
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c cmdutils: support filters in the help topic system. 2013-03-31 18:22:23 +02:00
cmdutils.h cmdutils: avtool -> fftool 2013-03-31 18:22:23 +02:00
cmdutils_common_opts.h cmdutils_common_opts: fix loglevel help text as its inaccurate 2013-03-31 18:06:18 +02:00
common.mak
configure
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c ffmpeg/avformat: factor av_guess_frame_rate() out 2013-03-29 17:40:28 +01:00
ffmpeg_opt.c
ffplay.c ffplay: always queue attachment pictures after flushing the video packet queue 2013-03-30 16:44:19 +01:00
ffprobe.c
ffserver.c
library.mak
version.sh

README

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.