FFmpeg git repo
Go to file
Stefano Sabatini 162e400464 lavfi: install asrc_abuffer.h header
The header is part of the public API, in particular is used by
doc/examples/filtering_audio.c.
2012-04-13 00:13:30 +02:00
doc lavfi: install asrc_abuffer.h header 2012-04-13 00:13:30 +02:00
ffpresets
libavcodec vorbisdec: use correct channels variable. 2012-04-12 20:32:08 +02:00
libavdevice
libavfilter lavfi: install asrc_abuffer.h header 2012-04-13 00:13:30 +02:00
libavformat latmenc: validate extradata size. 2012-04-12 20:29:56 +02:00
libavutil
libpostproc
libswresample swr: add a swr_flags AVOption 2012-04-11 14:10:22 +02:00
libswscale
mt-work
presets
tests latmenc: copy pce config from proper location. 2012-04-12 20:28:37 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog ffmpeg: add -benchmark_all option. 2012-04-12 09:35:09 +02:00
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
cmdutils.c cmdutils: parse options for swr 2012-04-11 14:10:21 +02:00
cmdutils.h cmdutils: parse options for swr 2012-04-11 14:10:21 +02:00
cmdutils_common_opts.h
common.mak
configure vf_drawtext: fontconfig support. 2012-04-10 15:16:47 +02:00
ffmpeg.c ffmpeg: fix ticks_per_frame for the avi stream copy case 2012-04-12 12:57:22 +02:00
ffplay.c Merge remote-tracking branch 'qatar/master' 2012-04-11 22:50:22 +02: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.