No description
Find a file
Mans Rullgard 487fef2dcc asf: update seek test reference
This updates the seek test reference to match de11ee9.  Before this
change, most of the seeks requested positions before the supposed
start of the file (the preroll time), resulting in the first packet
being returned.  With the preroll subtracted, some of these seeks
will land within the file and some beyond the end, thus returning
a different set of packets.

Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-03-17 19:51:28 +00:00
doc Add missed APIchanges and changelog entries 2011-03-17 12:28:37 +01:00
ffpresets Update qmin/qmax values for libx264 presets 2011-02-08 15:59:30 -08:00
libavcodec aacenc: cosmetics, indentation, and comment clarification 2011-03-16 23:35:39 -04:00
libavdevice use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* 2011-03-16 21:54:39 +01:00
libavfilter use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* 2011-03-16 21:54:39 +01:00
libavformat nutenc: fix a memleak 2011-03-17 16:25:54 +00:00
libavutil use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* 2011-03-16 21:54:39 +01:00
libpostproc use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* 2011-03-16 21:54:39 +01:00
libswscale use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* 2011-03-16 21:54:39 +01:00
tests asf: update seek test reference 2011-03-17 19:51:28 +00:00
tools In graph2dot, print more specific audio information for audio links. 2011-02-17 00:02:11 +01:00
.gitignore consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
Changelog Add missed APIchanges and changelog entries 2011-03-17 12:28:37 +01:00
cmdutils.c use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* 2011-03-16 21:54:39 +01:00
cmdutils.h Make this_year static to cmdutils.c 2011-01-24 23:44:58 +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 Merge libavcore into libavutil 2011-02-15 16:18:21 +01:00
configure darwin: use -read_only_relocs flag only on 32-bit x86 2011-03-16 23:18:27 +00:00
COPYING.GPLv2 Rename COPYING.GPL --> COPYING.GPLv2 and COPYING.LGPL --> COPYING.LGPLv2.1. 2009-06-05 09:51:31 +00:00
COPYING.GPLv3 Add configure option to upgrade (L)GPL to version 3. 2009-06-05 11:04:03 +00:00
COPYING.LGPLv2.1 Rename COPYING.GPL --> COPYING.GPLv2 and COPYING.LGPL --> COPYING.LGPLv2.1. 2009-06-05 09:51:31 +00:00
COPYING.LGPLv3 Add configure option to upgrade (L)GPL to version 3. 2009-06-05 11:04:03 +00:00
CREDITS partially rename FFmpeg to Libav 2011-03-16 21:54:39 +01:00
Doxyfile partially rename FFmpeg to Libav 2011-03-16 21:54:39 +01:00
ffmpeg.c ffmpeg: remove unused variable in ffmpeg_exit() 2011-03-12 14:08:27 +00:00
ffplay.c avio: deprecate url_ferror 2011-03-15 08:04:28 -04:00
ffprobe.c lavf: add av_ prefix to dump_format() 2011-02-16 23:39:56 +00:00
ffserver.c avio: deprecate url_open_buf 2011-03-16 22:59:39 -04:00
ffserver.h Add FFMPEG_ prefix to all multiple inclusion guards. 2007-10-17 09:37:46 +00:00
INSTALL partially rename FFmpeg to Libav 2011-03-16 21:54:39 +01:00
LICENSE partially rename FFmpeg to Libav 2011-03-16 21:54:39 +01:00
Makefile replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION 2011-03-16 21:54:39 +01:00
README partially rename FFmpeg to Libav 2011-03-16 21:54:39 +01:00
subdir.mak fix building test programs with gnu make 3.82 2010-12-07 16:42:25 +00:00
version.sh use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* 2011-03-16 21:54:39 +01:00

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.