FFmpeg git repo
Go to file
Michael Niedermayer 078dab551d Merge commit '529a9893d769f381b72785c500662be2020da5fe'
* commit '529a9893d769f381b72785c500662be2020da5fe':
  avframe: mark source frame const in _ref and _clone

Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-28 10:28:47 +01:00
compat
doc doc/RELEASE_NOTES: update for 2.1 2013-10-28 01:13:46 +01:00
libavcodec Merge commit 'fc06ee6ee377cc3b512dff8f02057e26311bc4da' 2013-10-28 10:12:13 +01:00
libavdevice avdevice/pulse_audio_enc: remove double ; 2013-10-28 00:52:11 +01: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 Merge commit '211ca69b13eb0a127a9ef7e70ddaccdab125d1c5' 2013-10-28 09:59:53 +01:00
libavutil Merge commit '529a9893d769f381b72785c500662be2020da5fe' 2013-10-28 10:28:47 +01:00
libpostproc
libswresample
libswscale
presets
tests FATE: update HEVC tests 2013-10-27 10:15:56 +01:00
tools
.gitignore
arch.mak
Changelog Changelog: add 2.1 2013-10-28 00:39:34 +01:00
cmdutils_common_opts.h cmdutils: add -colors option 2013-10-27 09:18:45 +01:00
cmdutils.c cmdutils: fix expected signature for show_colors() function 2013-10-28 09:41:25 +01:00
cmdutils.h cmdutils: fix expected signature for show_colors() function 2013-10-28 09:41:25 +01:00
common.mak
configure libavfilter/vf_noise: relicense to LGPL 2013-10-27 20:29:07 +00:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c ffmpeg_filter: Fix non jpeg yuv in jpeg support 2013-10-27 17:41:06 +01:00
ffmpeg_opt.c
ffmpeg.c
ffmpeg.h
ffplay.c ffplay: add support for libswresample options 2013-10-26 12:23:54 +02:00
ffprobe.c
ffserver.c
INSTALL
library.mak
LICENSE libavfilter/vf_noise: relicense to LGPL 2013-10-27 20:29:07 +00:00
MAINTAINERS MAINTAINERS: update which releases i maintain 2013-10-28 00:40:15 +01:00
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.