FFmpeg git repo
Go to file
Anton Khirnov 207909911d mss3: use the AVFrame API properly. 2013-11-16 17:41:54 +01:00
compat Remove #undefs for formerly forbidden system functions 2013-11-07 00:26:15 +01:00
doc lavc: VP9 decoder 2013-11-15 10:16:28 +01:00
libavcodec mss3: use the AVFrame API properly. 2013-11-16 17:41:54 +01:00
libavdevice timefilter: Handle memory allocation failure 2013-10-29 11:40:04 +00:00
libavfilter avfilter/graphparser: Directly free filter memory if initialization fails 2013-11-06 22:06:15 +01:00
libavformat Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). 2013-11-16 12:44:20 +01:00
libavresample lavr: check that current_buffer is not NULL before using it 2013-10-27 15:07:10 -04:00
libavutil Move av_fast_{m,re}alloc from lavc to lavu. 2013-11-14 09:42:22 +01:00
libswscale
presets
tests FATE: add a jv test 2013-11-16 13:20:06 +01:00
tools graph2dot: Add missing #include for av_get_channel_layout_string() 2013-11-04 23:04:10 +01:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog lavc: VP9 decoder 2013-11-15 10:16:28 +01:00
INSTALL
LICENSE
Makefile build: Remove redundant OBJS declaration intended for programs 2013-11-03 18:52:11 +01:00
README
RELEASE
arch.mak
avconv.c Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). 2013-11-16 12:44:20 +01:00
avconv.h avconv: stop accessing AVStream.parser 2013-10-29 14:19:10 +01:00
avconv_filter.c
avconv_opt.c
avplay.c Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). 2013-11-16 12:44:20 +01:00
avprobe.c
avserver.c
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak build: Allow specifying extra object files when linking HOSTPROGS 2013-11-15 01:29:47 +01:00
configure lavc: VP9 decoder 2013-11-15 10:16:28 +01:00
library.mak build: remove pointless condition 2013-10-29 14:00:29 +00:00
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.