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
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