FFmpeg git repo
Go to file
Luca Barbato 1bd442c276 nut: prioritize native tags
Use native tags instead of avi ones, simplifies a lot raw video codecs
handling.
2012-10-13 12:33:18 +02:00
compat
doc pixdesc: add functions for accessing pixel format descriptors. 2012-10-12 12:45:25 +02:00
libavcodec vc1: Use codec ID from AVCodecContext while parsing frame header 2012-10-13 08:33:07 +02:00
libavdevice lavu,lavd: do not use av_pix_fmt_descriptors directly. 2012-10-12 12:45:39 +02:00
libavfilter avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX) 2012-10-12 19:58:51 +02:00
libavformat nut: prioritize native tags 2012-10-13 12:33:18 +02:00
libavresample
libavutil avstring-test: fix memory leaks 2012-10-12 23:51:12 +01:00
libswscale avutil: add yuva422p and yuva444p formats 2012-10-12 15:09:51 +02:00
presets
tests nut: prioritize native tags 2012-10-13 12:33:18 +02:00
tools tools: do not use av_pix_fmt_descriptors directly. 2012-10-12 12:45:38 +02:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog prepare 9_beta1 release 2012-10-11 18:36:40 +02:00
Doxyfile
INSTALL
LICENSE
Makefile avcodec: Remove broken MMI optimizations 2012-10-12 20:56:54 +02:00
README
RELEASE prepare 9_beta1 release 2012-10-11 18:36:40 +02:00
arch.mak avcodec: Remove broken MMI optimizations 2012-10-12 20:56:54 +02:00
avconv.c De-doxygenize some top-level files 2012-10-12 20:56:54 +02:00
avconv.h De-doxygenize some top-level files 2012-10-12 20:56:54 +02:00
avconv_filter.c De-doxygenize some top-level files 2012-10-12 20:56:54 +02:00
avconv_opt.c De-doxygenize some top-level files 2012-10-12 20:56:54 +02:00
avplay.c avplay: support mid-stream sample rate changes 2012-10-13 00:19:00 -04:00
avprobe.c tools: do not use av_pix_fmt_descriptors directly. 2012-10-12 12:45:38 +02:00
avserver.c
cmdutils.c tools: do not use av_pix_fmt_descriptors directly. 2012-10-12 12:45:38 +02:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure configure: use utilities from /usr/xpg4/bin if it exists 2012-10-12 23:57:01 +01:00
library.mak
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.