FFmpeg git repo
Go to file
jamal 95d1af1188 build: Fix compilation when configuring with a prog suffix
Fixes ticket #1676

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-08-27 01:32:13 +02:00
compat
doc examples/decoding_encoding.c: tell where the decoding output files are printed 2012-08-24 17:31:10 +02:00
libavcodec Merge remote-tracking branch 'qatar/master' 2012-08-26 22:40:02 +02:00
libavdevice
libavfilter vf_hqdn3d: avoid declaring variable in for() 2012-08-27 00:36:31 +02:00
libavformat nutenc: Support writing an index 2012-08-26 22:15:21 +02:00
libavresample Merge remote-tracking branch 'qatar/master' 2012-08-24 15:00:39 +02:00
libavutil Merge remote-tracking branch 'qatar/master' 2012-08-26 22:40:02 +02:00
libpostproc
libswresample Merge remote-tracking branch 'qatar/master' 2012-08-24 15:00:39 +02:00
libswscale
mt-work
presets
tests Merge remote-tracking branch 'qatar/master' 2012-08-26 22:40:02 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog matroska: Mark S_TEXT/UTF-8 as Subrip encoded subtitles. 2012-08-25 13:15:41 -07:00
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile build: Fix compilation when configuring with a prog suffix 2012-08-27 01:32:13 +02:00
README
RELEASE
arch.mak
cmdutils.c Fix one of the problems with -codecs, -encoders and -decoders. 2012-08-25 08:49:23 +02:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure huffman/huffyuv: move lorens huffman table generation code to huffman.c/h 2012-08-22 16:52:07 +02:00
ffmpeg.c Merge remote-tracking branch 'qatar/master' 2012-08-26 22:40:02 +02:00
ffmpeg.h
ffmpeg_filter.c ffmpeg: make decoding_needed a counter. 2012-08-22 19:04:30 +02:00
ffmpeg_opt.c Merge remote-tracking branch 'qatar/master' 2012-08-26 02:34:24 +02:00
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.