FFmpeg git repo
Go to file
Diego Biurrun 6252040e77 Replace `` by $() syntax in shell scripts.
$() is easier to nest and POSIX, which we require in other places.
2011-04-23 17:45:05 +02:00
doc doc: FLV muxing is supported. 2011-04-23 00:34:22 +03:00
ffpresets Update qmin/qmax values for libx264 presets 2011-02-08 15:59:30 -08:00
libavcodec vorbis: Rename decoder/encoder files to follow general file naming scheme. 2011-04-23 14:23:20 +02:00
libavdevice libavdevice: Define _XOPEN_SOURCE for usleep 2011-04-21 14:13:09 +03:00
libavfilter Reduce picture size for yadif. 2011-04-20 17:38:19 +02:00
libavformat Fix mov debug (u)int64_t format strings. 2011-04-22 20:36:12 -07:00
libavutil bswap: use native types for av_bwap16(). 2011-04-22 20:05:48 -04:00
libpostproc libpostproc: Remove crufty code disabled by the big bump. 2011-04-20 12:18:47 +02:00
libswscale sws: remove disabled cruft. 2011-04-19 21:50:12 +02:00
tests FATE: allow forcing thread-type when doing threaded fate runs. 2011-04-21 19:36:45 -04: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 Remove stray libavcore and _g binary references. 2011-04-23 14:23:20 +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 FATE: allow forcing thread-type when doing threaded fate runs. 2011-04-21 19:36:45 -04:00
README cosmetics: fix dashed line length after 070c5d0 2011-03-28 09:53:40 +02:00
cmdutils.c lavc: remove the FF_API_SET_STRING_OLD cruft. 2011-04-19 18:41:00 +02:00
cmdutils.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
cmdutils_common_opts.h Implement a -pix_fmts option for listing all the supported pixel 2009-12-21 21:53:03 +00:00
common.mak Include dependencies for test programs 2011-03-31 12:01:27 +01:00
configure Remove RDFT dependency from AAC decoder. 2011-04-22 20:38:38 -07:00
ffmpeg.c error: remove AVERROR_NUMEXPECTED 2011-04-21 07:10:16 +02:00
ffplay.c lavc: remove the FF_API_SET_STRING_OLD cruft. 2011-04-19 18:41:00 +02:00
ffprobe.c lavc: remove the FF_API_SET_STRING_OLD cruft. 2011-04-19 18:41:00 +02:00
ffserver.c prefer avio_check() over url_exist() 2011-04-19 19:48:07 +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.