FFmpeg git repo
Go to file
Michael Niedermayer 31a797eb28 swr: add av_cold to init/free functions
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-09-09 02:26:20 +02:00
compat Merge remote-tracking branch 'qatar/master' 2012-09-06 16:23:17 +02:00
doc lavd/dshow: support video codec and pixel format selection 2012-09-07 09:59:12 +02:00
libavcodec dct-test: fix order of evaluation bug 2012-09-08 23:57:37 +02:00
libavdevice dshow: Change WINBOOL to BOOL 2012-09-07 22:23:32 +02:00
libavfilter vf_idet: Remove emms 2012-09-07 20:08:12 +02:00
libavformat yuv4mpeg: fix potential alignment bug 2012-09-08 13:37:35 +02:00
libavresample Merge commit 'c7b610aa0b1bac47eea0056b13fe6e982b85844a' 2012-09-05 14:44:05 +02:00
libavutil random_seed: Replace a VLA with a normal array 2012-09-08 17:30:10 +02:00
libpostproc
libswresample swr: add av_cold to init/free functions 2012-09-09 02:26:20 +02:00
libswscale Merge remote-tracking branch 'qatar/master' 2012-09-08 12:53:44 +02:00
mt-work
presets
tests Merge remote-tracking branch 'qatar/master' 2012-09-08 12:53:44 +02:00
tools
.gitignore gitignore: codec_names.h is no more 2012-09-07 14:59:01 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile Makefile: remove old codec_names.h on distclean 2012-09-07 14:59:01 +02:00
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure vf_mp: Do not build if inline assembly is not available 2012-09-07 22:27:20 +02:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffplay.c Merge remote-tracking branch 'cus/stable' 2012-09-01 14:59:08 +02:00
ffprobe.c Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' 2012-09-05 14:33:32 +02:00
ffserver.c ffserver: fix order of evaluation bugs 2012-09-08 23:56:26 +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.