FFmpeg git repo
Go to file
Nicolas George 1d903a5ee4 lswr: channel_map requires input conversion.
channel_map is applied between in and postin.
Without this test, if the input format is an acceptable internal format,
the in->postin conversion is skipped. In the best case,
it ignores channel_map, in the worst case it causes an assert failure
if the number of channels is changed by the map.
2012-07-17 09:50:36 +02:00
compat
doc doc/filters: Fix two typos 2012-07-16 14:01:01 +02:00
libavcodec Fix libilbc compilation. 2012-07-17 08:53:36 +02:00
libavdevice
libavfilter lavfi: decrease logging level of message showing initial parameters 2012-07-15 15:07:03 +02:00
libavformat Remove internal MPlayer FourCC viv1. 2012-07-17 08:09:32 +02:00
libavresample
libavutil lavu: disable av_uninit for clang 2012-07-16 19:30:13 +00:00
libpostproc
libswresample lswr: channel_map requires input conversion. 2012-07-17 09:50:36 +02:00
libswscale sws: extend dither tables by 1 line so simpler arithmetic can be used to address the next line 2012-07-17 05:40:36 +02:00
mt-work
presets
tests Merge remote-tracking branch 'qatar/master' 2012-07-15 01:23:16 +02:00
tools
.gitignore
arch.mak
Changelog Changelog: add geotiff 2012-07-16 02:07:25 +02:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure Merge remote-tracking branch 'qatar/master' 2012-07-16 20:45:41 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg.c ffmpeg: fix streamcopy of some mp3 in avi 2012-07-16 16:56:03 +02:00
ffplay.c
ffprobe.c ffprobe: reindent after the previous commit 2012-07-15 16:27:22 +02:00
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS
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.