summaryrefslogtreecommitdiff
path: root/libavcodec/lagarith.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* dsputil: Split off HuffYUV decoding bits into their own contextDiego Biurrun2014-05-27
* lagarith: Fix typo in printf format stringDiego Biurrun2014-03-22
* avcodec: more correct printf specifiersDiego Biurrun2014-03-22
* lagarith: reallocate rgb_planes when neededAnton Khirnov2014-02-04
* lagarith: do not call simd functions on unaligned linesKostya Shishkov2014-01-06
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* miscellaneous typo fixesDiego Biurrun2012-12-21
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* lagarith: check count before writing zeros.Michael Niedermayer2012-09-29
* lagarith: frame multithreadingHendrik Leppkes2012-08-09
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* lagarith: fix color plane inversion for YUY2 output.Ronald S. Bultje2012-08-03
* lagarith: pad RGB buffer by 1 byte.Ronald S. Bultje2012-08-03
* lagarith: add YUY2 decoding supportKostya Shishkov2012-05-08
* Support decoding unaligned rgb24 lagarith.Carl Eugen Hoyos2012-05-08
* lagarith: make offset array type unsignedKostya Shishkov2012-05-06
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* lagarith: fix buffer overreads.Ronald S. Bultje2012-03-28
* lagarith: Add ff_ prefix to lag_rac_initMartin Storsjö2012-02-15
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* lagarith: add decode support for arith rgb24 modeThad Ward2011-12-29
* lagarith: add some RGBA decoding supportKostya Shishkov2011-11-16
* lagarith: Add correct line prediction for RGBNathan Caldwell2011-11-16
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-24
* Drop explicit filenames from @file Doxygen tags.Diego Biurrun2011-06-05
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE*Anton Khirnov2011-02-03
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Lagarith: fix decoding of one-coloured frames by reading the per-planeReimar Döffinger2011-01-15
* Lagarith decoder by Nathan Caldwell, saintdev at gmailCarl Eugen Hoyos2011-01-08