FFmpeg git repo
Go to file
Paul B Mahol 75b2bbe21d libavfilter/vf_noise: relicense to LGPL
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-10-27 20:29:07 +00:00
compat
doc avfilter: add mergeplanes filter 2013-10-27 18:58:43 +00:00
libavcodec avcodec/options_table: set err_detect to careful by default 2013-10-27 21:18:50 +01:00
libavdevice timefilter: Handle memory allocation failure 2013-10-27 19:14:23 +00:00
libavfilter libavfilter/vf_noise: relicense to LGPL 2013-10-27 20:29:07 +00:00
libavformat avio: Check for memory allocation failure of private data 2013-10-27 19:15:03 +00:00
libavresample
libavutil lavu/parseutils: add av_get_known_color_name() 2013-10-27 09:16:05 +01:00
libpostproc
libswresample lswr/swresample: convert ocl and icl options to AV_OPT_TYPE_CHANNEL_LAYOUT 2013-10-17 18:09:54 +02:00
libswscale lsws: use av_pix_fmt_get_chroma_sub_sample() 2013-10-24 08:12:38 +02:00
presets
tests FATE: update HEVC tests 2013-10-27 10:15:56 +01:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog avfilter: add mergeplanes filter 2013-10-27 18:58:43 +00:00
INSTALL
LICENSE libavfilter/vf_noise: relicense to LGPL 2013-10-27 20:29:07 +00:00
MAINTAINERS avfilter: add mergeplanes filter 2013-10-27 18:58:43 +00:00
Makefile
README
RELEASE
arch.mak
cmdutils.c cmdutils: add -colors option 2013-10-27 09:18:45 +01:00
cmdutils.h cmdutils: add -colors option 2013-10-27 09:18:45 +01:00
cmdutils_common_opts.h cmdutils: add -colors option 2013-10-27 09:18:45 +01:00
common.mak
configure libavfilter/vf_noise: relicense to LGPL 2013-10-27 20:29:07 +00:00
ffmpeg.c ffmpeg: make stream default if its the only of its kind and no source can be unambigously assigned to it 2013-10-25 02:08:35 +02:00
ffmpeg.h
ffmpeg_filter.c ffmpeg_filter: Fix non jpeg yuv in jpeg support 2013-10-27 17:41:06 +01:00
ffmpeg_opt.c make it possible to compile ffmpeg without swscale 2013-10-21 13:57:00 +00:00
ffplay.c ffplay: add support for libswresample options 2013-10-26 12:23:54 +02:00
ffprobe.c ffprobe: fix consistency checks in parse_read_intervals() 2013-10-21 13:33:06 +02:00
ffserver.c
library.mak build: remove pointless condition 2013-10-24 10:51:03 +01:00
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.