FFmpeg git repo
Go to file
Mike Melanson f93843e9a0 FATE: update xxan-wc4 test to a sample with more code coverage.
The previous sample used for this test only contained type 0 frames.
Replace it with a sample that also features type 1 frames.
Code coverage:
libavcodec/xxan.c: 72% -> 89%

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2012-01-07 11:06:53 -08:00
doc avconv: add symbolic names for -vsync parameters 2012-01-04 21:25:25 +01:00
libavcodec g722enc: validate AVCodecContext.trellis 2012-01-07 13:38:23 -05:00
libavdevice v4l2: use V4L2_FMT_FLAG_EMULATED only if it is defined 2012-01-04 21:34:29 +01:00
libavfilter cosmetics: Drop unnecessary parentheses around return values. 2011-12-30 22:18:07 +01:00
libavformat tta: Fix returned error code at EOF 2012-01-07 09:59:15 -05:00
libavutil timer: K&R formatting cosmetics 2012-01-05 14:48:30 +01:00
libpostproc Place some START_TIMER invocations in separate blocks. 2012-01-04 15:05:49 +01:00
libswscale swscale: remove unused U/V arguments from yuv2rgb_write(). 2012-01-05 07:17:01 -08:00
presets presets: spelling error in libvpx 1080p50_60 2011-10-22 00:28:56 +02:00
tests FATE: update xxan-wc4 test to a sample with more code coverage. 2012-01-07 11:06:53 -08:00
tools Fix a bunch of typos. 2012-01-02 16:41:25 +01:00
.gitignore Make a copy of ffmpeg under a new name -- avconv. 2011-08-12 13:27:30 +02: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
Changelog adx: add an adx muxer 2012-01-03 18:47:42 -05:00
Doxyfile doxy: add website-alike style to the html output 2011-12-25 14:34:32 +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 build: rename subdir.mak ---> library.mak 2011-12-13 23:34:22 +01:00
README cosmetics: fix dashed line length after 070c5d0 2011-03-28 09:53:40 +02:00
RELEASE Prepare for 0.8_beta1 snapshot release 2011-12-23 15:38:15 +01:00
avconv.c avconv: add symbolic names for -vsync parameters 2012-01-04 21:25:25 +01:00
avplay.c avplay: Don't call avio_set_interrupt_cb(NULL) 2012-01-04 11:03:45 +02:00
avprobe.c Replace all uses of av_close_input_file() with avformat_close_input(). 2011-12-12 20:34:38 +01:00
avserver.c Replace all uses of av_close_input_file() with avformat_close_input(). 2011-12-12 20:34:38 +01:00
cmdutils.c cmdutils: K&R reformatting cosmetics 2012-01-03 21:10:09 +01:00
cmdutils.h Fix a bunch of common typos. 2011-12-11 00:32:25 +01:00
cmdutils_common_opts.h avtools: add -v as alias for -loglevel 2011-10-09 16:53:06 +01:00
common.mak build: remove unnecessary FFLDFLAGS variable 2011-07-11 11:39:04 +01:00
configure v4l2: list available formats 2012-01-04 13:10:20 +01:00
ffmpeg.c Fix a bunch of common typos. 2011-12-11 00:32:25 +01:00
library.mak build: link test programs with static libraries 2011-12-17 23:21:08 +00:00
version.sh Drop git- prefix from version labels 2011-06-19 19:41:23 +01:00

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.