FFmpeg git repo
Go to file
Reimar Döffinger 3cc0f335fe af_aresample: remove only use of array compound literals with non-const initializers in FFmpeg.
Some older compilers might have particular trouble with them,
and they do not really seem worth it to me.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2013-12-30 12:38:04 +01:00
compat compat: provide va_copy for old gcc versions. 2013-12-30 12:38:03 +01:00
doc Allow hiding the banner. 2013-12-29 22:57:20 +01:00
libavcodec Merge remote-tracking branch 'cehoyos/master' 2013-12-30 02:12:53 +01:00
libavdevice lavd/xv: report if no adaptor present. 2013-12-29 19:51:42 +01:00
libavfilter af_aresample: remove only use of array compound literals with non-const initializers in FFmpeg. 2013-12-30 12:38:04 +01:00
libavformat oggdec: add support for VP8 demuxing 2013-12-30 04:05:27 +01:00
libavresample
libavutil Merge remote-tracking branch 'qatar/master' 2013-12-30 11:23:32 +01:00
libpostproc
libswresample
libswscale
presets
tests
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog oggdec: add support for VP8 demuxing 2013-12-30 04:05:27 +01:00
INSTALL
LICENSE
MAINTAINERS ATRAC+ decoder 2013-12-29 01:11:16 +01:00
Makefile
README
RELEASE
arch.mak
cmdutils.c Allow hiding the banner. 2013-12-29 22:57:20 +01:00
cmdutils.h Allow hiding the banner. 2013-12-29 22:57:20 +01:00
cmdutils_common_opts.h Allow hiding the banner. 2013-12-29 22:57:20 +01:00
cmdutils_opencl.c
common.mak
configure configure: check that pthreads is compatible with compiler. 2013-12-30 12:38:04 +01:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg_vdpau.c
ffplay.c ffplay: do not wait for the picture allocation to finish on exit 2013-12-29 13:19:19 +01:00
ffprobe.c
ffserver.c
library.mak
version.sh

README

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.