]> git.sesse.net Git - ffmpeg/history - libavcodec/lagarith.c
Replace all CODEC_ID_* with AV_CODEC_ID_*
[ffmpeg] / libavcodec / lagarith.c
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-08-03 Ronald S. Bultjelagarith: fix color plane inversion for YUY2 output.
2012-08-03 Ronald S. Bultjelagarith: pad RGB buffer by 1 byte.
2012-05-08 Kostya Shishkovlagarith: add YUY2 decoding support
2012-05-08 Carl Eugen HoyosSupport decoding unaligned rgb24 lagarith.
2012-05-06 Kostya Shishkovlagarith: make offset array type unsigned
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-28 Ronald S. Bultjelagarith: fix buffer overreads.
2012-02-15 Martin Storsjölagarith: Add ff_ prefix to lag_rac_init
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2011-12-29 Thad Wardlagarith: add decode support for arith rgb24 mode
2011-11-16 Kostya Shishkovlagarith: add some RGBA decoding support
2011-11-16 Nathan Caldwelllagarith: Add correct line prediction for RGB
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-06-23 Diego Biurrundoxygen: Consistently use '@' instead of '\' for Doxyge...
2011-06-05 Diego BiurrunDrop explicit filenames from @file Doxygen tags.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-03 Anton KhirnovReplace remaining occurrences of CODEC_TYPE_* with...
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-15 Reimar DöffingerLagarith: fix decoding of one-coloured frames by readin...
2011-01-08 Carl Eugen HoyosLagarith decoder by Nathan Caldwell, saintdev at gmail