FFmpeg git repo
Go to file
Lukasz Marek db403023c0 lavd/opengl_enc: add gray8/16 formats
Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>
2014-02-13 23:33:05 +01:00
compat
doc Add libx265 encoder 2014-02-12 13:13:17 +00:00
libavcodec libx265: Remove redundant default param call 2014-02-13 22:22:21 +00:00
libavdevice lavd/opengl_enc: add gray8/16 formats 2014-02-13 23:33:05 +01:00
libavfilter avfilter/curves: support slice threading. 2014-02-13 14:35:10 +01:00
libavformat avformat/mpegtsenc: Check data array size in mpegts_write_pmt() 2014-02-13 14:14:12 +01:00
libavresample
libavutil x86inc: Extend FMA_INSTR functionality 2014-02-13 22:14:24 +01:00
libpostproc
libswresample
libswscale
presets
tests Merge remote-tracking branch 'qatar/master' 2014-02-13 00:41:40 +01:00
tools tools/uncoded_frame: fix double free 2014-02-13 01:29:01 +01:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Add libx265 encoder 2014-02-12 13:13:17 +00:00
INSTALL
LICENSE Add libx265 encoder 2014-02-12 13:13:17 +00:00
MAINTAINERS MAINTANERS: Add myself as libx265 maintainer 2014-02-13 22:22:56 +00:00
Makefile tools: add uncoded_frame test program. 2014-02-11 10:31:29 +01:00
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
cmdutils_opencl.c
common.mak
configure Add libx265 encoder 2014-02-12 13:13:17 +00:00
ffmpeg.c ffmpeg: fix vstats 2014-02-10 20:31:06 +01:00
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg_vdpau.c
ffplay.c Merge commit 'b36bc81ccaa2fc85dc4bae7dc546c71e8833573d' 2014-02-10 13:26:31 +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.