FFmpeg git repo
Go to file
Michael Niedermayer 8c3ab3094b sws: Fix:
libswscale/swscale_unscaled.c:805:5: warning: passing argument 1 of ‘check_image_pointers’ from incompatible pointer type
libswscale/swscale_unscaled.c:774:12: note: expected ‘uint8_t **’ but argument is of type ‘const uint8_t * const*’
libswscale/swscale_unscaled.c:809:5: warning: passing argument 1 of ‘check_image_pointers’ discards qualifiers from pointer target type
libswscale/swscale_unscaled.c:774:12: note: expected ‘uint8_t **’ but argument is of type ‘uint8_t * const*’

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-11-18 22:00:33 +01:00
doc lavfi: reimplement MPlayer's af_pan filter for libavfilter. 2011-11-18 19:39:26 +01:00
ffpresets
libavcodec Don't fill in frame gaps with copied refs after flush 2011-11-18 21:08:48 +01:00
libavdevice Merge remote-tracking branch 'qatar/master' 2011-11-15 03:13:42 +01:00
libavfilter lavfi: reimplement MPlayer's af_pan filter for libavfilter. 2011-11-18 19:39:26 +01:00
libavformat mxfdec: Add hack that adjusts the n_delta calculation when system items are present 2011-11-18 15:33:44 +01:00
libavutil Merge remote-tracking branch 'qatar/master' 2011-11-17 02:44:33 +01:00
libpostproc postproc: remove stray + 2011-10-30 18:11:09 +01:00
libswresample swr: doxument matrix fields. 2011-11-17 20:29:55 +01:00
libswscale sws: Fix: 2011-11-18 22:00:33 +01:00
mt-work
presets
tests Increase Westwood Studios VQA palette dynamics. 2011-11-13 15:12:43 +01:00
tools Merge remote-tracking branch 'qatar/master' 2011-10-29 02:08:54 +02:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog lavfi: reimplement MPlayer's af_pan filter for libavfilter. 2011-11-18 19:39:26 +01:00
Doxyfile
INSTALL
LICENSE
MAINTAINERS Added support for J2K encoding with libopenjpeg 2011-11-18 01:20:40 +01:00
Makefile
README
RELEASE RELEASE: bump to 0.8.6.git after the release 2011-11-12 21:00:13 +01:00
avconv.c Merge remote-tracking branch 'qatar/master' 2011-11-11 02:50:35 +01:00
cmdutils.c Merge remote-tracking branch 'qatar/master' 2011-11-01 02:02:20 +01:00
cmdutils.h Merge remote-tracking branch 'qatar/master' 2011-11-01 02:02:20 +01:00
cmdutils_common_opts.h
common.mak
configure Added support for J2K encoding with libopenjpeg 2011-11-18 01:20:40 +01:00
ffmpeg.c swr: introduce a public function to customize the channel mapping. 2011-11-17 18:30:03 +01:00
ffplay.c swr: introduce a public function to customize the channel mapping. 2011-11-17 18:30:03 +01:00
ffprobe.c ffprobe: make writer_print_integer support long long int values 2011-11-18 10:09:26 +01:00
ffserver.c ffserver: use av_noreturn 2011-11-11 04:25:53 +01:00
subdir.mak
version.sh

README

FFmpeg README
-------------

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.