FFmpeg git repo
Go to file
Martin Storsjö 4bebf2cf64 Change a case of CODEC_TYPE_ into AVMEDIA_TYPE_
This was accidentally overwritten in the recent merge of the theora/vorbis codepaths

Originally committed as revision 22774 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-04-02 11:33:02 +00:00
doc Add -t option to ffplay. 2010-04-01 20:56:23 +00:00
ffpresets Update x264 presets in line with latest x264 changes. 2010-03-29 01:34:33 +00:00
libavcodec Reduce the size of the bidir refine hashtable from 4096 to 256 and 2010-04-02 11:06:29 +00:00
libavdevice Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 2010-03-31 12:29:58 +00:00
libavfilter Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
libavformat Change a case of CODEC_TYPE_ into AVMEDIA_TYPE_ 2010-04-02 11:33:02 +00:00
libavutil av_builtin_constant_p() 2010-04-02 01:03:27 +00:00
libpostproc
libswscale Replace some "m" constraints by MANGLE to avoid issues with some compilers not 2010-03-31 17:00:33 +00:00
tests 10l, update ref value for ffm since default flags changed and are stored in the file 2010-03-25 20:45:26 +00:00
tools Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 2010-03-31 12:29:58 +00:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Add spectral extension to the E-AC-3 decoder. 2010-03-30 22:09:14 +00:00
Doxyfile Replace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNED 2010-03-18 15:00:17 +00:00
INSTALL
LICENSE Clarify which parts of libswscale remain GPL. 2010-03-27 11:31:30 +00:00
MAINTAINERS Add myself as co-maintainer of tta.c 2010-03-28 17:21:02 +00:00
Makefile
README
cmdutils.c Implement cmdutils.c:read_file(), and use it in ffmpeg.c for reading 2010-04-01 22:34:22 +00:00
cmdutils.h Implement cmdutils.c:read_file(), and use it in ffmpeg.c for reading 2010-04-01 22:34:22 +00:00
cmdutils_common_opts.h
common.mak
configure configure: restore -mdynamic-no-pic on darwin (missing since r20497) 2010-03-30 16:28:00 +00:00
ffmpeg.c Implement cmdutils.c:read_file(), and use it in ffmpeg.c for reading 2010-04-01 22:34:22 +00:00
ffplay.c Add -t option to ffplay. 2010-04-01 20:56:23 +00:00
ffprobe.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
ffserver.c Fix FFM-based streaming from ffmpeg to ffserver. The basic problem is that 2010-03-31 21:02:34 +00:00
ffserver.h
subdir.mak
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.