Go to file
Michael Niedermayer 927022a753 Merge commit 'd3810c47fe8c9509c28c65c0244e743c1d353daf'
* commit 'd3810c47fe8c9509c28c65c0244e743c1d353daf':
  avconv: get rid of ugly casts in the options table.
  avconv: try to match codecs by codec descriptor name as a last resort.
  avtools: fix show_foo() signatures.

Conflicts:
	cmdutils.c
	cmdutils.h
	cmdutils_common_opts.h
	ffmpeg_opt.c
	ffplay.c
	ffprobe.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-08-20 15:48:21 +02:00
compat Merge remote-tracking branch 'qatar/master' 2012-08-17 17:06:52 +02:00
doc lavfi: add volumedetect filter. 2012-08-19 11:37:05 +02:00
libavcodec Fix duplicate packet init introduced by 7f9aaa4 2012-08-20 14:45:28 +02:00
libavdevice dshow: protect access to curbufsize 2012-08-19 18:36:26 +02:00
libavfilter lavfi: add volumedetect filter. 2012-08-19 11:37:05 +02:00
libavformat lavc: move AVRn to a seperate decoder. 2012-08-20 02:46:09 +02:00
libavresample Merge remote-tracking branch 'qatar/master' 2012-08-16 16:20:30 +02:00
libavutil deprecate av_parse_cpu_flags 2012-08-16 22:04:46 +02:00
libpostproc Merge remote-tracking branch 'qatar/master' 2012-08-09 19:31:56 +02:00
libswresample Merge remote-tracking branch 'qatar/master' 2012-08-09 19:31:56 +02:00
libswscale libswscale: fix #endif comments in rgb2rgb_template.c 2012-08-16 18:40:11 +02:00
mt-work Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' 2012-08-07 22:45:46 +02:00
presets
tests lavfi: add edgedetect filter. 2012-08-16 22:03:32 +02:00
tools Merge remote-tracking branch 'qatar/master' 2012-08-16 16:20:30 +02:00
.gitignore Merge remote-tracking branch 'qatar/master' 2012-08-09 00:51:02 +02:00
arch.mak
Changelog lavfi: add volumedetect filter. 2012-08-19 11:37:05 +02:00
cmdutils_common_opts.h Merge commit 'd3810c47fe8c9509c28c65c0244e743c1d353daf' 2012-08-20 15:48:21 +02:00
cmdutils.c Merge commit 'd3810c47fe8c9509c28c65c0244e743c1d353daf' 2012-08-20 15:48:21 +02:00
cmdutils.h Merge commit 'd3810c47fe8c9509c28c65c0244e743c1d353daf' 2012-08-20 15:48:21 +02:00
common.mak checkheaders: Rename HEADEROBJS to HOBJS 2012-08-09 05:02:45 +02:00
configure mips: add assembler flags for mips32r2 ISA and mhard-float 2012-08-17 18:54:41 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile Merge remote-tracking branch 'qatar/master' 2012-08-04 23:51:43 +02:00
ffmpeg_filter.c Merge remote-tracking branch 'qatar/master' 2012-08-09 00:51:02 +02:00
ffmpeg_opt.c Merge commit 'd3810c47fe8c9509c28c65c0244e743c1d353daf' 2012-08-20 15:48:21 +02:00
ffmpeg.c ffmpeg: reindent after last commit. 2012-08-19 11:23:59 +02:00
ffmpeg.h Merge remote-tracking branch 'qatar/master' 2012-08-18 15:20:32 +02:00
ffplay.c Merge commit 'd3810c47fe8c9509c28c65c0244e743c1d353daf' 2012-08-20 15:48:21 +02:00
ffprobe.c Merge commit 'd3810c47fe8c9509c28c65c0244e743c1d353daf' 2012-08-20 15:48:21 +02:00
ffserver.c Merge commit 'd3810c47fe8c9509c28c65c0244e743c1d353daf' 2012-08-20 15:48:21 +02:00
INSTALL
library.mak Merge remote-tracking branch 'qatar/master' 2012-08-09 00:51:02 +02:00
LICENSE LICENSE: correct incorrect claims on *GPL incompatibility 2012-08-16 04:47:18 +02:00
MAINTAINERS Canopus Lossless decoder 2012-08-01 22:02:19 -04:00
Makefile Merge remote-tracking branch 'qatar/master' 2012-08-10 04:46:13 +02:00
README
RELEASE RELEASE: update, seem this has been forgotten 2012-07-01 21:21:07 +02:00
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.