Go to file
Nicolas George cb2bd91413 ffmpeg: add the -canvas_size option.
Allows, amongst other things, to override the size guessed
by the sub2video hack.

Note: the -s option could have more or less the same semantic,
but it receives a special treatment by the options system.
2013-03-10 13:48:49 +01:00
compat
doc ffmpeg: add the -canvas_size option. 2013-03-10 13:48:49 +01:00
libavcodec lavc/utils: fix typo and reword message in case of too low bitrate 2013-03-10 13:22:58 +01:00
libavdevice
libavfilter lavfi/unsharp: add missing option flags 2013-03-10 13:22:58 +01:00
libavformat
libavresample
libavutil mem: Fix usage of memalign() on DJGPP. 2013-03-10 11:12:56 +01:00
libpostproc
libswresample
libswscale
presets
tests ffmpeg: port sub2video to AVFrame. 2013-03-10 13:45:15 +01:00
tools
.gitignore
arch.mak
Changelog lavfi: add curves filter. 2013-03-10 03:00:10 +01:00
cmdutils_common_opts.h
cmdutils.c cmdutils: clarify log message, in case of option routed to both codec and mux/demux layer 2013-03-10 13:22:59 +01:00
cmdutils.h
common.mak
configure
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c ffmpeg: port sub2video to AVFrame. 2013-03-10 13:45:15 +01:00
ffmpeg_opt.c ffmpeg: add the -canvas_size option. 2013-03-10 13:48:49 +01:00
ffmpeg.c ffmpeg: port sub2video to AVFrame. 2013-03-10 13:45:15 +01:00
ffmpeg.h ffmpeg: add the -canvas_size option. 2013-03-10 13:48:49 +01:00
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.