FFmpeg git repo
Go to file
Anton Khirnov d66eff3685 id3v2: use an enum for encodings instead of magic numbers.
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-01-21 18:42:10 +00:00
doc Update git-howto with ffmpeg.org URLs 2011-01-18 20:48:23 +00:00
ffpresets consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
libavcodec dca: pretty-print some tables 2011-01-21 10:37:21 +00:00
libavcore consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
libavdevice consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
libavfilter avfilter: remove stray semicolon 2011-01-18 20:48:23 +00:00
libavformat id3v2: use an enum for encodings instead of magic numbers. 2011-01-21 18:42:10 +00:00
libavutil cpu-test: include stdio.h only for test prog 2011-01-18 20:48:24 +00:00
libpostproc consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
libswscale Replace ASMALIGN() with .p2align 2011-01-18 20:48:24 +00:00
tests Add regression test for stereo s16le in voc. 2011-01-19 12:51:42 +00:00
tools consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
.gitignore consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS Deprecate CREDITS 2011-01-18 11:20:17 -08:00
Changelog Missing parts of IVF muxer support. 2011-01-18 08:00:23 +01:00
Doxyfile
INSTALL
LICENSE
MAINTAINERS Initial MAINTAINERS update 2011-01-18 11:05:51 -08:00
Makefile Makefile: simplify setting of some variables 2011-01-21 15:36:05 +00:00
README
cmdutils.c libavcodec minor version is > 99 so fix the formating 2011-01-20 11:34:19 +00:00
cmdutils.h Implement get_preset_file() in cmdutils.h and use it to factorize code 2010-11-04 23:07:04 +00:00
cmdutils_common_opts.h
common.mak
configure Make demuxers auto-select parsers they need 2011-01-21 18:36:13 +00:00
ffmpeg.c Update threshold to detect real timebase for stream copy. 2011-01-18 16:04:33 +01:00
ffplay.c Merge two if (got_picture) {} blocks in ffplay.c:get_video_frame(). 2011-01-17 22:31:11 +01:00
ffprobe.c Make ffprobe print stream language only once, also remove usage of the 2010-10-16 14:33:05 +00:00
ffserver.c Unbreak ffserver 2011-01-07 18:48:45 +00:00
ffserver.h
subdir.mak fix building test programs with gnu make 3.82 2010-12-07 16:42:25 +00:00
version.sh Fix quoting in version.sh 2011-01-18 20:48:23 +00:00

README

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.