summaryrefslogtreecommitdiffstats
path: root/libavcodec/i386
Commit message (Expand)AuthorAgeFilesLines
* quantizer noise shaping optimizationMichael Niedermayer2004-02-061-1/+93
* vsad16_mmx2 only applies if encoders are turned onMike Melanson2004-01-311-0/+2
* SSE2 fdct by (Balatoni Denes <pnis at coder dot hu>)Michael Niedermayer2004-01-293-9/+227
* copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer2004-01-105-1/+5
* interlaced dct decision cleanupMichael Niedermayer2004-01-051-0/+250
* denoise_dct_sse2() patch by (Balatoni Denes <pnis at coder dot hu>)Denes Balatoni2004-01-031-1/+59
* denoise_dct_mmx()Michael Niedermayer2004-01-022-1/+57
* interlaced motion estimationMichael Niedermayer2003-12-302-75/+65
* split intra / inter dequantizationMichael Niedermayer2003-12-141-45/+123
* Here are juste two added #ifdef CONFIG_ENCODERS to allowAurelien Jacobs2003-12-131-0/+2
* h263 slice structured modeMichael Niedermayer2003-12-071-1/+1
* h263_h_loop_filter_mmxMichael Niedermayer2003-12-021-72/+161
* h263_v_loop_filter_mmxMichael Niedermayer2003-12-021-0/+92
* noise reduction of dct coefficientsMichael Niedermayer2003-11-022-0/+4
* reorder table instead of wasting instructions to reorder the input to match t...Michael Niedermayer2003-10-251-123/+107
* 10lMichael Niedermayer2003-10-251-0/+2
* optimizingMichael Niedermayer2003-10-241-23/+60
* Fixes GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot l...Panagiotis Issaris2003-10-241-3/+3
* 1lAlex Beregszaszi2003-10-231-1/+1
* minor mmx2 optimization if the dctMichael Niedermayer2003-10-234-5/+40
* inline -> always_inline (842 -> 690 cpu cycles for dct_quantize() difference ...Michael Niedermayer2003-10-231-4/+4
* move mmx quantizer matrixes out of MpegEncContext (23k -> 7k) (no meassureabl...Michael Niedermayer2003-10-221-4/+4
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-141-0/+16
* mmx2 optimization of huffyuv median encodingMichael Niedermayer2003-10-131-0/+39
* another non const static, maybe its thread save nowMichael Niedermayer2003-09-151-2/+5
* removed warningsFabrice Bellard2003-09-091-1/+1
* fixing thread safety, this may cause alignment problms (if it does than the s...Michael Niedermayer2003-08-151-1/+3
* the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad ...Michael Niedermayer2003-06-211-0/+3
* fastdiv patch by (BERO <bero at geocities dot co dot jp>) with fixes & cleanu...BERO2003-05-141-1/+0
* * oops - reversed last commitZdenek Kabelac2003-05-131-43/+31
* * syncZdenek Kabelac2003-05-121-31/+43
* more #ifdef CONFIG_ENCODERS by (Wolfgang Hesseler <qv at multimediaware dot c...Michael Niedermayer2003-05-071-0/+2
* 10l (hadamard fix)Michael Niedermayer2003-04-141-1/+1
* faster hadamard transformMichael Niedermayer2003-03-261-20/+115
* * oooooops - sorry for this one - wrong logicZdenek Kabelac2003-03-101-4/+6
* * support FF_MM_FORCEZdenek Kabelac2003-03-071-0/+6
* MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer2003-03-034-98/+82
* * prototypes at one placeZdenek Kabelac2003-02-112-5/+0
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-117-104/+104
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-102-78/+67
* finetuneing thresholds/factorsMichael Niedermayer2003-01-191-2/+1
* sse16 & pix_norm1 optimization patch by (Felix von Leitner <felix-ffmpeg at f...Felix von Leitner2003-01-111-0/+104
* typo (noticed by kabi)Michael Niedermayer2003-01-091-2/+2
* qpel fixMichael Niedermayer2003-01-092-331/+89
* added define for builtins use - inverse fix by Romain DolbeauFabrice Bellard2003-01-071-0/+12
* PIC / ebx fixMichael Niedermayer2003-01-072-8/+16
* more gcc bug workaroundsMichael Niedermayer2003-01-072-7/+15
* gcc 3.2.2 -O3 bug workaround (older gcc are very likely affected too but didn...Michael Niedermayer2003-01-071-3/+3
* 1000l (push & esp) using mangle now ...Michael Niedermayer2003-01-061-82/+59
* qpel in b frames bugfixesMichael Niedermayer2003-01-052-149/+152
OpenPOWER on IntegriCloud