]> git.sesse.net Git - ffmpeg/commit
Targa (.tga) encoder,
authorBobby Bingham <uhmmmm@gmail.com>
Thu, 15 Mar 2007 12:23:08 +0000 (12:23 +0000)
committerGuillaume Poirier <gpoirier@mplayerhq.hu>
Thu, 15 Mar 2007 12:23:08 +0000 (12:23 +0000)
commit2c0c00cb143c48b0e7979b04496c87390aa277fc
treecb8fe78cad5d7c9d1b7e20c6a2deed9a85bfb3dc
parent65d0bea8f5382e02eaed27a2013174bd1be4c5e8
Targa (.tga) encoder,
patch by Bobby Bingham % uhmmmm A gmail P com %
Only handles 24-bit BGR and 8-bit grayscale, no RLE at the moment either.
Original thread:
Date: Mar 11, 2007 7:58 PM
Subject: [Ffmpeg-devel] [PATCH] Targa encoder

Originally committed as revision 8411 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/Makefile
libavcodec/allcodecs.c
libavcodec/avcodec.h
libavcodec/targaenc.c [new file with mode: 0644]
libavformat/riff.c