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
2003-09-15another non const static, maybe its thread save nowMichael Niedermayer
2003-09-10removed warningsFabrice Bellard
2003-08-15fixing thread safety, this may cause alignment problms (if it does than the s...Michael Niedermayer
2003-06-21the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad ...Michael Niedermayer
2003-05-14fastdiv patch by (BERO <bero at geocities dot co dot jp>) with fixes & cleanu...BERO
2003-05-13* oops - reversed last commitZdenek Kabelac
2003-05-12* syncZdenek Kabelac
2003-05-08more #ifdef CONFIG_ENCODERS by (Wolfgang Hesseler <qv at multimediaware dot c...Michael Niedermayer
2003-04-1410l (hadamard fix)Michael Niedermayer
2003-03-26faster hadamard transformMichael Niedermayer
2003-03-10* oooooops - sorry for this one - wrong logicZdenek Kabelac
2003-03-07* support FF_MM_FORCEZdenek Kabelac
2003-03-03MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer
2003-02-11* prototypes at one placeZdenek Kabelac
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2003-02-10* static,const,compiler warning cleanupZdenek Kabelac
2003-01-19finetuneing thresholds/factorsMichael Niedermayer
2003-01-12sse16 & pix_norm1 optimization patch by (Felix von Leitner <felix-ffmpeg at f...Felix von Leitner
2003-01-10typo (noticed by kabi)Michael Niedermayer
2003-01-09qpel fixMichael Niedermayer
2003-01-07added define for builtins use - inverse fix by Romain DolbeauFabrice Bellard
2003-01-07PIC / ebx fixMichael Niedermayer
2003-01-07more gcc bug workaroundsMichael Niedermayer
2003-01-07gcc 3.2.2 -O3 bug workaround (older gcc are very likely affected too but didn...Michael Niedermayer
2003-01-061000l (push & esp) using mangle now ...Michael Niedermayer
2003-01-05qpel in b frames bugfixesMichael Niedermayer
2003-01-05slowdown / gcc 2.95.* bug workaround (this should be reversed as soon as gcc ...Michael Niedermayer
2003-01-05qpel in mmx2/3dnowMichael Niedermayer
2003-01-01warnings patch by (bubu <bubu at bubu dot net>)bubu
2002-12-28qpel encodingMichael Niedermayer
2002-12-03100l (sad8x8_x2 had params in wrong order)Michael Niedermayer
2002-11-26via c3 fix patch by (Francisco Javier Cabello Torres <fjcabello at visual-too...Francisco Javier Cabello Torres
2002-11-25via c3 detection patch by (Francisco Javier Cabello Torres <fjcabello at visu...Francisco Javier Cabello Torres
2002-11-14huffyuvMichael Niedermayer
2002-11-11* using DSPContext - so each codec could use its local (sub)set of CPU extensionZdenek Kabelac
2002-11-11* using DSPContext - so each codec could use its local (sub)set of CPU extensionZdenek Kabelac
2002-11-11* using DSPContext - so each codec could use its local (sub)set of CPU extensionZdenek Kabelac
2002-11-05cleanupMichael Niedermayer
2002-10-28new generic FFT/MDCT code for audio codecsFabrice Bellard
2002-10-25idct_permutation_type variable, so the permutation type can quickly be identi...Michael Niedermayer
2002-09-30idct permutation cleanup, idct can be selected per context nowMichael Niedermayer
2002-09-20pix_sum16_mmx()Michael Niedermayer
2002-09-20fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid)Arpi
2002-09-11put/avg_pixels16Michael Niedermayer
2002-09-02fixing encoding at high QPs (was broken after the dct accuracy increase due t...Michael Niedermayer
2002-09-01dct cleanupMichael Niedermayer
2002-09-01be less verbose patch by (Lennert Buytenhek <buytenh at math dot leidenuniv d...Lennert Buytenhek
2002-08-31bitexact hack for the simple mmx idctMichael Niedermayer
2002-08-30slow but accurate integer dct from IJG (should be ok with the LGPL as the old...Michael Niedermayer
2002-08-28warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Dominik Mierzejewski