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
2007-02-07Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård
2006-10-12Rename ABS macro to FFABS.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-27add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård
2006-09-21set supported pixel formats for a few encoders (fixes crashes with grayscale)Michael Niedermayer
2006-04-29memory leak.Loren Merritt
2006-04-14ffv1 and ffvhuff havnt changed since a long time and noone proposed anyMichael Niedermayer
2006-02-09fix segfault on broken streamsMichael Niedermayer
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-05-09#defines for strict_std_compliance and split between inofficial extensions an...Michael Niedermayer
2005-04-24Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson
2005-02-24-strict -1 comment fixMichael Niedermayer
2005-02-17Fixed decoding of 410p ffv1 files patch by (Milan Cutka <cutka szm sk>)Milan Cutka
2005-01-23avoid buf_size == 0 checks in every decoderMichael Niedermayer
2005-01-12various security fixes and precautionary checksMichael Niedermayer
2004-12-29common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer
2004-10-31switch ffv1 to the put/get_symbol() from snowMichael Niedermayer
2004-10-31switch ffv1 from CABAC to the range coderMichael Niedermayer
2004-09-10get/set_sr_golomb() cleanupMichael Niedermayer
2004-09-10put the warning to the right place to avoid crashesAlex Beregszaszi
2004-09-08new signed golomb routinesAlex Beregszaszi
2004-08-0310l (segfault)Michael Niedermayer
2004-05-21data_size = 0 cleanupMichael Niedermayer
2004-05-02cleanupMichael Niedermayer
2004-04-30cleanup & memleak fixMichael Niedermayer
2004-03-26h264 - progressive I frame CABAC support patch by (Laurent Aimar <fenrir at v...Laurent Aimar
2004-02-06get_bit_count -> put_bits_countAlex Beregszaszi
2003-11-07fix context=1Michael Niedermayer
2003-11-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
2003-11-01ffv1 rgb supportMichael Niedermayer
2003-10-20gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi dot au...Dan Christiansen
2003-10-13removed the obsolete and unused parameters of init_put_bitsAlex Beregszaszi
2003-09-10removed warningsFabrice Bellard
2003-07-13golomb rice code cleanup / simplify (~0.5% compression gain and slightly faster)Michael Niedermayer
2003-07-13simplerMichael Niedermayer
2003-07-05merge U and V statistics, 33% reduction in memory requirement, compression ra...Michael Niedermayer
2003-07-02cleanup / cosmeticsMichael Niedermayer
2003-07-0220% less memory needed for 8bit AC state (worst compression rate loss was 0.2...Michael Niedermayer
2003-06-22CONFIG_ENCODERS cleanupMichael Niedermayer
2003-06-14golomb rice codesMichael Niedermayer
2003-06-10reducing memory consumption (reducing number of contexts and other stuff, no ...Michael Niedermayer
2003-06-09FFV1 codec (our very simple lossless intra only codec, compresses much better...Michael Niedermayer