FFmpeg git repo
Go to file
Mans Rullgard eeadaa6bc0 regtest: separate flags for encoding and decoding
This separates encoding and decoding flags, and passes them together
with the related file argument instead of all at the start of the
command line.

Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-05-09 10:12:39 +01:00
doc drawtext: add documentation for the shadow parameters 2011-05-07 10:21:56 +02:00
ffpresets
libavcodec psymodel: Remove wrapper functions. 2011-05-08 12:43:04 -07:00
libavdevice Replace some commented-out debug printf() / av_log() messages with av_dlog(). 2011-04-29 17:27:01 +02:00
libavfilter drawtext: add shadow support. 2011-05-07 10:21:56 +02:00
libavformat mov: fix composition timestamps on movie fragments. 2011-05-05 22:07:54 -07:00
libavutil log: Fix an oob array read. 2011-05-08 13:34:05 -07:00
libpostproc cosmetics: trim trailing whitespace in postproc 2011-05-08 13:33:23 -07:00
libswscale libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation 2011-04-28 07:25:27 +02:00
tests regtest: separate flags for encoding and decoding 2011-05-09 10:12:39 +01:00
tools Replace `` by $() syntax in shell scripts. 2011-04-23 17:45:05 +02:00
.gitignore Remove stray libavcore and _g binary references. 2011-04-23 14:23:20 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS partially rename FFmpeg to Libav 2011-03-16 21:54:39 +01:00
Changelog DPX image encoder 2011-05-01 19:35:55 +02:00
Doxyfile get rid of the last svn mentions 2011-03-18 21:57:38 +01:00
INSTALL doc: clarify configure features 2011-04-07 02:54:12 +02:00
LICENSE cosmetics: fix dashed line length after 070c5d0 2011-03-28 09:53:40 +02:00
Makefile Implement fate-rsync target 2011-05-03 19:21:30 +02:00
README cosmetics: fix dashed line length after 070c5d0 2011-03-28 09:53:40 +02:00
cmdutils.c lavfi: add key_frame and pict_type to AVFilterBufferRefVideo. 2011-04-26 07:42:13 +02:00
cmdutils.h Make ffmpeg support generic data stream 2011-05-03 11:51:55 +02:00
cmdutils_common_opts.h
common.mak Include dependencies for test programs 2011-03-31 12:01:27 +01:00
configure lavfi: Port drawtext filter by Hemanth from the libavfilter soc repo 2011-05-07 10:17:40 +02:00
ffmpeg.c ffmpeg.c: check for interlaced flag in the correct place. 2011-05-08 10:43:24 +02:00
ffplay.c Replace deprecated av_get_pict_type_char() with av_get_picture_type_char(). 2011-05-02 11:24:45 +02:00
ffprobe.c Lowercase all ff* program names. 2011-04-23 19:12:24 +02:00
ffserver.c Eliminate pointless '#if 1' statements without matching '#else'. 2011-04-26 20:18:27 +02:00
ffserver.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
subdir.mak Remove support for stripping executables 2011-03-29 22:05:04 +01:00
version.sh get rid of the last svn mentions 2011-03-18 21:57:38 +01:00

README

Libav README
------------

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.