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
2014-05-27dsputil: Split off HuffYUV decoding bits into their own contextDiego Biurrun
2014-03-22lagarith: Fix typo in printf format stringDiego Biurrun
2014-03-22avcodec: more correct printf specifiersDiego Biurrun
2014-02-05lagarith: reallocate rgb_planes when neededAnton Khirnov
2014-01-06lagarith: do not call simd functions on unaligned linesKostya Shishkov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-29lagarith: check count before writing zeros.Michael Niedermayer
2012-08-09lagarith: frame multithreadingHendrik Leppkes
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-03lagarith: fix color plane inversion for YUY2 output.Ronald S. Bultje
2012-08-03lagarith: pad RGB buffer by 1 byte.Ronald S. Bultje
2012-05-08lagarith: add YUY2 decoding supportKostya Shishkov
2012-05-08Support decoding unaligned rgb24 lagarith.Carl Eugen Hoyos
2012-05-06lagarith: make offset array type unsignedKostya Shishkov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-28lagarith: fix buffer overreads.Ronald S. Bultje
2012-02-16lagarith: Add ff_ prefix to lag_rac_initMartin Storsjö
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2011-12-29lagarith: add decode support for arith rgb24 modeThad Ward
2011-11-16lagarith: add some RGBA decoding supportKostya Shishkov
2011-11-16lagarith: Add correct line prediction for RGBNathan Caldwell
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-06-24doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun
2011-06-05Drop explicit filenames from @file Doxygen tags.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-03Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE*Anton Khirnov
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-15Lagarith: fix decoding of one-coloured frames by reading the per-planeReimar Döffinger
2011-01-09Lagarith decoder by Nathan Caldwell, saintdev at gmailCarl Eugen Hoyos