FFmpeg git repo
Go to file
Pavel Koshevoy e5644313c5 examples/filtering_audio: get rid of AVABufferSinkParams
AVABufferSinkParams are ignored by avfilter_graph_create_filter,
therefore the example is misleading.  Use av_opt_set_int_list to
configure abuffersink directly.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-17 11:11:57 +02:00
compat
doc examples/filtering_audio: get rid of AVABufferSinkParams 2013-04-17 11:11:57 +02:00
libavcodec Remove two anonymous arrays. 2013-04-17 00:37:05 +02:00
libavdevice
libavfilter lavfi/histeq: fix out of array write 2013-04-17 00:24:16 +00:00
libavformat rmdec: dont return uninitialized data 2013-04-17 02:16:58 +02:00
libavresample
libavutil butterflies_float: replace 2 lea by 2 add 2013-04-17 00:10:06 +02:00
libpostproc
libswresample swr/rematrix: use av_calloc() 2013-04-15 20:31:06 +02:00
libswscale sws: Skip ff_yuv2rgb_c_init_tables() when the output is YUV 2013-04-16 17:50:43 +02:00
presets
tests fate: fix histogram test, try #2 2013-04-16 03:52:51 +02:00
tools
.gitignore
arch.mak
Changelog lavfi: port IVTC filters from vapoursynth. 2013-04-14 15:59:37 +02:00
cmdutils_common_opts.h
cmdutils.c Merge remote-tracking branch 'qatar/master' 2013-04-16 23:23:16 +02:00
cmdutils.h
common.mak
configure lavfi: rename decimate to mpdecimate. 2013-04-14 15:59:37 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg.c ffmpeg: show error message in case of av_buffersrc_add_frame_flags() failure 2013-04-14 20:30:37 +02:00
ffmpeg.h
ffplay.c ffplay: use format title metadata to set window caption. 2013-04-17 11:08:49 +02:00
ffprobe.c
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS
Makefile
README
RELEASE
version.sh

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

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

* Read the documentation in the doc/ directory in git.
  You can also view it online at http://ffmpeg.org/documentation.html

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

* See the LICENSE file.

3) Build and Install
--------------------

* See the INSTALL file.