FFmpeg git repo
Go to file
Michael Niedermayer ceb8773e16 libvpxenc: Fix CQ encoding without a specified bitrate
Also print a warning if neither quality nor bitrate is specified
and use the libvpx default bitrate in this case.

The idea of using the default bitrate is from Luca Barbato
Reviewed-by: James Zern <jzern@google.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-08-17 22:03:02 +02:00
compat Merge remote-tracking branch 'qatar/master' 2012-08-17 17:06:52 +02:00
doc mips: change list of files with MIPS copyright notice in mips.txt 2012-08-17 18:54:50 +02:00
libavcodec libvpxenc: Fix CQ encoding without a specified bitrate 2012-08-17 22:03:02 +02:00
libavdevice Merge remote-tracking branch 'qatar/master' 2012-08-16 16:20:30 +02:00
libavfilter vf_yadif: fix permissions. 2012-08-17 18:26:42 +02:00
libavformat Merge remote-tracking branch 'qatar/master' 2012-08-17 17:06:52 +02:00
libavresample Merge remote-tracking branch 'qatar/master' 2012-08-16 16:20:30 +02:00
libavutil deprecate av_parse_cpu_flags 2012-08-16 22:04:46 +02:00
libpostproc
libswresample
libswscale libswscale: fix #endif comments in rgb2rgb_template.c 2012-08-16 18:40:11 +02:00
mt-work
presets
tests lavfi: add edgedetect filter. 2012-08-16 22:03:32 +02:00
tools Merge remote-tracking branch 'qatar/master' 2012-08-16 16:20:30 +02:00
.gitignore
arch.mak
Changelog lavfi: add edgedetect filter. 2012-08-16 22:03:32 +02:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure mips: add assembler flags for mips32r2 ISA and mhard-float 2012-08-17 18:54:41 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg.c
ffmpeg.h
ffplay.c ffplay: reque attached pictures on channel changes. 2012-08-16 04:38:54 +02:00
ffprobe.c
ffserver.c
INSTALL
library.mak
LICENSE LICENSE: correct incorrect claims on *GPL incompatibility 2012-08-16 04:47:18 +02:00
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.