FFmpeg git repo
Go to file
Nicolas George f775eb3fb4 lavfi/avfiltergraph: suggest a solution when format selection fails.
Format selection can fail if unknown channel layouts are used
with filters that do not support it.
2013-11-03 10:30:08 +01:00
compat
doc avcodec/libmp3lame: add ABR support 2013-11-02 18:44:20 +01:00
libavcodec avcodec/hevc_sei: Fix null dereference in decode_pic_timing() 2013-11-03 02:19:28 +01:00
libavdevice lavd/lavfi: support unknown channel layouts. 2013-11-03 10:29:53 +01:00
libavfilter lavfi/avfiltergraph: suggest a solution when format selection fails. 2013-11-03 10:30:08 +01:00
libavformat lavf/wavenc: check for a single stream. 2013-11-03 10:29:27 +01:00
libavresample
libavutil avutil/xtea: add Doxy @file and group 2013-11-03 00:59:38 +01:00
libpostproc
libswresample
libswscale
presets
tests
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Merge remote-tracking branch 'qatar/master' 2013-11-02 10:38:03 +01:00
INSTALL
LICENSE
MAINTAINERS MAINTAINERS: add myself for libvpx* 2013-11-03 00:34:04 +01:00
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Merge remote-tracking branch 'qatar/master' 2013-11-02 10:38:03 +01:00
ffmpeg.c Merge commit 'ccc71298456d97f64f539e303c771d04dcb33c53' 2013-11-01 18:22:42 +01:00
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffplay.c
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.