]> git.sesse.net Git - ffmpeg/history - libavcodec/targaenc.c
Deprecate avctx.coded_frame
[ffmpeg] / libavcodec / targaenc.c
2015-07-20 Vittorio GiovaraDeprecate avctx.coded_frame
2015-07-20 Vittorio GiovaraGather all coded_frame allocations and free functions...
2013-11-16 Anton Khirnovtargaenc: use the AVFrame API properly.
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-02-20 Anton Khirnovtargaenc: switch to encode2().
2012-02-20 Anton Khirnovtargaenc: don't modify input frame.
2011-06-03 Stefano SabatiniReplace avcodec_get_pix_fmt_name() by av_get_pix_fmt_na...
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-10-13 Stefano SabatiniAdd support for PIX_FMT_RGBA in the targa encoder.
2010-10-13 Stefano SabatiniUse named constants defined in targa.h.
2010-10-13 Stefano SabatiniCreate a targa.h file to contain common definitions...
2010-10-12 Stefano SabatiniMake the targa encoder return sane error values rather...
2010-10-12 Stefano SabatiniTarga encoder: log error message in case the pixel...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-08 Alexis Balliertargeenc: fix rgb555 encoding on big endian systems.
2009-10-01 Benoit FouetFix indentation after last commit.
2009-10-01 Anne-Laure de SmitAdd support for TARGA images without RLE compression.
2009-09-06 Reimar DöffingerMark all pix_fmts and supported_framerates compound...
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-28 Michael Niedermayerset coded_frame
2008-05-11 Carl Eugen HoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-05-04 Ramiro PollaPrevent targaenc.c from outputting trash byte.
2008-04-29 Stefano SabatiniAdd long names to some AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-04-03 Xiaohui SunChanged the rle encoder a little and made it more unive...
2007-04-03 Michael Niedermayergeneric rle encoder by Bartlomiej Wolowiec b.wolowiec...
2007-03-17 Bobby BinghamAdd RLE encoding support, patch by Bobby Bingham, uhmmm...
2007-03-17 Bobby BinghamMove the encoding of the image data to its own function.
2007-03-17 Bobby BinghamAdd 15 bit support, patch by Bobby Bingham, uhmmmm...
2007-03-15 Bobby BinghamTarga (.tga) encoder,