FFmpeg git repo
Go to file
Michael Niedermayer 3b196bb737 libavcodec/x86/rv40dsp_init.c: add missing HAVE_YASM
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-06-10 03:26:24 +02:00
doc buffersrc: accept the frame rate as argument. 2012-06-09 08:42:50 +02:00
libavcodec libavcodec/x86/rv40dsp_init.c: add missing HAVE_YASM 2012-06-10 03:26:24 +02:00
libavdevice
libavfilter libavfilter: make ff_null_start_frame_keep_ref() a non static inline function. 2012-06-10 03:08:19 +02:00
libavformat Merge remote-tracking branch 'qatar/master' 2012-06-09 20:30:17 +02:00
libavresample
libavutil lavu/timestamp: remove duplicate definition of AV_TS_MAX_STRING_SIZE 2012-06-10 00:37:02 +02:00
libpostproc
libswresample swr: skip memset(0) in rematrix when the array is known to be already 0 2012-06-09 02:43:10 +02:00
libswscale colorspace-test: add few more tests 2012-06-09 14:38:51 +00:00
mt-work
presets
tests fate-acodec-dca2: add bitexact flag 2012-06-10 02:57:45 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c cmdutils: dont return void from a void function 2012-06-10 02:38:01 +02:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure libvpxenc: add VP8E_SET_MAX_INTRA_BITRATE_PCT mapping 2012-06-10 01:18:42 +02:00
ffmpeg.c ffmpeg: fix fate breakage introduced by key=value buffersrc args. 2012-06-09 14:02:27 +02:00
ffplay.c ffplay: fix return value of get_video_frame if avcodec_decode_video fails 2012-06-09 19:45:10 +02:00
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.