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
2012-06-21lagarith: frame multithreadingHendrik Leppkes
2012-05-09Fix lagarith YUY2 output.Carl Eugen Hoyos
2012-05-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-08lagarith: add YUY2 decoding supportKostya Shishkov
2012-05-08Support decoding unaligned rgb24 lagarith.Carl Eugen Hoyos
2012-05-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-06lagarith: make offset array type unsignedKostya Shishkov
2012-04-15Support decoding unaligned rgb24 lagarith.Carl Eugen Hoyos
2012-04-14lagarith: check count before writing zeros.Michael Niedermayer
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-28lagarith: fix buffer overreads.Ronald S. Bultje
2012-03-28lagarith: Fix various issues that lead to out of array reads.Michael Niedermayer
2012-03-28lagarith: fix flipped return valueMichael Niedermayer
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16lagarith: Add ff_ prefix to lag_rac_initMartin Storsjö
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-12lagarith: Fix out of array reads.Michael Niedermayer
2012-02-08lagarith: refactor codePaul B Mahol
2011-12-29lagarith: add decode support for arith rgb24 modeThad Ward
2011-12-18lagarith: rgb24 supportMichael Niedermayer
2011-11-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-16lagarith: add some RGBA decoding supportKostya Shishkov
2011-11-16lagarith: Add correct line prediction for RGBNathan Caldwell
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-24doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun
2011-06-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-05Drop explicit filenames from @file Doxygen tags.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-04Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE*Anton Khirnov
2011-02-03Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE*Anton Khirnov
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ò
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