FFmpeg git repo
Go to file
Mans Rullgard b1bcddfb6d postproc: altivec: fix trivial cases of mixed declarations and code
This moves declarations without initialisers or with constant
initialisers to the start of a block, and adds do {} while(0)
around some macros, thus allowing declarations within them.

Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-12-21 00:57:45 +00:00
doc segment: introduce segmented chain muxer 2011-12-19 18:31:28 +01:00
libavcodec lavc: always align height by 32 pixel 2011-12-21 00:00:23 +01:00
libavdevice
libavfilter
libavformat nut: support 10bit YUV 2011-12-21 00:00:03 +01:00
libavutil lavu: add AVERROR_BUG error value 2011-12-19 18:31:28 +01:00
libpostproc postproc: altivec: fix trivial cases of mixed declarations and code 2011-12-21 00:57:45 +00:00
libswscale swscale: fix formatting and indentation of unscaled conversion routines. 2011-12-18 15:32:08 -08:00
presets
tests fate: fix eatqi test 2011-12-17 15:49:25 +00:00
tools
.gitignore
avconv.c avconv: support stream specifiers in -metadata and -map_metadata 2011-12-16 21:12:53 +01:00
avplay.c avplay: clear pkt_temp when pkt is freed. 2011-12-19 12:22:14 -05:00
avprobe.c
avserver.c
Changelog segment: introduce segmented chain muxer 2011-12-19 18:31:28 +01:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure build: fix standalone compilation of mpc7/mpc8 decoders 2011-12-20 22:38:51 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg.c
INSTALL
library.mak build: link test programs with static libraries 2011-12-17 23:21:08 +00:00
LICENSE
Makefile
README
RELEASE
version.sh

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.