FFmpeg git repo
Go to file
Anton Khirnov 042950542d asfdec: ensure that the whole tag is read.
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
2011-01-28 21:33:45 +01:00
doc Add muxers.texi file. 2011-01-28 17:46:55 +01:00
ffpresets consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
libavcodec aacdec: Convert some loop copies into memcpy()s. 2011-01-28 17:00:36 +00:00
libavcore consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
libavdevice Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 2011-01-26 22:10:09 +00:00
libavfilter In the start_frame() debug log, print the reference pos value rather than the evaluated value converted to int. 2011-01-28 17:27:54 +01:00
libavformat asfdec: ensure that the whole tag is read. 2011-01-28 21:33:45 +01:00
libavutil intfloat_readwrite: include "mathematics.h" for fallback macros 2011-01-25 15:57:53 +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 Update mpegts test reference 2011-01-28 17:02:54 +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: fix cleaning of tools in tests directory 2011-01-25 13:43:54 +00:00
README
cmdutils.c Make this_year static to cmdutils.c 2011-01-24 23:44:58 +00:00
cmdutils.h Make this_year static to cmdutils.c 2011-01-24 23:44:58 +00:00
cmdutils_common_opts.h
common.mak
configure armcc: filter out non-gcc options from ASFLAGS 2011-01-25 20:32:08 +00:00
ffmpeg.c Make local variables static. 2011-01-25 00:02:41 +00:00
ffplay.c Remove outdated and confusing comment. 2011-01-22 13:06:06 +00:00
ffprobe.c
ffserver.c ffserver: put gcc attribute under proper ifdef 2011-01-24 22:09:37 +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.