FFmpeg git repo
Go to file
Anton Khirnov 89605e4aa0 avconv: send EOF to vsrc_buffer. 2012-04-15 20:37:47 +02:00
doc avconv: add support for complex filtergraphs. 2012-04-15 20:32:09 +02:00
libavcodec utvideo: Remove unused variable 'src_size' 2012-04-15 00:18:28 -04:00
libavdevice cosmetics: Consistently place static, inline and av_cold attributes/keywords. 2012-04-04 14:54:13 +02:00
libavfilter graphparser: fix the order in which unlabeled input links are returned. 2012-04-15 20:20:03 +02:00
libavformat mov: free memory on header parsing failure 2012-04-14 19:41:52 -07:00
libavutil build: Move all arch OBJS declarations into arch subdirectory Makefiles. 2012-04-12 21:30:13 +02:00
libswscale swscale: clip before assigning tables in RGB output functions. 2012-04-14 16:29:24 -07:00
presets
tests avconv: get output pixel format from lavfi. 2012-04-15 20:22:36 +02:00
tools Fix a bunch of common typos. 2012-03-09 22:02:49 +01:00
.gitignore Ignore generated files below doc/. 2012-03-25 11:46:15 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog avconv: drop support for building without libavfilter. 2012-04-06 20:21:07 +02:00
Doxyfile
INSTALL
LICENSE
Makefile build: Consistently handle conditional compilation for all optimization OBJS. 2012-04-12 09:00:49 +02:00
README
RELEASE
arch.mak build: Consistently handle conditional compilation for all optimization OBJS. 2012-04-12 09:00:49 +02:00
avconv.c avconv: send EOF to vsrc_buffer. 2012-04-15 20:37:47 +02:00
avplay.c avconv: get output pixel format from lavfi. 2012-04-15 20:22:36 +02:00
avprobe.c
avserver.c Replace memset(0) by zero initializations. 2012-03-28 09:38:33 +02:00
cmdutils.c avconv: get output pixel format from lavfi. 2012-04-15 20:22:36 +02:00
cmdutils.h avconv: get output pixel format from lavfi. 2012-04-15 20:22:36 +02:00
cmdutils_common_opts.h
common.mak build: Consistently handle conditional compilation for all optimization OBJS. 2012-04-12 09:00:49 +02:00
configure configure: escape colons in values written to config.fate 2012-04-13 13:22:37 +01:00
library.mak build: Only clean the architecture subdirectory we build for. 2012-03-26 13:29:03 +02:00
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.