FFmpeg git repo
Go to file
Michael Niedermayer 1e2ab98460 avcodec/vc1dec: use logical operation instead of bitwise for twomv
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-23 14:32:04 +02:00
compat
doc avplay: Accept cpuflags option 2013-10-22 10:49:31 +02:00
libavcodec avcodec/vc1dec: use logical operation instead of bitwise for twomv 2013-10-23 14:32:04 +02:00
libavdevice
libavfilter Merge commit 'f6633c55a3c0e93a5b2bab6aa0692fb608f2a38d' 2013-10-23 12:14:49 +02:00
libavformat Merge commit 'e01fba5562133ac56a4f44c6f214a80ee33cb388' 2013-10-23 12:05:48 +02:00
libavresample
libavutil fix order of operations in comments 2013-10-23 14:32:04 +02:00
libpostproc
libswresample
libswscale swscale/utils: check mprotect() return code 2013-10-23 10:14:05 +02:00
presets
tests Merge remote-tracking branch 'qatar/master' 2013-10-22 19:43:32 +02:00
tools
.gitignore
arch.mak
Changelog movenc: Add an F4V muxer 2013-10-23 11:17:03 +03:00
cmdutils_common_opts.h Merge commit 'f825d42bccdb9f89669a586951de7f66a81e80a5' 2013-10-22 19:07:28 +02:00
cmdutils.c Merge commit 'f825d42bccdb9f89669a586951de7f66a81e80a5' 2013-10-22 19:07:28 +02:00
cmdutils.h Merge commit 'f825d42bccdb9f89669a586951de7f66a81e80a5' 2013-10-22 19:07:28 +02:00
common.mak
configure movenc: Add an F4V muxer 2013-10-23 11:17:03 +03:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c
ffmpeg_opt.c make it possible to compile ffmpeg without swscale 2013-10-21 13:57:00 +00:00
ffmpeg.c ffmpeg: Dont crash on unconnected output pads before an error is printed 2013-10-23 11:39:43 +02:00
ffmpeg.h
ffplay.c
ffprobe.c ffprobe: fix consistency checks in parse_read_intervals() 2013-10-21 13:33:06 +02:00
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS MAINTAINERS: add lavd/fbdev_enc entry 2013-10-20 19:23:31 +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.