FFmpeg git repo
Go to file
Justin Ruggles 0c0d1bce7c avutil: add audio fifo buffer
The functions operate on the sample level rather than the byte level and work
with all audio sample formats.
2012-04-20 09:43:11 -04:00
doc avutil: add audio fifo buffer 2012-04-20 09:43:11 -04:00
libavcodec dv: Initialize encoder tables during encoder init. 2012-04-19 14:35:22 +02:00
libavdevice cosmetics: Consistently place static, inline and av_cold attributes/keywords. 2012-04-04 14:54:13 +02:00
libavfilter graphparser: set next to NULL on an entry extracted from inputs list 2012-04-16 09:28:34 +02:00
libavformat avio: make AVIOContext.av_class pointer to const 2012-04-18 23:54:20 +01:00
libavutil avutil: add audio fifo buffer 2012-04-20 09:43:11 -04:00
libswscale swscale: clip before assigning tables in RGB output functions. 2012-04-14 16:29:24 -07:00
presets
tests FATE: pass the decoded output format and audio source file to enc_dec_pcm 2012-04-18 22:26:56 -04:00
tools
.gitignore
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: check for an incompatible changing channel layout 2012-04-18 21:02:16 -04:00
avplay.c avplay: update get_buffer to be inline with avconv 2012-04-16 15:12:03 -07: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: detect PGI compiler and set suitable flags 2012-04-19 02:02:49 +01:00
library.mak
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.