1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-03 05:10:03 +02:00
Go to file
Michael Niedermayer 4d5d905eed ffmpeg: avoid direct access to lowres use av_codec_g/set_lowres()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-03 17:20:53 +02:00
compat
doc avcodec: add av_codec_get_max_lowres() 2013-10-03 16:33:09 +02:00
libavcodec avcodec: add av_codec_get_max_lowres() 2013-10-03 16:33:09 +02:00
libavdevice
libavfilter avfilter/vf_histogram: add mirrored waveform mode 2013-10-02 21:02:59 +00:00
libavformat avformat: add support to force specific AVCodecs 2013-10-02 22:56:03 +02:00
libavresample
libavutil VP9 MC (ssse3) optimizations. 2013-10-02 21:03:15 -04:00
libpostproc
libswresample
libswscale swscale/utils: dont divide by zero with zero vectors 2013-10-01 00:27:28 +02:00
presets
tests Merge remote-tracking branch 'rbultje/master' 2013-10-03 13:56:52 +02:00
tools
.gitignore
arch.mak
Changelog Native VP9 decoder. 2013-10-02 21:03:11 -04:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
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
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.