Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-07-29targaenc: remove unused TargaContextPaul B Mahol
2012-10-12lavc: do not use av_pix_fmt_descriptors directlyPaul B Mahol
2012-10-09Write 32bit palette to Targa files.Carl Eugen Hoyos
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-18targaenc: Use named TGA_RLE constant instead of magic numberBobby Bingham
2012-09-18Fix typo in targa encoder commentBobby Bingham
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-05-08Write palettised targa.Carl Eugen Hoyos
2012-04-19Make targa-in-mov QuickTime-compatible for more colour-spaces.Carl Eugen Hoyos
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol
2012-03-22targaenc: switch to ff_alloc_packet2().Michael Niedermayer
2012-02-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-20targaenc: switch to encode2().Anton Khirnov
2012-02-20targaenc: don't modify input frame.Anton Khirnov
2011-06-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-03Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name().Stefano Sabatini
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-10-13Add support for PIX_FMT_RGBA in the targa encoder.Stefano Sabatini
2010-10-13Use named constants defined in targa.h.Stefano Sabatini
2010-10-13Create a targa.h file to contain common definitions for targa encoderStefano Sabatini
2010-10-12Make the targa encoder return sane error values rather than -1.Stefano Sabatini
2010-10-12Targa encoder: log error message in case the pixel format in input isStefano Sabatini
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-08targeenc: fix rgb555 encoding on big endian systems.Alexis Ballier
2009-10-01Fix indentation after last commit.Benoit Fouet
2009-10-01Add support for TARGA images without RLE compression.Anne-Laure de Smit
2009-09-06Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-28set coded_frameMichael Niedermayer
2008-05-12Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos
2008-05-05Prevent targaenc.c from outputting trash byte.Ramiro Polla
2008-04-30Add long names to some AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-04-03Changed the rle encoder a little and made it more universal.Xiaohui Sun
2007-04-03generic rle encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu plMichael Niedermayer
2007-03-17Add RLE encoding support, patch by Bobby Bingham, uhmmmm gmail com.Bobby Bingham