]> git.sesse.net Git - ffmpeg/history - libavcodec/i386
check for request_channels at codec init
[ffmpeg] / libavcodec / i386 /
2008-01-02 Christophe GisquetFix issue #301:
2007-12-21 Christophe Gisquetadd MMX version for put_no_rnd_h264_chroma_mc8_c, used...
2007-12-21 Diego BiurrunFix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ.
2007-12-16 Aurelien Jacobsmove FLAC mmx dsp to its own file
2007-12-15 Reimar DöffingerAdd 'l' suffix where it is necessary because type can...
2007-12-12 Aurelien Jacobsadd required include to make this file self-contained
2007-12-11 Diego Biurruntypo/clarification
2007-12-02 Diego BiurrunMisc spelling fixes, prefer American over British English.
2007-12-01 Vitor Sessakspelling
2007-11-27 Aurelien Jacobsremove some unused ff_p* vars from dsputil
2007-11-27 Aurelien Jacobsremove useless #ifdef around extern declaration
2007-11-27 Aurelien Jacobscosmetics: indentation
2007-11-27 Aurelien Jacobsconvert some #ifdef CONFIG_ to if(ENABLE_
2007-11-27 Aurelien Jacobsbuild vc1dsp_mmx.c in its own compilation unit
2007-11-27 Aurelien Jacobsuse ff_ prefix for extern vars
2007-11-27 Aurelien Jacobsmake ff_p* vars extern so that they can be used in...
2007-11-25 Christophe GisquetTypo fix. Previous version had some picture error build...
2007-11-24 Christophe GisquetStrip debug stuff from vc1dsp_mmx.c, patch by Christoph...
2007-11-21 Christophe Gisquetadd VC-1 MMX DSP functions, under MIT license.
2007-11-12 Michael Niedermayertring to workaround gcc 2.95 bug which causes random...
2007-10-17 Diego BiurrunExplain why there are no multiple inclusion guards...
2007-10-17 Aurelien JacobsRemove wrong multiple inclusion guards.
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-10-17 Diego BiurrunAdd missing multiple inclusion guards.
2007-10-11 ShaneFix intended order of operations for 4 assert() checks.
2007-09-29 Loren Merrittsse2 version of compute_autocorr().
2007-08-30 Reimar DöffingerReplace complicated and currently broken manual alignme...
2007-08-27 Michael Niedermayertypo
2007-08-26 Ramiro PollaCONFIG_7REGS has been renamed to HAVE_7REGS
2007-08-26 Michael Niedermayerworkaround gcc bug, untested as my gcc is not complaining
2007-08-26 Michael Niedermayeroptimize the first vertical lifting step, this also...
2007-08-26 Michael Niedermayeroptimize 1st horizontal lifting step
2007-08-26 Michael Niedermayertypo
2007-08-26 Michael Niedermayerget rid of totally senseless "m" + read in register...
2007-08-26 Michael Niedermayersimplify senselessly complex addressing
2007-08-26 Michael Niedermayercosmetics
2007-08-26 Michael Niedermayeravoid overflow in the 3rd lifting step, this now needs...
2007-08-25 Michael Niedermayeravoid an overflow in the 1 horizontal lifting step
2007-08-25 Michael Niedermayerprevent one overflow in the first vertical lifting...
2007-08-25 Michael Niedermayerupdate mmx code to latest snow changes
2007-08-25 Michael Niedermayeruse 16bit IDWT (a SIMD implementation of it should...
2007-08-21 Michael NiedermayerChange rounding of the horizontal DWT to match the...
2007-08-21 Michael Niedermayerremove code which become unused by the previous changes
2007-08-21 Michael NiedermayerSimplify and optimize the 4th vertical lifting step...
2007-08-21 Michael NiedermayerSimplify and optimize the 4th vertical lifting step...
2007-08-20 Michael NiedermayerSimplify and speedup code, reduce needed headroom by...
2007-08-20 Michael Niedermayersimplify, speedup and reduce needed headroom by 2 bits...
2007-08-20 Michael Niedermayerreplace <<1 by add for SSE2 (untested)
2007-08-20 Michael Niedermayerreplace <<1 by add
2007-08-20 Michael Niedermayerslightly change horizontal lift3 so it needs 1 bit...
2007-08-20 Michael Niedermayerremove idiotc double subtraction from the sse2 code...
2007-08-20 Michael Niedermayerfixme note
2007-08-20 Michael Niedermayerand of course the unneeded double subtractions were...
2007-07-24 Aurelien Jacobshelp some gcc version to optimize out those functions
2007-07-10 Aurelien Jacobscosmetics: indentation
2007-07-10 Aurelien JacobsAvoid linking with h263.c functions when the relevant...
2007-07-08 Måns Rullgårdmake arguments to ssd_int8_vs_int16() const
2007-07-05 Diego Biurruntypos
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-07-05 Diego BiurrunGroup all copyright and author notices together.
2007-06-17 Guillaume Poirieradd a comment to indicate which #endif belong to which...
2007-06-17 Måns Rullgårdadd multiple inclusion guards to headers
2007-06-16 Måns Rullgårdcorrect type for {put,avg}_h264_chroma_mc2_mmx2
2007-06-12 Diego Biurrunmisc typo fixes
2007-06-12 Diego Biurrunmisc spelling fixes
2007-06-08 Graham Bookerwork around issues with the old version of Gnu Assemble...
2007-06-07 Diego BiurrunPreprocessor #defines starting with __ are reserved...
2007-06-07 Ronald S. BultjeUse FFmpeg-specific CPU feature definitions.
2007-05-30 Carl Eugen Hoyosrename attribute_unused to av_unused and moves its...
2007-05-20 Zuxy MengRemove incorrect comment; MMX2 is preferred over 3DNow...
2007-05-18 Zuxy Meng3DNow! and SSSE3 optimization to QNS DSP functions...
2007-05-16 Aurelien Jacobsbetter separation of vp3dsp functions from dsputil_mmx.c
2007-05-16 Ronald S. BultjeAdd libavcodec to compiler include flags in order to...
2007-05-14 Panagiotis IssarisMake vp3dsp*.c compilation optional.
2007-05-14 Reimar DöffingerChange some leftover __attribute__((unused)) and __attr...
2007-05-13 Zuxy MengFaster SSE FFT/MDCT, patch by Zuxy Meng %zuxy P meng...
2007-05-12 Loren Merrittsse2 & ssse3 versions of dct_quantize.
2007-05-12 Loren Merrittfactor sum_abs_dctelem out of dct_sad, and simd it.
2007-05-12 Loren Merrittsse2 & ssse3 versions of hadamard. unroll and inline...
2007-05-11 Loren Merritt10l, r8991 broke mmx1 sad
2007-05-11 Loren Merrittsse2 version of fullpel sad.
2007-05-11 Loren Merritttweak mmx2 sad.
2007-05-10 Loren Merritttweak mmx2 sad.
2007-05-10 Loren Merrittsse2 version of fdct_col.
2007-05-09 Loren Merrittcosmetics: remove code duplication in hadamard8_diff_mmx
2007-05-08 Loren Merrittcosmetics: remove duplicate transpose macro
2007-04-19 Reimar DöffingerFix parts missed in clip -> av_clip rename
2007-04-07 Diego Biurruntypos
2007-03-30 Loren Merrittmmx 16-bit ssd. 2.3x faster svq1 encoding.
2007-02-24 Diego BiurrunFix wrong conditional, Snow decoding, not encoding...
2007-02-23 Michael Niedermayerreorder a few more paddws to reduce dependancy chains
2007-02-23 Michael Niedermayerreorder paddws to reduce dependancy chain
2007-02-23 Michael Niedermayershortening dependancy chain in chroma mc2
2007-02-23 Michael Niedermayerremove now wrong comment
2007-02-23 Michael Niedermayerfix chroma mc2 bug, this is based on a patch by (Oleg...
2007-02-22 Michael Niedermayergcc 2.95 fix
2007-02-18 Måns Rullgårdfix for x86-64
2007-02-17 Michael Niedermayerrewrite H264_CHROMA_MC4_TMPL (20% faster)
2007-02-16 Michael Niedermayeradd a few asserts to ensure alignment
2007-02-16 Michael Niedermayerprevent h.264 MC related functions from being inlined...
next