FFmpeg git repo
Go to file
Stefano Sabatini 59d96941f0 avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols
Make AVIO_FLAG_ access constants work as flags, and in particular fix
the behavior of functions (such as avio_check()) which expect them to
be flags rather than modes.

This breaks API.
2011-04-19 19:47:58 +02:00
doc document introduction of side data in APIchanges 2011-04-19 18:28:37 +02:00
ffpresets Update qmin/qmax values for libx264 presets 2011-02-08 15:59:30 -08:00
libavcodec lavc: remove misc disabled cruft. 2011-04-19 19:01:22 +02:00
libavdevice Bump major versions of all libraries. 2011-04-18 20:19:47 +02:00
libavfilter Bump major versions of all libraries. 2011-04-18 20:19:47 +02:00
libavformat avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 2011-04-19 19:47:58 +02:00
libavutil lavu: remove misc disabled cruft 2011-04-19 19:04:28 +02:00
libpostproc Bump major versions of all libraries. 2011-04-18 20:19:47 +02:00
libswscale lavc: remove the FF_API_SET_STRING_OLD cruft. 2011-04-19 18:41:00 +02:00
tests Remove now obsolete references to _g-suffixed binaries. 2011-04-18 23:55:11 +02:00
tools Replace references to ffmpeg-devel with libav-devel; fix roundup URL. 2011-04-15 22:38:41 +02:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS partially rename FFmpeg to Libav 2011-03-16 21:54:39 +01:00
Changelog add xWMA demuxer 2011-04-14 13:55:30 +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 Remove support for stripping executables 2011-03-29 22:05:04 +01: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
common.mak Include dependencies for test programs 2011-03-31 12:01:27 +01:00
configure Error out if vaapi is not found 2011-04-12 19:17:06 +02:00
ffmpeg.c avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 2011-04-19 19:47:58 +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 avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 2011-04-19 19:47:58 +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.