summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer267-338/+338
2013-10-03cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun267-338/+338
2013-07-28targaenc: remove unused TargaContextPaul B Mahol1-18/+0
2012-10-12lavc: do not use av_pix_fmt_descriptors directlyPaul B Mahol5-10/+15
2012-10-09Write 32bit palette to Targa files.Carl Eugen Hoyos1-3/+14
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov296-2493/+2494
2012-09-18targaenc: Use named TGA_RLE constant instead of magic numberBobby Bingham1-1/+1
2012-09-18Fix typo in targa encoder commentBobby Bingham1-1/+1
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer247-79/+550
2012-08-15Don't include common.h from avutil.hMartin Storsjö238-2/+346
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-05-08Write palettised targa.Carl Eugen Hoyos1-4/+14
2012-04-19Make targa-in-mov QuickTime-compatible for more colour-spaces.Carl Eugen Hoyos1-0/+3
2012-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer207-756/+771
2012-04-06cosmetics: Align codec declarationsMartin Storsjö200-638/+731
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol68-136/+68
2012-03-22targaenc: switch to ff_alloc_packet2().Michael Niedermayer1-2/+1
2012-02-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer34-382/+485
2012-02-20targaenc: switch to encode2().Anton Khirnov1-26/+30
2012-02-20targaenc: don't modify input frame.Anton Khirnov1-3/+1
2011-06-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer35-1481/+2244
2011-06-03Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name().Stefano Sabatini5-6/+8
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini138-642/+642
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini137-637/+637
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò268-358/+358
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò268-358/+358
2010-10-13Add support for PIX_FMT_RGBA in the targa encoder.Stefano Sabatini1-3/+7
2010-10-13Use named constants defined in targa.h.Stefano Sabatini1-3/+3
2010-10-13Create a targa.h file to contain common definitions for targa encoderStefano Sabatini3-8/+38
2010-10-12Make the targa encoder return sane error values rather than -1.Stefano Sabatini1-3/+3
2010-10-12Targa encoder: log error message in case the pixel format in input isStefano Sabatini1-0/+2
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini383-1029/+1041
2010-03-08targeenc: fix rgb555 encoding on big endian systems.Alexis Ballier1-2/+2
2009-10-01Fix indentation after last commit.Benoit Fouet1-1/+1
2009-10-01Add support for TARGA images without RLE compression.Anne-Laure de Smit1-1/+2
2009-09-06Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger35-56/+56
2009-01-11Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun82-3/+91
2008-06-12Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini167-231/+235
2008-05-28set coded_frameMichael Niedermayer2-1/+12
2008-05-11Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos31-50/+50
2008-05-04Prevent targaenc.c from outputting trash byte.Ramiro Polla1-1/+1
2008-04-29Add long names to some AVCodec declarations.Stefano Sabatini20-13/+39
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng145-288/+296
2007-07-05license header consistency cosmeticsDiego Biurrun133-142/+45
2007-04-03Changed the rle encoder a little and made it more universal.Xiaohui Sun3-6/+9
2007-04-03generic rle encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu plMichael Niedermayer4-58/+132
[next]