FFmpeg git repo
Go to file
Michael Niedermayer 5968a07622 wmaenc: rewrite 2nd stage quantization code
this is faster and more correct

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-30 20:16:39 +02:00
doc
libavcodec wmaenc: rewrite 2nd stage quantization code 2012-06-30 20:16:39 +02:00
libavdevice
libavfilter sink_buffer: implement fixed frame size. 2012-06-30 14:03:54 +02:00
libavformat nutdec: set duration_estimation_method 2012-06-30 18:58:52 +02:00
libavresample
libavutil
libpostproc
libswresample swr: fix make checkheaders. 2012-06-30 11:21:53 +02:00
libswscale
mt-work
presets
tests fate: add a test for the -force_key_frames option. 2012-06-30 13:49:43 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure
ffmpeg.c ffmpeg: use the more powerful version of abuffersink. 2012-06-30 14:03:54 +02:00
ffplay.c ffplay: factorize expression in audio_decode_frame() 2012-06-30 15:01:51 +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.