FFmpeg git repo
Go to file
Paul B Mahol ba1cbf40ce lavfi/lut: use ff_fill_rgba_map()
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-01-01 17:07:57 +00:00
compat
doc doc/resampler: remove .html from link text. 2013-01-01 10:59:51 +01:00
libavcodec lavc/movtextdec: keep the min size instead of max to fix overread. 2013-01-01 16:41:37 +01:00
libavdevice Merge back some registering macros in all*.c. 2012-12-30 07:18:21 +01:00
libavfilter lavfi/lut: use ff_fill_rgba_map() 2013-01-01 17:07:57 +00:00
libavformat aiffdec: set block duration for QDM2 2013-01-01 17:03:22 +00:00
libavresample
libavutil Drop unnecessary 'l' length modifier when printfing double values. 2012-12-31 11:20:45 +01:00
libpostproc
libswresample lswr: improve rematrixing error message. 2012-12-31 18:43:04 +01:00
libswscale
presets
tests fate: re-enable fate-sub-mpsub. 2013-01-01 16:34:00 +01:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Merge remote-tracking branch 'qatar/master' 2013-01-01 14:04:50 +01:00
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c cmdutils: we have 2013 2013-01-01 15:43:37 +01:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Merge remote-tracking branch 'qatar/master' 2012-12-31 14:20:01 +01:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c ffmpeg: mark attachment streams finished. 2013-01-01 16:05:35 +01:00
ffplay.c
ffprobe.c ffprobe: do not escape '"' between single quotes. 2013-01-01 13:32:51 +01:00
ffserver.c ffserver: add missing padding to extradata. 2012-12-30 22:22:18 +01: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.