1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00
Go to file
Maximilian Seesslen 467c033858 fixed granularity of video quality when encoding with theora codec
The floating point version of av_clip has to be used when converting the quality level.

Signed-off-by: Maximilian Seesslen <mes@seesslen.net>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-04 18:46:24 +01:00
compat
doc lswr: Improve default resampler's default parameters 2013-01-04 16:47:57 +01:00
libavcodec fixed granularity of video quality when encoding with theora codec 2013-01-04 18:46:24 +01:00
libavdevice Merge commit 'a0b7e289075dccf223b7f407790d8a86fc5d77e8' 2013-01-04 13:01:54 +01:00
libavfilter lavfi/yadif: add support to named constants 2013-01-04 11:48:54 +01:00
libavformat Merge remote-tracking branch 'qatar/master' 2013-01-04 13:29:15 +01:00
libavresample Merge remote-tracking branch 'qatar/master' 2013-01-04 13:29:15 +01:00
libavutil lavu/math: fix than/then typo, and add a comma. 2013-01-03 00:02:51 +01:00
libpostproc
libswresample lswr: Improve default resampler's default parameters 2013-01-04 16:47:57 +01:00
libswscale
presets
tests lswr: Improve default resampler's default parameters 2013-01-04 16:47:57 +01:00
tools
.gitignore
arch.mak
Changelog Merge remote-tracking branch 'qatar/master' 2013-01-03 13:22:45 +01:00
cmdutils_common_opts.h
cmdutils.c cmdutils: update copyright year to 2013 2013-01-03 13:35:12 +02:00
cmdutils.h
common.mak
configure Merge remote-tracking branch 'qatar/master' 2012-12-31 14:20:01 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c ffmpeg: sub2video: set resample size. 2013-01-01 23:06:34 +01:00
ffmpeg_opt.c ffmpeg: apply flags to attachments too. 2013-01-01 19:43:21 +01:00
ffmpeg.c
ffmpeg.h
ffplay.c Replace references to "que" with the appropriate word. 2013-01-03 00:21:47 +01:00
ffprobe.c ffprobe: do not escape '"' between single quotes. 2013-01-01 13:32:51 +01: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.