summaryrefslogtreecommitdiff
path: root/libavcodec/tscc.c
Commit message (Expand)AuthorAge
* cosmetics: Drop empty comment linesDiego Biurrun2016-02-18
* msrle: Use AVFrame instead of AVPictureVittorio Giovara2015-10-21
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* tscc: Eliminate pointless variable indirections in decode_frame()Diego Biurrun2014-08-01
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* tscc: remove some pointless comments and empty lines.Anton Khirnov2013-01-14
* tscc: return meaningful error codes.Anton Khirnov2013-01-14
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* msrle: convert MS RLE decoding function to bytestream2.Ronald Bultje2012-04-11
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-07
* Fix a bunch of common typos.Diego Biurrun2011-12-11
* cosmetics: fix indentation/alignment in AVCodec declarationsDiego Biurrun2011-08-03
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Remove unused variablesMans Rullgard2011-06-02
* make containers pass palette change in AVPacketKostya Shishkov2011-04-15
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Fix two RLE buffer size calculations in TSCC decoder.Kostya Shishkov2010-01-11
* Remove unnecessary calls to avcodec_check_dimensions, the check is alreadyReimar Döffinger2009-10-13
* Remove useless assignment during initialization for some decodersKostya Shishkov2009-04-24
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Silence useless compiler warning when passing AVFrame* instead of AVPicture*Kostya Shishkov2009-02-01
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* remove useless ifdeffery, tscc won't do anything useful without zlibAurelien Jacobs2008-10-25
* Factorize out code used for MS RLE format decoding in different decoders.Kostya Shishkov2008-09-18
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* constMichael Niedermayer2008-02-01
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-08
* Remove redundant assignKostya Shishkov2007-03-27
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-07
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* 1l: correct argument order in avcodec_check_dimensionsKostya Shishkov2006-10-01
* make TSCC endian-safe, PPC testing courtesy of Diego B.Mike Melanson2006-02-12
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17