FFmpeg git repo
Go to file
Stefano Sabatini 4cf1ba0445 Make avcodec_check_dimensions() return AVERROR(EINVAL) rather than -1
in case of invalid picture size.

Originally committed as revision 22962 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-04-25 15:05:16 +00:00
doc Consistently prefer @var{VAR} over ``VAR'' for indicating filter 2010-04-24 10:14:05 +00:00
ffpresets
libavcodec Make avcodec_check_dimensions() return AVERROR(EINVAL) rather than -1 2010-04-25 15:05:16 +00:00
libavdevice Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
libavfilter Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
libavformat Mark av_metadata_set() as deprecated, and use av_metadata_set2() 2010-04-25 14:27:42 +00:00
libavutil 4th try at getting ansi colors working with a default of color=yes_please. 2010-04-23 21:27:26 +00:00
libpostproc Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
libswscale Remove explicit filename from Doxygen @file commands. 2010-04-20 14:47:31 +00:00
tests FATE: update nsv-demux checksums 2010-04-19 11:51:40 +00:00
tools
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Bump libavfilter minor version and Changelog for unsharp filter 2010-04-10 20:34:44 +00:00
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile Makefile: make fate target depend on compiling ffmpeg 2010-04-19 13:05:26 +00:00
README
cmdutils.c AVERROR(FF_NETERROR(x)) -> FF_NETERROR(x) 2010-04-16 00:20:11 +00:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Make WMAVoice decoder depend on DCT/RDFT 2010-04-23 16:41:55 +00:00
ffmpeg.c Mark av_metadata_set() as deprecated, and use av_metadata_set2() 2010-04-25 14:27:42 +00:00
ffplay.c Fix compilation error of ffmpeg and ffplay with --disable-avdevice. 2010-04-22 08:55:23 +00:00
ffprobe.c Fix computation of the display aspect ratio. 2010-04-13 23:41:46 +00:00
ffserver.c Mark av_metadata_set() as deprecated, and use av_metadata_set2() 2010-04-25 14:27:42 +00:00
ffserver.h
subdir.mak
version.sh

README

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.