FFmpeg git repo
Go to file
Michael Niedermayer 92f649b411 avcodec/hevc: remove CODEC_CAP_EXPERIMENTAL
Approved-by: mraulet
Approved-by: smarter
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-23 20:00:11 +02:00
compat
doc avplay: Accept cpuflags option 2013-10-22 10:49:31 +02:00
libavcodec avcodec/hevc: remove CODEC_CAP_EXPERIMENTAL 2013-10-23 20:00:11 +02:00
libavdevice
libavfilter avfilter/vf_scale: Correct vf_scale mappings from arguments to color range 2013-10-23 15:44:31 +02:00
libavformat avformat/framehash: add software version to framecrc/md5 2013-10-23 16:32:32 +02:00
libavresample
libavutil avutil/log: document log callback thread saftey requirements 2013-10-23 18:15:49 +02:00
libpostproc
libswresample
libswscale swscale/utils: check mprotect() return code 2013-10-23 10:14:05 +02:00
presets
tests avcodec/hevc: remove CODEC_CAP_EXPERIMENTAL 2013-10-23 20:00:11 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog movenc: Add an F4V muxer 2013-10-23 11:17:03 +03:00
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c Merge commit 'f825d42bccdb9f89669a586951de7f66a81e80a5' 2013-10-22 19:07:28 +02:00
cmdutils.h Merge commit 'f825d42bccdb9f89669a586951de7f66a81e80a5' 2013-10-22 19:07:28 +02:00
cmdutils_common_opts.h Merge commit 'f825d42bccdb9f89669a586951de7f66a81e80a5' 2013-10-22 19:07:28 +02:00
common.mak
configure movenc: Add an F4V muxer 2013-10-23 11:17:03 +03:00
ffmpeg.c ffmpeg: Dont crash on unconnected output pads before an error is printed 2013-10-23 11:39:43 +02:00
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c make it possible to compile ffmpeg without swscale 2013-10-21 13:57:00 +00:00
ffplay.c
ffprobe.c ffprobe: fix consistency checks in parse_read_intervals() 2013-10-21 13:33:06 +02:00
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.