FFmpeg git repo
Go to file
Justin Ruggles d58b25aaa2 adpcmenc: ensure calls to adpcm_ima_compress_sample() are in the right order
Should fix fate-acodec-adpcm-ima_wav with several compilers.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-10-07 22:29:42 +02:00
compat
doc doc/RELEASE_NOTES: update for the 9 release. 2012-10-06 13:55:18 +02:00
libavcodec adpcmenc: ensure calls to adpcm_ima_compress_sample() are in the right order 2012-10-07 22:29:42 +02:00
libavdevice Merge remote-tracking branch 'qatar/master' 2012-10-06 13:45:08 +02:00
libavfilter vf_tile: fix typos/grammar in comments 2012-10-06 11:34:10 -05:00
libavformat avformat: fix typo in comment 2012-10-07 17:57:13 +00:00
libavresample Merge remote-tracking branch 'qatar/master' 2012-10-06 13:45:08 +02:00
libavutil Merge remote-tracking branch 'qatar/master' 2012-10-07 11:28:38 +02:00
libpostproc
libswresample swr-test: avoid VLA 2012-10-06 13:48:47 +02:00
libswscale Merge remote-tracking branch 'qatar/master' 2012-10-06 13:45:08 +02:00
presets
tests Merge remote-tracking branch 'qatar/master' 2012-10-07 11:28:38 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Pinnacle TARGA CineWave YUV16 decoder (fourcc Y216). 2012-10-06 06:20:52 +02:00
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h Merge remote-tracking branch 'qatar/master' 2012-10-06 13:45:08 +02:00
cmdutils_common_opts.h
common.mak
configure configure: enable -Werror=vla 2012-10-06 14:03:32 +02:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffplay.c ffplay: autodetect realtime streams and enable infbuf 2012-10-04 17:35:20 +02:00
ffprobe.c ffprobe: reindent after previous commit 2012-10-05 23:58:23 +02:00
ffserver.c ffserver: fix potential buffer overflow, based on wrong fscanf format indentifier. 2012-10-02 22:59:03 +02:00
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.