]> git.sesse.net Git - ffmpeg/history - libavcodec/i386/mpegvideo_mmx.c
Make 8SVX codec names just a single word for consistency with other codec names.
[ffmpeg] / libavcodec / i386 / mpegvideo_mmx.c
2008-03-04 Aurelien Jacobsmove draw_edges() into dsputil
2007-12-01 Vitor Sessakspelling
2007-11-27 Aurelien Jacobsmake ff_p* vars extern so that they can be used in...
2007-07-05 Diego BiurrunGroup all copyright and author notices together.
2007-06-12 Diego Biurrunmisc spelling fixes
2007-05-16 Ronald S. BultjeAdd libavcodec to compiler include flags in order to...
2007-05-12 Loren Merrittsse2 & ssse3 versions of dct_quantize.
2006-11-14 Måns Rullgårdrevert bad checkin
2006-11-14 Måns Rullgårdmove some CFLAGS settings away from config.* writing...
2006-11-12 Måns Rullgårdzigzag_direct_noperm doesn't exist, remove declaration
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-08-12 John DalglieshSupport for MacIntel, last part: balign directives
2006-07-03 Luca AbeniMove REG_* macros from libavcodec/i386/mmx.h to libavut...
2006-04-28 Michael Niedermayermissmatch control for mpeg2 intra dequantization if...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2004-10-11 Aurelien Jacobsadapting existing mmx/mmx2/sse/3dnow optimizations...
2004-05-18 Michael Niedermayersome of the warning fixes by (Michael Roitzsch <mroi...
2004-01-29 Michael NiedermayerSSE2 fdct by (Balatoni Denes <pnis at coder dot hu>)
2004-01-03 Denes Balatonidenoise_dct_sse2() patch by (Balatoni Denes <pnis at...
2004-01-02 Michael Niedermayerdenoise_dct_mmx()
2003-12-14 Michael Niedermayersplit intra / inter dequantization
2003-12-07 Michael Niedermayerh263 slice structured mode
2003-11-02 Michael Niedermayernoise reduction of dct coefficients
2003-10-23 Michael Niedermayerminor mmx2 optimization if the dct
2003-05-14 BEROfastdiv patch by (BERO <bero at geocities dot co dot...
2003-03-03 Michael NiedermayerMpegEncContext.(i)dct_* -> DspContext.(i)dct_*
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-01-01 bubuwarnings patch by (bubu <bubu at bubu dot net>)
2002-11-11 Zdenek Kabelac* using DSPContext - so each codec could use its local...
2002-10-25 Michael Niedermayeridct_permutation_type variable, so the permutation...
2002-09-29 Michael Niedermayeridct permutation cleanup, idct can be selected per...
2002-09-19 Arpifdct_mmx -> ff_fdct_mmx (renamed to avoid namespace...
2002-08-29 Michael Niedermayerslow but accurate integer dct from IJG (should be ok...
2002-08-28 Dominik Mierzejewskiwarning patch by (Dominik Mierzejewski <dominik at...
2002-05-25 Fabrice Bellardlicense/copyright change
2002-05-02 Juanjo- Advanced Intra Coding (AIC) support for H.263+ encode...
2002-04-27 Michael Niedermayerfixed msmpeg4 infinite loop if buggy stream
2002-04-17 Michael Niedermayermpeg2/mpeg4 dequantizer support (c & mmx)
2002-04-07 Michael Niedermayermpeg4 mpeg quantizer support
2002-02-26 Juanjo- Added PSNR feature to libavcodec and ffmpeg. By now...
2002-02-22 Juanjo- Bug fix on RTYPE (rounding type) not being honoured...
2002-02-19 Juanjo- Bug fixes in H.263+ Advanced INTRA Coding decoder.
2002-02-18 Juanjo- H.263+ decoder support for Advanded INTRA Coding...
2002-01-27 Michael Niedermayer(commit by michael)
2002-01-15 Michael Niedermayer(commit by michael)
2002-01-13 Michael Niedermayer(commit by michael)
2001-11-11 Nick KurshevLet loops will be aligned
2001-11-03 Arpidct_unquantize_h263_mmx() by Michael Niedermayer <micha...
2001-07-30 Fabrice Bellardrenamed - use of s->dct_unquantize function pointer...