Go to file
michael 04e140daa2 libmpcodecs/vf_uspp: check avcodec_open() return code
Fixes CID1135747

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-11 02:13:28 +02:00
compat
doc Document smoothstreaming muxer 2014-05-10 00:06:32 +02:00
libavcodec Add missing "const" to pointer arrays. 2014-05-10 21:57:28 +02:00
libavdevice lavd/jack_audio: use av_fifo_freep 2014-05-07 23:39:47 +02:00
libavfilter libmpcodecs/vf_uspp: check avcodec_open() return code 2014-05-11 02:13:28 +02:00
libavformat avformat/movenc: Check ff_put_wav_header() return code 2014-05-10 03:51:49 +02:00
libavresample
libavutil opencl: Make init_mtx static with volatile lock 2014-05-10 15:07:33 +02:00
libpostproc
libswresample inline asm: fix arrays as named constraints. 2014-05-07 15:02:45 +02:00
libswscale inline asm: fix arrays as named constraints. 2014-05-07 15:02:45 +02:00
presets
tests avcodec/huffyuvenc: Make version 3 of ffvhuff non experimental 2014-05-07 23:24:38 +02:00
tools
.gitignore
arch.mak
Changelog
cmdutils_common_opts.h
cmdutils_opencl.c
cmdutils.c
cmdutils.h cmdutils: include config.h, fix "is not defined" warning due to CONFIG_OPENCL 2014-05-07 06:14:57 +02:00
common.mak
configure configure: check for recent dxva2api headers with fixed COBJMACROS defines 2014-05-09 14:18:05 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_dxva2.c
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg_vdpau.c
ffmpeg.c ffmpeg: use av_fifo_freep 2014-05-07 23:39:47 +02:00
ffmpeg.h
ffplay.c
ffprobe.c
ffserver.c ffserver: don't leak poll_table if poll fails 2014-05-10 18:16:19 -04:00
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.