FFmpeg git repo
Go to file
Ronald S. Bultje 9918f57dcf get_bits: Return pointer to buffer that is the result of the alignment
This allows more transparent mixing of get_bits and whole-byte access
without having to touch get_bits internals.

Signed-off-by: Martin Storsjö <martin@martin.st>
2013-02-19 22:33:52 +02:00
compat
doc doc: Fix some obsolete references to av* tools as ff* tools 2013-02-18 13:04:29 +01:00
libavcodec get_bits: Return pointer to buffer that is the result of the alignment 2013-02-19 22:33:52 +02:00
libavdevice
libavfilter vf_yadif: fix out-of line reads 2013-02-15 16:08:33 +01:00
libavformat
libavresample lavr: fix mixing matrix reduction when normalization is disabled 2013-02-12 13:41:13 -05:00
libavutil x86: Use simple nop codes for <= sse (rather than <= mmx) 2013-02-19 22:33:19 +02:00
libswscale swscale: Disallow conversion to GBRP16 2013-02-11 20:03:16 +02:00
presets
tests vf_yadif: fix out-of line reads 2013-02-15 16:08:33 +01:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
INSTALL
LICENSE
Makefile
README
RELEASE
arch.mak
avconv.c
avconv.h
avconv_filter.c
avconv_opt.c
avplay.c
avprobe.c
avserver.c
cmdutils.c get_buffer(): do not initialize the data. 2013-02-15 16:08:44 +01:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure build: make audio_frame_queue a stand-alone component 2013-02-17 22:05:18 +01:00
library.mak build: Make library minor version visible in the Makefile 2013-02-11 20:17:15 +01:00
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.