1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00
Go to file
Michael Niedermayer 8c6d651fc3 paf: avoid using expressions with sideeffects in AV_R*
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-09-04 21:25:39 +02:00
compat
doc lavfi/transpose: implement landscape passthrough mode 2012-09-04 11:39:23 +02:00
libavcodec paf: avoid using expressions with sideeffects in AV_R* 2012-09-04 21:25:39 +02:00
libavdevice avoid ambigous buffersink names 2012-09-01 06:05:08 +02:00
libavfilter libavfilter/Makefile: add forgotten entries for the ff-sinks 2012-09-04 18:51:59 +02:00
libavformat Merge remote-tracking branch 'qatar/master' 2012-09-04 17:04:51 +02:00
libavresample Merge remote-tracking branch 'qatar/master' 2012-08-31 13:34:32 +02:00
libavutil Merge remote-tracking branch 'qatar/master' 2012-09-04 17:04:51 +02:00
libpostproc
libswresample Fix compilation with yasm-0.6.2. 2012-09-01 10:59:16 +02:00
libswscale Remove redundant masks in STORE_BGR24_MMX. 2012-09-02 21:56:50 +02:00
mt-work
presets
tests adpcmenc: Calculate the IMA_QT predictor without overflow 2012-09-04 15:30:58 +03:00
tools Merge remote-tracking branch 'qatar/master' 2012-08-31 13:34:32 +02:00
.gitignore examples: add demuxing.c example 2012-09-02 10:48:01 +02:00
arch.mak
Changelog lavfi: port decimate libmpcodecs filter 2012-08-31 16:04:37 +02:00
cmdutils_common_opts.h
cmdutils.c Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5' 2012-08-31 13:01:30 +02:00
cmdutils.h Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5' 2012-08-31 13:01:30 +02:00
common.mak
configure configure: update sinks used by ffplay/ffmpeg 2012-09-04 18:51:59 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg_filter.c avoid ambigous buffersink names 2012-09-01 06:05:08 +02:00
ffmpeg_opt.c Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5' 2012-08-31 13:01:30 +02:00
ffmpeg.c Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5' 2012-08-31 13:01:30 +02:00
ffmpeg.h Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5' 2012-08-31 13:01:30 +02:00
ffplay.c Merge remote-tracking branch 'cus/stable' 2012-09-01 14:59:08 +02:00
ffprobe.c Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5' 2012-08-31 13:01:30 +02:00
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS Add CPiA video decoder 2012-08-31 00:24:11 +02: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.