FFmpeg git repo
Go to file
2012-04-14 18:54:09 +02:00
doc Merge remote-tracking branch 'qatar/master' 2012-04-13 21:50:37 +02:00
ffpresets
libavcodec Clear residues only in not coded channel. This fixes overwriting coded residues with zeros if first channel is coded and second is not. 2012-04-14 18:54:09 +02:00
libavdevice Merge remote-tracking branch 'qatar/master' 2012-04-04 21:17:52 +02:00
libavfilter lavfi/drawbox: fix width displayed in place of x. 2012-04-13 23:15:54 +02:00
libavformat latmenc: replace per-frame malloc/free by constant size buffer. 2012-04-14 18:21:19 +02:00
libavutil Merge remote-tracking branch 'qatar/master' 2012-04-13 21:50:37 +02:00
libpostproc
libswresample swr: add a swr_flags AVOption 2012-04-11 14:10:22 +02:00
libswscale Merge remote-tracking branch 'qatar/master' 2012-04-13 21:50:37 +02:00
mt-work
presets
tests latmenc: copy pce config from proper location. 2012-04-12 20:28:37 +02:00
tools
.gitignore
arch.mak build: Consistently handle conditional compilation for all optimization OBJS. 2012-04-12 09:00:49 +02:00
Changelog lavfi: port 2xsai filter from libmpcodecs 2012-04-13 00:14:06 +02:00
cmdutils_common_opts.h cmdutils: fix -fdebug without -v xy 2012-04-05 21:50:50 +02:00
cmdutils.c cmdutils: fix "oswr may be used uninitialized" warning 2012-04-13 18:38:10 +02:00
cmdutils.h cmdutils: parse options for swr 2012-04-11 14:10:21 +02:00
common.mak Merge remote-tracking branch 'qatar/master' 2012-04-13 00:39:19 +02:00
configure Merge remote-tracking branch 'qatar/master' 2012-04-13 21:50:37 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg.c ffmpeg: Compensate non monotonicity errors in the audio TSs. 2012-04-13 02:12:22 +02:00
ffplay.c Merge remote-tracking branch 'qatar/master' 2012-04-11 22:50:22 +02:00
ffprobe.c ffprobe: use avbprint API 2012-04-08 00:02:21 +02:00
ffserver.c Merge remote-tracking branch 'qatar/master' 2012-03-29 04:11:10 +02:00
INSTALL
library.mak Merge remote-tracking branch 'qatar/master' 2012-03-26 20:52:52 +02:00
LICENSE
MAINTAINERS
Makefile Merge remote-tracking branch 'qatar/master' 2012-04-13 00:39:19 +02:00
README README: be a tiny bit more verbose 2012-04-06 10:23:26 +02:00
RELEASE RELEASE: bump to current version (0.10.2). 2012-03-26 22:47:28 +02:00
version.sh

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.