FFmpeg git repo
Go to file
Joseph Artsimovich 628e6d0164 Fix partially hidden macroblocks for 10-bit DNxHD.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-08-23 20:09:57 +02:00
compat
doc Merge remote-tracking branch 'qatar/master' 2012-08-23 14:33:33 +02:00
libavcodec Fix partially hidden macroblocks for 10-bit DNxHD. 2012-08-23 20:09:57 +02:00
libavdevice dshow:protect access to curbufsize to promote consistency 2012-08-20 20:58:05 +02:00
libavfilter lavfi: free partial audio buffers when destroying links. 2012-08-22 23:31:49 +02:00
libavformat lavf/ape: Fix stream duration calculation 2012-08-23 15:51:51 +02:00
libavresample
libavutil x86: remove FASTDIV inline asm 2012-08-22 14:29:10 +01:00
libpostproc rename the remaining instances of HAVE_MMX2 to HAVE_MMXEXT 2012-08-20 17:47:25 +02:00
libswresample
libswscale rename the remaining instances of HAVE_MMX2 to HAVE_MMXEXT 2012-08-20 17:47:25 +02:00
mt-work
presets
tests Merge remote-tracking branch 'qatar/master' 2012-08-23 14:33:33 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog lavfi: add showspectrum filter. 2012-08-20 23:03:06 +02:00
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure huffman/huffyuv: move lorens huffman table generation code to huffman.c/h 2012-08-22 16:52:07 +02:00
ffmpeg.c ffmpeg: use close_output_stream more systematically. 2012-08-22 19:04:30 +02:00
ffmpeg.h
ffmpeg_filter.c ffmpeg: make decoding_needed a counter. 2012-08-22 19:04:30 +02:00
ffmpeg_opt.c ffmpeg: remove outdated warning. 2012-08-21 00:03:00 +02:00
ffplay.c
ffprobe.c
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.