FFmpeg git repo
Go to file
Michael Niedermayer c7fe2a3733 ffplay: avoid direct access to lowres use av_codec_g/set_lowres()
Reviewed-by: Marton Balint <cus@passwd.hu>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-03 22:38:54 +02:00
compat
doc avcodec: add av_codec_get_max_lowres() 2013-10-03 16:33:09 +02:00
libavcodec Merge remote-tracking branch 'qatar/master' 2013-10-03 21:46:42 +02:00
libavdevice avdevice/v4l: remove duplicate include 2013-09-21 15:36:33 +02:00
libavfilter avfilter/vf_pullup: do not ignore frame field order 2013-10-03 02:43:20 +00:00
libavformat avformat: add support to force specific AVCodecs 2013-10-02 22:56:03 +02:00
libavresample
libavutil Merge commit '5ce04c14dd3dd3670cbdba82275a3a72c716ec6f' 2013-10-03 21:29:38 +02:00
libpostproc
libswresample swr: fix example code and doxy indent. 2013-09-29 23:37:46 +02:00
libswscale swscale/utils: dont divide by zero with zero vectors 2013-10-01 00:27:28 +02:00
presets
tests avcodec/tiff_common: Improve formating of long arrays 2013-10-03 18:47:50 +02:00
tools ffhash: Change size to an int 2013-09-24 16:29:18 +02:00
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Native VP9 decoder. 2013-10-02 21:03:11 -04:00
INSTALL
LICENSE
MAINTAINERS lavf/libssh: add MAINTAINERS entry 2013-09-21 16:35:41 +02:00
Makefile
README
RELEASE
arch.mak
cmdutils.c cmdutils: print command support in -filters. 2013-09-30 10:15:22 +00:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Merge remote-tracking branch 'rbultje/master' 2013-10-03 13:56:52 +02:00
ffmpeg.c ffmpeg: dont return reserved values 2013-10-02 12:59:39 +02:00
ffmpeg.h
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
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
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.