FFmpeg git repo
Go to file
Roberto Togni 8017683647 qdm2: initialize coeff_per_sb_select from bit_rate
The value of coeff_per_sb_select depends on the bit rate, not on
sub_sampling.
Also remove the calculation of tmp, no longer needed.

Fixes tickets #1868 and #742 (only audio part)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-21 02:00:06 +02:00
compat
doc doc/general: animated GIF are now compressed. 2013-04-19 23:59:21 +02:00
libavcodec qdm2: initialize coeff_per_sb_select from bit_rate 2013-04-21 02:00:06 +02:00
libavdevice
libavfilter avfilter/deshake_kernel: fix reset value bug of deshake kernel 2013-04-20 19:55:58 +02:00
libavformat mxf_timestamp_to_str: dont leave uninitilaized fields in time. 2013-04-21 00:26:20 +02:00
libavresample
libavutil av_samples_alloc_array_and_samples: Fix sizeof type. 2013-04-21 00:26:17 +02:00
libpostproc
libswresample
libswscale Fix libswscale compilation with --disable-optimizations on x86-32. 2013-04-18 12:47:16 +02:00
presets
tests lavc/gif: add flag to enable transparency detection between frames. 2013-04-19 23:59:21 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Changelog: notify GIF improvements. 2013-04-19 23:59:22 +02:00
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c cmdutils: make the "-help filter=" output less confusing 2013-04-18 13:03:00 +02:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Merge commit '28bc406c84b04a5f1458b90ff52ddbec73e46202' 2013-04-20 13:21:18 +02:00
ffmpeg.c ffmpeg: make -aspect work with -vcodec copy. 2013-04-18 22:59:54 +02:00
ffmpeg.h
ffmpeg_filter.c
ffmpeg_opt.c ffmpeg: make -aspect work with -vcodec copy. 2013-04-18 22:59:54 +02:00
ffplay.c ffplay: only do early frame drop if video queue is not empty 2013-04-20 18:32:09 +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.