FFmpeg git repo
Go to file
Anton Khirnov cb148e56dc hevc: refactor pic_arrays and set_sps
(cherry picked from commit a6686c6d83b50c0962269f2c487f4f0c57e0df79)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-28 10:37:10 +01:00
compat
doc doc/RELEASE_NOTES: update for 2.1 2013-10-28 01:13:46 +01:00
libavcodec hevc: refactor pic_arrays and set_sps 2013-10-28 10:37:10 +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
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Changelog: add 2.1 2013-10-28 00:39:34 +01:00
INSTALL
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
arch.mak
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
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.h
ffmpeg_filter.c ffmpeg_filter: Fix non jpeg yuv in jpeg support 2013-10-27 17:41:06 +01:00
ffmpeg_opt.c
ffplay.c
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.