1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-03 05:10:03 +02:00
Go to file
Tim Walker 08797c599d flac: don't check the number of channels before setting the channel layout
This is unnecessary, as ff_flac_set_channel_layout can handle any number of channels.
2013-02-07 09:36:21 +00:00
compat
doc doc: replace '×' symbol with 'x' 2013-02-06 22:55:36 +01:00
libavcodec flac: don't check the number of channels before setting the channel layout 2013-02-07 09:36:21 +00:00
libavdevice
libavfilter Merge commit '238614de679a71970c20d7c3fee08a322967ec40' 2013-02-06 14:53:49 +01:00
libavformat lavf/segment: fix DTS inconsistencies with -reset_timestamps 2013-02-06 22:55:18 +01:00
libavresample
libavutil
libpostproc
libswresample
libswscale
presets
tests Merge commit 'dff6197dfb9b2d145729885c63f865c5fdd184aa' 2013-02-06 16:40:59 +01:00
tools
.gitignore
arch.mak
Changelog
cmdutils_common_opts.h
cmdutils.c Merge commit '89f11f498b9c15bc71494a11a7ec560f4adf630d' 2013-02-06 15:57:45 +01:00
cmdutils.h
common.mak
configure Merge commit '620289a20e022b9c16c10d546ef86cc0bb77cc84' 2013-02-06 13:27:24 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg.c
ffmpeg.h
ffplay.c
ffprobe.c
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.