1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-03 05:10:03 +02:00
Go to file
Reimar Döffinger 438f3ef821 RV20: try keeping aspect during resolution changes.
Resolution changes are usually only used to scale with
network bandwidth, the (full) resolution specified in the
RM header really is authoritative.
While I am not sure this is the best solution, it is a
conservative approach that still should fix the most
common cases.
In particular, it fixes aspect with the sample from trac
issue #785 (in MPlayer, ffplay seems to just ignore
sample aspect changes in mid-playback).

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2012-04-09 17:21:34 +02:00
doc doc/muxers: add documentation for the md5 and framemd5 muxers 2012-04-07 13:57:40 +02:00
ffpresets
libavcodec RV20: try keeping aspect during resolution changes. 2012-04-09 17:21:34 +02:00
libavdevice
libavfilter lavfi/mp: remove remove_logo wrapper 2012-04-07 13:57:39 +02:00
libavformat Merge remote-tracking branch 'qatar/master' 2012-04-08 20:55:11 +02:00
libavutil Merge remote-tracking branch 'qatar/master' 2012-04-06 22:52:01 +02:00
libpostproc
libswresample
libswscale Merge remote-tracking branch 'qatar/master' 2012-04-05 22:26:50 +02:00
mt-work
presets
tests Add v408 codec regression test. 2012-04-09 00:46:43 +02:00
tools
.gitignore
Changelog Merge remote-tracking branch 'qatar/master' 2012-04-07 22:41:37 +02:00
cmdutils_common_opts.h cmdutils: fix -fdebug without -v xy 2012-04-05 21:50:50 +02:00
cmdutils.c
cmdutils.h
common.mak
configure configure: fix - vs _ error 2012-04-08 09:43:38 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg.c Merge remote-tracking branch 'qatar/master' 2012-04-07 22:41:37 +02:00
ffplay.c Merge remote-tracking branch 'qatar/master' 2012-04-07 22:41:37 +02:00
ffprobe.c ffprobe: use avbprint API 2012-04-08 00:02:21 +02:00
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS
Makefile
README README: be a tiny bit more verbose 2012-04-06 10:23:26 +02:00
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.