You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Diego Biurrun 030896c76a Merge split of README <-> LICENSE files along with the clarifications. 17 years ago
doc AC-3 encoding is integer-only 17 years ago
ffpresets The default subq value in the x264 CLI is now 6, not 5. 17 years ago
libavcodec cosmetics: Reformat long_names so that "DPCM" comes first. 17 years ago
libavdevice Cast a __u64 variable to uint64_t so that it can be printed without warnings 17 years ago
libavfilter Rename avfilter_parse_graph() to avfilter_graph_parse(), for better 17 years ago
libavformat revert r16717, r16718, r16719, EAGAIN handling, this causes FFserver to hang 17 years ago
libavutil Add VA API pixel formats. 17 years ago
libpostproc Use directory name as multiple inclusion guard prefix. 17 years ago
libswscale Add a copy of libswscale into the branch instead of using svn:external. 17 years ago
tests Change the timebase of the raw demuxer to one that can represent the ts of fields. 17 years ago
tools Detect static prototypes. 17 years ago
vhook Check the return values of a few functions to avoid the corresponding warnings. 17 years ago
COPYING.GPL Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 18 years ago
COPYING.LGPL Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 18 years ago
CREDITS it seems I never added myself in there before 17 years ago
Changelog Mention non-recursive Makefiles in the changelog. 17 years ago
Doxyfile HAVE_3DNOW --> HAVE_AMD3DNOW 17 years ago
INSTALL Clarify that we require GNU make 3.81+. 17 years ago
LICENSE Merge split of README <-> LICENSE files along with the clarifications. 17 years ago
MAINTAINERS Separate the raw FLAC demuxer from raw.c and put in a new file, 17 years ago
Makefile Bail out if regtest-flashsv is run but zlib is not enabled. 17 years ago
README Merge split of README <-> LICENSE files along with the clarifications. 17 years ago
RELEASE Correct grammar in one sentence and add a note about doc/APIchanges 17 years ago
VERSION Merge improved version number generation from trunk. 17 years ago
cmdutils.c Revert part of r16593. 17 years ago
cmdutils.h Fix typo: explixitly -> explicitly. 17 years ago
common.mak Fix version.h dependency on version.sh 17 years ago
configure configure: fix return value from check_header 17 years ago
ffmpeg.c revert r16717, r16718, r16719, EAGAIN handling, this causes FFserver to hang 17 years ago
ffplay.c Document ffplay -ast, -vst, and -sst options. 17 years ago
ffserver.c convert ffserver to new metadata API 17 years ago
ffserver.h Add FFMPEG_ prefix to all multiple inclusion guards. 18 years ago
output_example.c Make output_example use av_interleaved_write_frame() instead of av_write_frame(). 17 years ago
subdir.mak Remove other shared lib names from linker command line for shared libs 17 years ago
version.sh Merge improved version number generation from trunk. 17 years ago

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.