]> git.sesse.net Git - ffmpeg/history - libavcodec/i386
decode adts aac streams
[ffmpeg] / libavcodec / i386 /
2006-02-07 Loren Merritt10l (x86_64)
2006-02-07 Loren Merritt18% faster put_h264_qpel16_mc[13]2_mmx2
2006-02-07 Loren Merritt11% faster put_h264_qpel16_v_lowpass_mmx2
2006-02-07 Loren Merritt15% faster put_h264_qpel16_hv_lowpass_mmx2
2006-02-05 Steve L'HommeMSVC-compatible __align8/__align16 declaration
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2006-01-09 Loren Merritttweak h264_biweight
2005-12-30 Loren Merrittfix some potential arithmetic overflows in pred_direct_...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-12-10 Guillaume PoirierAdd the rest of missing Reg_* macros to support both...
2005-11-12 Loren Merrittuse sse16_sse2() in nsse
2005-10-27 Loren Merrittfaster h264_chroma_mc8_mmx, added h264_chroma_mc4_mmx.
2005-10-09 Loren Merritth264 mmx weighted prediction. up to 3% overall speedup.
2005-09-30 Loren Merrittsse2 16x16 sum squared diff (306=>268 cycles on a K8)
2005-09-21 Michael Niedermayerreplace a few mov + psrlq with pshufw, there are more...
2005-09-10 Reimar DöffingerFix compile without CONFIG_GPL, misplaced #endif caused...
2005-09-10 Michael Niedermayerremove unused table entries
2005-09-10 Michael Niedermayerxvids mmx&mmx2 idcts
2005-09-06 Måns RullgårdKill some compiler warnings. Compiled code verified...
2005-09-03 Michael Niedermayersimplify (d&a) and (d&~a) calculation, hint by skal
2005-09-02 Michael Niedermayeradd consts (this was in my local tree, dunno where...
2005-08-14 Måns Rullgårdkill a bunch of compiler warnings
2005-08-01 Alexander Strasserlibavutil: Utility code from libavcodec moved to a...
2005-06-02 Loren Merrittsort H.264 mmx dsp functions into their own file
2005-06-01 Michael Niedermayeradding a few const
2005-06-01 Michael Niedermayer100l for myself (breaking amd64)
2005-06-01 Michael Niedermayermerge a few asm blocks so gcc cant unoptimize it (658...
2005-06-01 Michael Niedermayerget rid of 2 movq (680 -> 658 dezicycles on duron)
2005-06-01 Michael Niedermayeravoid one transpose (730->680 dezicycles on duron)
2005-06-01 Loren Merritt10l (symbol mangling)
2005-06-01 Michael Niedermayeradd rounding bias before the horizontal idct (765-...
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-04-17 Michael Niedermayerread 32bit instead of 64bit to avoid overreading and...
2005-02-07 Martin Draboptimization and gcc 4.0 bug workaround patch by (Marti...
2004-12-13 Michael Niedermayerx86 cpu capabilities detection rewrite / cleanup
2004-12-05 Matthieu Castetdetect sse on athlon-xp patch by (matthieu castet ...
2004-10-28 Michael NiedermayerH.261 encoder by (Maarten Daniels <maarten dot daniels...
2004-10-17 Aurelien Jacobsgcc 3.4.3 preversions do not appreciate invalid instruc...
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-07-16 Michael Niedermayer10l and better MMX/SSE detection for VIA1000
2004-07-06 Michael Niedermayerdc_precission=11 fix
2004-06-24 Michael Niedermayertransmeta crusoe mmx detection by "Nobody/Anonymous...
2004-06-08 Michael Niedermayersse8 and nsse in mmx
2004-05-18 Michael Niedermayersome of the warning fixes by (Michael Roitzsch <mroi...
2004-04-30 Michael Niedermayermmx dct optimization
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 Melansonyes, that's nice...
2004-04-26 Mike Melansonreorganize and simplify the VP3 IDCT stuff
2004-04-25 Mike Melansonhush...
2004-04-25 Mike Melansonhook up support for SSE2-optimized VP3 IDCT
2004-04-25 Mike Melansonadd selected SSE2 ASM macros
2004-04-25 Mike MelansonSSE2-optimized variant of VP3 IDCT
2004-04-25 Mike Melansoncorrect MMX-optimized variant of VP3 IDCT, with comment...
2004-04-09 Michael Niedermayerfixing alignment problems -> SSE2 support enabled again...
2004-03-13 Gildas Bazinfft_*() renamed into ff_fft_*() patch by (Gildas Bazin...
2004-03-08 Mike Melansonuse optimized VP3 functions where appropriate
2004-03-08 Mike Melansonseperated out the C-based VP3 DSP functions into a...
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
2004-01-03 Denes Balatonidenoise_dct_sse2() patch by (Balatoni Denes <pnis at...
2004-01-02 Michael Niedermayerdenoise_dct_mmx()
2003-12-30 Michael Niedermayerinterlaced motion estimation
2003-12-14 Michael Niedermayersplit intra / inter dequantization
2003-12-13 Aurelien JacobsHere are juste two added #ifdef CONFIG_ENCODERS to...
2003-12-07 Michael Niedermayerh263 slice structured mode
2003-12-02 Michael Niedermayerh263_h_loop_filter_mmx
2003-12-02 Michael Niedermayerh263_v_loop_filter_mmx
2003-11-02 Michael Niedermayernoise reduction of dct coefficients
2003-10-25 Michael Niedermayerreorder table instead of wasting instructions to reorde...
2003-10-25 Michael Niedermayer10l
2003-10-24 Michael Niedermayeroptimizing
2003-10-24 Panagiotis IssarisFixes GCC 3.3.2 warnings patch by (Panagiotis Issaris...
2003-10-23 Alex Beregszaszi1l
2003-10-23 Michael Niedermayerminor mmx2 optimization if the dct
2003-10-23 Michael Niedermayerinline -> always_inline (842 -> 690 cpu cycles for...
2003-10-22 Michael Niedermayermove mmx quantizer matrixes out of MpegEncContext ...
2003-10-14 Mike Melansondisable encoders where appropriate (patch courtesy...
2003-10-13 Michael Niedermayermmx2 optimization of huffyuv median encoding
2003-09-15 Michael Niedermayeranother non const static, maybe its thread save now
2003-09-09 Fabrice Bellardremoved warnings
next