1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00
Go to file
Reimar Döffinger 90cbbbc1e2 targa: Do not read colormap from files without one.
This is necessary because some programs writing TGA files forget
to initialize parts of the header they don't care about, resulting
in "random" data there.
The new behaviour is consistent with other programs, e.g. tgatoppm.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2011-06-28 18:48:35 +02:00
doc lavdev: add openal input device 2011-06-27 15:26:14 +02:00
ffpresets presets: forgotten libvpx presets 2011-06-21 17:52:16 +02:00
libavcodec targa: Do not read colormap from files without one. 2011-06-28 18:48:35 +02:00
libavdevice lavdev: add openal input device 2011-06-27 15:26:14 +02:00
libavfilter vf_lut: fix draw_slice() in case of non packed image data for packed RGB 2011-06-27 11:29:34 +02:00
libavformat Support fourcc Y8 (ticket 308). 2011-06-27 10:03:21 +02:00
libavutil pict_type: add a value for unknown/none. 2011-06-28 13:36:22 +02:00
libpostproc Revert "build: Remove redundant config.mak includes from subdirectory Makefiles." 2011-06-26 09:49:36 +02:00
libswscale Merge remote-tracking branch 'qatar/master' 2011-06-27 03:32:45 +02:00
mt-work Update todo 2011-06-12 18:01:29 +02:00
tests Merge remote-tracking branch 'qatar/master' 2011-06-24 03:07:04 +02:00
tools showfiltfmts: use av_get_pix_fmt_name() 2011-06-07 12:44:51 +02:00
.gitignore Merge remote-tracking branch 'qatar/master' 2011-05-20 05:48:22 +02:00
Changelog lavdev: add openal input device 2011-06-27 15:26:14 +02:00
cmdutils_common_opts.h cmdutils: remove OPT_FUNC2 2011-05-28 18:23:05 +02:00
cmdutils.c parse_options(): Avoid passing NULL as a string arg to fprintf 2011-06-24 13:04:51 -04:00
cmdutils.h lavfi: add vsink_buffer, and use it in ff* tools 2011-06-19 19:18:33 +02:00
common.mak Merge remote-tracking branch 'qatar/master' 2011-06-27 03:32:45 +02:00
configure lavdev: add openal input device 2011-06-27 15:26:14 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg.c ffmpeg: fix prototypes of functions after the removal of OPT_FUNC2. 2011-06-26 14:09:48 -07:00
ffplay.c Move some variable declarations below the proper #ifdefs. 2011-06-26 16:32:13 +02:00
ffprobe.c ffprobe: remove duplicate avformat_alloc_context() 2011-06-21 14:38:58 +02:00
ffserver.c Merge remote-tracking branch 'qatar/master' 2011-06-18 05:10:38 +02:00
ffserver.h
INSTALL
LICENSE
MAINTAINERS MAINTAINERS: add a "Releases" section 2011-06-24 11:15:26 +02:00
Makefile build: factor out the .c and .S compile commands as a macro 2011-06-26 23:07:40 +01:00
README
RELEASE Use the contents of RELEASE as version fallback instead of 'UNKNOWN' 2011-06-19 19:54:07 +02:00
subdir.mak Merge remote-tracking branch 'qatar/master' 2011-06-27 03:32:45 +02:00
version.sh Merge remote-tracking branch 'qatar/master' 2011-06-20 04:07:34 +02:00

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.