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-03-14kill av_mallocz_static() calls in init_rl()Michael Niedermayer
2006-11-12rename inverse -> ff_inverseMåns Rullgård
2006-11-01Use common define for x86_32 and x86_64.Diego Biurrun
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-28dc_val should be signedMåns Rullgård
2006-09-27add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård
2006-09-27fix some signedness warningsMåns Rullgård
2006-07-09remove STATS code (probably hasnt been used for years ..., and its not comple...Michael Niedermayer
2006-06-27Rename VC9 to VC1 as there is no such thing as VC9Kostya Shishkov
2006-03-08(f)printf --> av_log conversionSteve L'Homme
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-08-26Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf u...Michael Niedermayer
2005-05-03put most codecs under ifdefsMichael Niedermayer
2005-05-01switch to native time basesMichael Niedermayer
2005-04-25avoid unneeded clear_blocks()Michael Niedermayer
2005-04-24Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson
2005-04-19avoid UPDATE_CACHE() in GET_RL_VLC() if not neededMichael Niedermayer
2005-01-30In that patch:anonymous
2005-01-26use dc tables from msmpeg4 instead of duplicating them patch by anonymousanonymous
2005-01-25dont duplicate decode012()Michael Niedermayer
2004-11-27Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum
2004-10-11adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 pat...Aurelien Jacobs
2004-05-25warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)Michael Niedermayer
2004-04-16unify table indexing (motion_val,dc_val,ac_val,coded_block changed)Michael Niedermayer
2004-01-10copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer
2003-12-03h263 modified quantization fixMichael Niedermayer
2003-11-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
2003-08-11skip ext header missing message for msmpeg4v2Michael Niedermayer
2003-07-29debug stuffMichael Niedermayer
2003-06-22CONFIG_ENCODERS cleanupMichael Niedermayer
2003-05-19ASV1 codecMichael Niedermayer
2003-05-14fastdiv patch by (BERO <bero at geocities dot co dot jp>) with fixes & cleanu...BERO
2003-05-14decode motion & modulo optimize patch by (BERO <bero at geocities dot co dot ...BERO
2003-04-252pass stats fix (by ffdshow cvslog)Michael Niedermayer
2003-04-10simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i...Michael Niedermayer
2003-04-02msmpeg4 2pass support & some related cleanupMichael Niedermayer
2003-04-01fixing msmpeg4v2 encodingMichael Niedermayer
2003-03-20error resilience cleanup (its faster too...)Michael Niedermayer
2003-03-12per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer
2003-03-06per file doxyMichael Niedermayer
2003-02-17more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware...Wolfgang Hesseler
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2003-02-11check for qscale==0 (fixes 1/0 on one corrupted stream)Michael Niedermayer
2003-02-10* static,const,compiler warning cleanupZdenek Kabelac
2003-01-21GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us...Michael Niedermayer
2003-01-09fixed wmv2 slicesMichael Niedermayer
2002-12-28qpel encodingMichael Niedermayer