]> git.sesse.net Git - ffmpeg/history - libavcodec/i386/dsputil_mmx.c
Kill some compiler warnings. Compiled code verified identical after changes.
[ffmpeg] / libavcodec / i386 / dsputil_mmx.c
2005-09-06 Måns RullgårdKill some compiler warnings. Compiled code verified...
2005-06-02 Loren Merrittsort H.264 mmx dsp functions into their own file
2005-06-01 Michael Niedermayeradding a few const
2005-05-31 Loren MerrittMMX for H.264 iDCT (adapted from x264)
2005-05-25 Zoltán HidvégiMMX code for (put|avg)_h264_chroma_mc8
2005-05-18 Loren MerrittH.264 deblocking optimizations (mmx for chroma_bS4...
2005-05-17 Michael Niedermayerporting the mmx&sse2 (sse2 untested) vp3 idcts to the...
2005-05-17 Michael Niedermayerdisabling vp3 mmx&mmx2 idcts, they must be ported over...
2005-05-08 Michael Niedermayerfix PIC
2005-04-25 Loren MerrittMMX for H.264 deblocking filter
2005-02-07 Martin Draboptimization and gcc 4.0 bug workaround patch by (Marti...
2004-10-11 Aurelien Jacobsadapting existing mmx/mmx2/sse/3dnow optimizations...
2004-09-25 Michael Niedermayer1/2 resolution decoding
2004-09-08 Michael Niedermayerh264_qpel8_hv_lowpass_mmx2/3dnow
2004-09-08 Michael Niedermayerh264_qpel4_hv_lowpass_mmx2/3dnow
2004-09-08 Michael Niedermayeroptimization
2004-09-07 Michael Niedermayeroptimization
2004-09-07 Michael Niedermayeroptimization
2004-09-07 Michael Niedermayerh264 luma motion compensation in mmx2/3dnow
2004-09-06 Michael Niedermayer10000l fix and use more mmx2/3dnow code for mpeg4 qpel...
2004-06-08 Michael Niedermayersse8 and nsse in mmx
2004-05-18 Michael Niedermayersome of the warning fixes by (Michael Roitzsch <mroi...
2004-04-27 Mike Melansonmove the 0x80 vector outside of the function, thus...
2004-04-27 Mike Melansonseparate out put_signed_pixels_clamped() into its own...
2004-04-26 Mike Melansonreorganize and simplify the VP3 IDCT stuff
2004-04-25 Mike Melansonhook up support for SSE2-optimized VP3 IDCT
2004-03-08 Mike Melansonuse optimized VP3 functions where appropriate
2004-02-29 Dmitry Baryshkovattribute used patch by (mitya at school dot ioffe...
2004-02-06 Michael Niedermayerquantizer noise shaping optimization
2004-01-31 Mike Melansonvsad16_mmx2 only applies if encoders are turned on
2004-01-29 Michael NiedermayerSSE2 fdct by (Balatoni Denes <pnis at coder dot hu>)
2004-01-10 Michael Niedermayercopyright year update of the files i touched and rememb...
2004-01-05 Michael Niedermayerinterlaced dct decision cleanup
2003-12-30 Michael Niedermayerinterlaced motion estimation
2003-12-13 Aurelien JacobsHere are juste two added #ifdef CONFIG_ENCODERS to...
2003-12-02 Michael Niedermayerh263_h_loop_filter_mmx
2003-12-02 Michael Niedermayerh263_v_loop_filter_mmx
2003-10-23 Alex Beregszaszi1l
2003-10-23 Michael Niedermayerminor mmx2 optimization if the dct
2003-10-14 Mike Melansondisable encoders where appropriate (patch courtesy...
2003-10-13 Michael Niedermayermmx2 optimization of huffyuv median encoding
2003-06-21 Michael Niedermayerthe return of the idct with 16bit output by ("Ivan...
2003-05-07 Michael Niedermayermore #ifdef CONFIG_ENCODERS by (Wolfgang Hesseler ...
2003-04-14 Michael Niedermayer10l (hadamard fix)
2003-03-26 Michael Niedermayerfaster hadamard transform
2003-03-10 Zdenek Kabelac* oooooops - sorry for this one - wrong logic
2003-03-07 Zdenek Kabelac* support FF_MM_FORCE
2003-03-03 Michael NiedermayerMpegEncContext.(i)dct_* -> DspContext.(i)dct_*
2003-02-11 Zdenek Kabelac* prototypes at one place
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-10 Zdenek Kabelac* static,const,compiler warning cleanup
2003-01-11 Felix von Leitnersse16 & pix_norm1 optimization patch by (Felix von...
2003-01-09 Michael Niedermayerqpel fix
2003-01-07 Michael NiedermayerPIC / ebx fix
2003-01-07 Michael Niedermayermore gcc bug workarounds
2003-01-06 Michael Niedermayer1000l (push & esp) using mangle now ...
2003-01-05 Michael Niedermayerqpel in b frames bugfixes
2003-01-05 Michael Niedermayerslowdown / gcc 2.95.* bug workaround (this should be...
2003-01-05 Michael Niedermayerqpel in mmx2/3dnow
2002-12-27 Michael Niedermayerqpel encoding
2002-11-14 Michael Niedermayerhuffyuv
2002-11-11 Zdenek Kabelac* using DSPContext - so each codec could use its local...
2002-09-29 Michael Niedermayeridct permutation cleanup, idct can be selected per...
2002-09-20 Michael Niedermayerpix_sum16_mmx()
2002-09-11 Michael Niedermayerput/avg_pixels16
2002-09-01 Lennert Buytenhekbe less verbose patch by (Lennert Buytenhek <buytenh...
2002-08-31 Michael Niedermayerbitexact hack for the simple mmx idct
2002-08-29 Michael Niedermayerslow but accurate integer dct from IJG (should be ok...
2002-07-21 Michael Niedermayerpix_abs mmx2 isnt bit-exact ...
2002-06-03 Zdenek Kabelac* reimplemented remaing avg_ pixel functions
2002-05-30 Zdenek Kabelac* removed MANGLE from macros for setting constants
2002-05-29 Zdenek Kabelac* reenabled original xy2 put routine - rounding error...
2002-05-29 Zdenek Kabelac* code with new PAVGB for MMX only CPU splited into...
2002-05-29 Zdenek Kabelac* new mmx code - based upon http://aggregate.org/MAGIC
2002-05-27 Zdenek Kabelac* removed TESTCPU_MAIN - not needed for testing
2002-05-25 Fabrice Bellardlicense/copyright change
2002-05-23 Zdenek Kabelac* baling 8 seems to have the same speed
2002-05-23 Zdenek Kabelac* always baling even though it seems to produce sometim...
2002-05-23 Zdenek Kabelac* cleanup for put_pixels_mmx
2002-05-23 Zdenek Kabelac* somewhat more advanced test suit for dsp code - for...
2002-05-23 Zdenek Kabelac* align the source initialy address
2002-05-23 Zdenek Kabelac* added simple test main - see comments about how to
2002-05-20 Fabrice Bellardremoved unused code
2002-05-18 Fabrice Bellardremoved debug function
2002-05-17 Michael Niedermayershared lib support (req by kabi) ...
2002-05-17 Michael Niedermayerhopefully faster mmx2&3dnow MC
2002-04-24 Zdenek Kabelac* fixes problem with -funroll-loops and buggy gcc compiler
2002-04-17 Michael Niedermayerfixed mpeg4 time stuff on encoding
2002-03-28 Michael Niedermayersizeof(s->block) isnt 64*6*2 anymore bugfix
2002-03-27 Michael Niedermayer4MV motion estimation (not finished yet)
2002-02-18 Zdenek Kabelac* some modifications to allow gcc to compile same code...
2002-01-10 Michael Niedermayerprint cpu flags
2001-12-09 Arpinew IDCT code by Michael Niedermayer (michaelni@gmx...
2001-11-10 Nick Kurshevfixed gcc-3.0.x compilation (by Michael Niedermayer)
2001-08-07 Fabrice Bellardadded mmx idct
2001-08-03 ArpiMMX/MMXEXT iDCT support, using external functions curre...
2001-07-30 Nick KurshevSync with mplayer's stuff
2001-07-24 Fabrice Bellardsuppressed no longer needed emms()
2001-07-22 Fabrice BellardInitial revision