FFmpeg git repo
Go to file
Stefano Sabatini 1af99b0292 iff: distinguish fields for audio and video compression
Create separate fields 8svx_compression (for audio compression), and
bitmap_compression (for video compression), and perform minor related
logging tweaks.

Improve clarity, also simplify the case when both types of compression
are employed in the same file.
2011-05-17 00:53:37 +02:00
doc showinfo: replace "CRC" by "checksum" 2011-05-15 12:28:53 +02:00
ffpresets Remove now useless ffpresets for x264, use -preset 2011-04-16 16:59:39 -07:00
libavcodec rawdec: Allow overriding top field first. 2011-05-16 21:52:35 +02:00
libavdevice Merge remote branch 'qatar/master' 2011-05-13 04:40:40 +02:00
libavfilter drawtext: specify union type for setting default options 2011-05-16 23:50:43 +02:00
libavformat iff: distinguish fields for audio and video compression 2011-05-17 00:53:37 +02:00
libavutil imgutils: introduce internal image_get_linesize() and use it 2011-05-16 23:55:54 +02:00
libpostproc Merge remote branch 'qatar/master' 2011-05-09 04:50:56 +02:00
libswscale swscale: fix compile on mingw32 2011-05-14 13:22:46 +02:00
mt-work
tests Merge remote branch 'qatar/master' 2011-05-15 04:44:07 +02:00
tools Merge remote branch 'qatar/master' 2011-04-24 03:41:22 +02:00
.gitignore Remove stray libavcore and _g binary references. 2011-04-23 14:23:20 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Initial caf muxer. 2011-05-15 03:25:57 +02:00
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile Makefile:Put lost tab back. 2011-05-06 02:21:52 +02:00
README
cmdutils.c cmdutils: Allocate private decoder context if its not allocated yet. 2011-05-16 21:26:18 +02:00
cmdutils.h Merge remote branch 'qatar/master' 2011-05-04 04:06:26 +02:00
cmdutils_common_opts.h
common.mak
configure Merge remote branch 'qatar/master' 2011-05-16 05:01:40 +02:00
ffmpeg.c rawdec: Allow overriding top field first. 2011-05-16 21:52:35 +02:00
ffplay.c Merge remote branch 'qatar/master' 2011-05-13 04:40:40 +02:00
ffprobe.c Merge remote branch 'qatar/master' 2011-04-24 03:41:22 +02:00
ffserver.c Merge remote branch 'qatar/master' 2011-05-13 04:40:40 +02:00
ffserver.h
subdir.mak
version.sh

README

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.