FFmpeg git repo
Go to file
Michael Niedermayer b8e44118b1 Merge commit '24fee95321c1463360ba7042d026dae021854360'
* commit '24fee95321c1463360ba7042d026dae021854360':
  rtmpproto: Move the flv header/trailer addition to append_flv_data

Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-04 14:18:32 +02:00
compat
doc avcodec: add av_codec_get_max_lowres() 2013-10-03 16:33:09 +02:00
libavcodec cosmetics: group remaining .name and .long_name. 2013-10-04 13:33:20 +00:00
libavdevice
libavfilter avfilter/vf_frei0r: fix out of array read 2013-10-04 11:16:35 +02:00
libavformat Merge commit '24fee95321c1463360ba7042d026dae021854360' 2013-10-04 14:18:32 +02:00
libavresample
libavutil Merge commit '80fefbed623491b92fe59ead99225f99c0d0ca08' 2013-10-04 11:28:21 +02:00
libpostproc
libswresample
libswscale swscale/utils: dont divide by zero with zero vectors 2013-10-01 00:27:28 +02:00
presets
tests avformat/vobsub: raise packet even if apparently incomplete. 2013-10-04 09:25:11 +00:00
tools
.gitignore
arch.mak
Changelog Native VP9 decoder. 2013-10-02 21:03:11 -04:00
cmdutils_common_opts.h
cmdutils.c cmdutils: print command support in -filters. 2013-09-30 10:15:22 +00:00
cmdutils.h
common.mak Merge commit '47b6cfc2a0333fb24f074d27830bf35ae5007050' 2013-10-04 11:49:01 +02:00
configure Merge remote-tracking branch 'rbultje/master' 2013-10-03 13:56:52 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c
ffmpeg_opt.c ffmpeg: avoid direct access to lowres use av_codec_g/set_lowres() 2013-10-03 17:20:53 +02:00
ffmpeg.c ffmpeg: dont return reserved values 2013-10-02 12:59:39 +02:00
ffmpeg.h
ffplay.c ffplay: avoid direct access to lowres use av_codec_g/set_lowres() 2013-10-03 22:38:54 +02:00
ffprobe.c ffprobe: print stream channel_layout when available 2013-10-03 09:19:38 +02:00
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS
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.