summaryrefslogtreecommitdiff
path: root/libavcodec/i386
Commit message (Expand)AuthorAge
* fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot ...Gildas Bazin2004-03-13
* use optimized VP3 functions where appropriateMike Melanson2004-03-08
* seperated out the C-based VP3 DSP functions into a different file; alsoMike Melanson2004-03-08
* attribute used patch by (mitya at school dot ioffe dot ru (Dmitry Baryshkov))Dmitry Baryshkov2004-02-29
* quantizer noise shaping optimizationMichael Niedermayer2004-02-06
* vsad16_mmx2 only applies if encoders are turned onMike Melanson2004-01-31
* SSE2 fdct by (Balatoni Denes <pnis at coder dot hu>)Michael Niedermayer2004-01-29
* copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer2004-01-10
* interlaced dct decision cleanupMichael Niedermayer2004-01-05
* denoise_dct_sse2() patch by (Balatoni Denes <pnis at coder dot hu>)Denes Balatoni2004-01-03
* denoise_dct_mmx()Michael Niedermayer2004-01-02
* interlaced motion estimationMichael Niedermayer2003-12-30
* split intra / inter dequantizationMichael Niedermayer2003-12-14
* Here are juste two added #ifdef CONFIG_ENCODERS to allowAurelien Jacobs2003-12-13
* h263 slice structured modeMichael Niedermayer2003-12-07
* h263_h_loop_filter_mmxMichael Niedermayer2003-12-02
* h263_v_loop_filter_mmxMichael Niedermayer2003-12-02
* noise reduction of dct coefficientsMichael Niedermayer2003-11-02
* reorder table instead of wasting instructions to reorder the input to match t...Michael Niedermayer2003-10-25
* 10lMichael Niedermayer2003-10-25
* optimizingMichael Niedermayer2003-10-24
* Fixes GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot l...Panagiotis Issaris2003-10-24
* 1lAlex Beregszaszi2003-10-23
* minor mmx2 optimization if the dctMichael Niedermayer2003-10-23
* inline -> always_inline (842 -> 690 cpu cycles for dct_quantize() difference ...Michael Niedermayer2003-10-23
* move mmx quantizer matrixes out of MpegEncContext (23k -> 7k) (no meassureabl...Michael Niedermayer2003-10-22
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-14
* mmx2 optimization of huffyuv median encodingMichael Niedermayer2003-10-13
* another non const static, maybe its thread save nowMichael Niedermayer2003-09-15
* removed warningsFabrice Bellard2003-09-09
* fixing thread safety, this may cause alignment problms (if it does than the s...Michael Niedermayer2003-08-15
* the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad ...Michael Niedermayer2003-06-21
* fastdiv patch by (BERO <bero at geocities dot co dot jp>) with fixes & cleanu...BERO2003-05-14
* * oops - reversed last commitZdenek Kabelac2003-05-13
* * syncZdenek Kabelac2003-05-12
* more #ifdef CONFIG_ENCODERS by (Wolfgang Hesseler <qv at multimediaware dot c...Michael Niedermayer2003-05-07
* 10l (hadamard fix)Michael Niedermayer2003-04-14
* faster hadamard transformMichael Niedermayer2003-03-26
* * oooooops - sorry for this one - wrong logicZdenek Kabelac2003-03-10
* * support FF_MM_FORCEZdenek Kabelac2003-03-07
* MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer2003-03-03
* * prototypes at one placeZdenek Kabelac2003-02-11
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-10
* finetuneing thresholds/factorsMichael Niedermayer2003-01-19
* sse16 & pix_norm1 optimization patch by (Felix von Leitner <felix-ffmpeg at f...Felix von Leitner2003-01-11
* typo (noticed by kabi)Michael Niedermayer2003-01-09
* qpel fixMichael Niedermayer2003-01-09
* added define for builtins use - inverse fix by Romain DolbeauFabrice Bellard2003-01-07
* PIC / ebx fixMichael Niedermayer2003-01-07