]> git.sesse.net Git - ffmpeg/history - libavcodec/x86
rgb2rgb: allow conversion for <15 bpp
[ffmpeg] / libavcodec / x86 /
2012-01-09 Vitor Sessakmpegaudiodec: optimized iMDCT transform
2011-12-27 Martin Storsjöx86: Fix constraints for decode_significance*_x86
2011-12-21 Diego Biurrunx86: Tighten register constraints for decode_significan...
2011-12-19 Diego Biurrunx86: conditionally compile dnxhd encoder optimizations
2011-12-14 Diego Biurrunbuild: conditionally compile x86 H.264 chroma optimizations
2011-12-12 Martin Storsjöx86: Require 7 registers for the cabac asm
2011-12-11 Mans Rullgardx86: cabac: replace explicit memory references with...
2011-12-10 Diego BiurrunFix a bunch of common typos.
2011-11-22 Justin Rugglesdsputil: use cpuflags in x86 emu_edge_core
2011-11-22 Justin Rugglesdsputil: use movups instead of movdqu in ff_emu_edge_co...
2011-11-11 Justin Rugglestwinvq: add SSE/AVX optimized sum/difference stereo...
2011-11-08 Diego BiurrunRemove redundant filename self-references inside files.
2011-11-08 Diego Biurrunx86: drop pointless ARCH_X86 #ifdef from files in x86...
2011-11-07 Justin Rugglesdsputil: use cpuflags in x86 versions of vector_clip_in...
2011-11-05 Ronald S. Bultjeh264_weight: remove duplication functions.
2011-11-03 Justin Rugglesfmtconvert: fix int32_to_float_fmul_scalar() for window...
2011-10-26 Daniel KangH.264: Cometics to dsputil_mmx.c
2011-10-22 Ronald S. Bultjeh264_weight: initialize "height" function argument...
2011-10-21 Justin Rugglesfmtconvert: port float_to_int16_interleave() 2-channel...
2011-10-21 Justin Rugglesfmtconvert: port int32_to_float_fmul_scalar() x86 inlin...
2011-10-21 Justin Rugglesfmtconvert: check compile-time x86 instruction set...
2011-10-21 Justin Rugglesfmtconvert: port float_to_int16() x86 inline asm to...
2011-10-21 Ronald S. BultjeH264: change weight/biweight functions to take a height...
2011-10-21 Ronald S. BultjeSupport for lossless and inter H264 4:2:2.
2011-10-21 Baptiste Coudurierh264: 4:2:2 intra decoding support
2011-10-20 Diego Biurrunx86: Move some variable declarations below the appropri...
2011-10-20 Diego Biurrunx86: Fix linking of ProRes DSP ASM with YASM disabled.
2011-10-14 Ronald S. Bultjeproresdsp: fix function prototypes.
2011-10-11 Ronald S. Bultjeprores: idct sse2/sse4 optimizations.
2011-09-24 Sean McGovernfft: avoid a signed overflow
2011-08-18 Ronald S. BultjeMove clipd macros to x86util.asm.
2011-08-15 Dave YeoFix NASM include directive
2011-08-15 Alex Conversedsputil_mmx: Honor HAVE_AMD3DNOW
2011-08-12 Ronald S. BultjeMove x86util.asm from libavcodec/ to libavutil/.
2011-08-12 Ronald S. BultjeMove x86inc.asm to libavutil/.
2011-08-11 Kostya ShishkovMove RV3/4-specific DSP functions into their own context
2011-08-02 Vitor Sessakdct32: Add SSE2 ASM optimizations
2011-07-29 Jason Garrett-GlaserH.264: tweak some other x86 asm for Atom
2011-07-29 Mans Rullgardx86: cabac: add operand size suffixes missing from...
2011-07-28 Mans Rullgardx86: cabac: don't load/store context values in asm
2011-07-28 Jason Garrett-GlaserH.264: optimize CABAC x86 asm for Atom
2011-07-26 Mans Rullgardx86: fix build with gcc 4.7
2011-07-22 Daniel KangH.264: Add optimizations to predict x86 assembly.
2011-07-21 Joseph Artsimovichdnxhd: 10-bit support
2011-07-21 Mans Rullgarddsputil: update per-arch init funcs for non-h264 high...
2011-07-21 Mans Rullgarddsputil: template get_pixels() for different bit depths
2011-07-21 Mans Rullgardjfdctint: add 10-bit version
2011-07-20 Mans Rullgardsimple_idct: add 10-bit version
2011-07-18 Diego Biurrundsputil: remove disabled code
2011-07-17 Martin Storsjöx86: Use LOCAL_ALIGNED in mpegvideo_mmx_template
2011-07-17 Diego Biurrunsimple_idct: remove disabled code
2011-07-14 Daniel KangH.264: Add more x86 assembly for 10-bit H.264 predict...
2011-07-11 Jason Garrett-GlaserH.264: add filter_mb_fast support for >8-bit decoding
2011-07-10 Mans Rullgarddsputil: remove ff_emulated_edge_mc macro used in one...
2011-07-08 Daniel KangH.264: Add x86 assembly for 10-bit H.264 predict functions
2011-07-04 Daniel KangYASM: Shut up unused variable compiler warning with...
2011-07-04 Daniel Kangx86_32: Fix build on x86_32 with --disable-yasm.
2011-07-04 Daniel KangFix build with --disable-yasm.
2011-07-03 Daniel KangH.264: Add x86 assembly for 10-bit H.264 qpel functions.
2011-07-01 Justin Rugglesac3dsp: add x86-optimized versions of ac3dsp.extract_ex...
2011-07-01 Justin Rugglesac3enc: add int32_t array clipping function to DSPUtil...
2011-06-28 Diego Biurrunconfigure: Drop check for availability of ten assembler...
2011-06-23 Diego Biurrundoxygen: Consistently use '@' instead of '\' for Doxyge...
2011-06-21 Daniel Kangh264: Add x86 assembly for 10-bit weight/biweight H...
2011-06-20 Mans Rullgardx86: cabac: fix register constraints for 32-bit mode
2011-06-20 Mans Rullgardcabac: move x86 asm to libavcodec/x86/cabac.h
2011-06-20 Mans Rullgardx86: h264: cast pointers to intptr_t rather than int
2011-06-20 Mans Rullgardx86: h264: remove hardcoded edi in decode_significance_...
2011-06-20 Mans Rullgardx86: h264: remove hardcoded esi in decode_significance...
2011-06-20 Mans Rullgardx86: h264: remove hardcoded edx in decode_significance...
2011-06-20 Mans Rullgardx86: h264: remove hardcoded eax in decode_significance...
2011-06-20 Mans Rullgardx86: cabac: remove hardcoded ebx in inline asm
2011-06-20 Mans Rullgardx86: cabac: remove hardcoded struct offsets from inline asm
2011-06-18 Ronald S. BultjeFix build if yasm is not available.
2011-06-18 Daniel KangH.264: Add x86 assembly for 10-bit MC Chroma H.264...
2011-06-14 Jason Garrett-Glaser4:4:4 H.264 decoding support
2011-06-13 Jason Garrett-GlaserRoll back 4:4:4 H.264 for now
2011-06-13 Jason Garrett-Glaser4:4:4 H.264 decoding support
2011-06-10 Oskar Arvidssonh264: Fix 10-bit H.264 x86 chroma v loopfilter asm.
2011-06-07 Daniel KangH264: x86 predict init cosmetics.
2011-06-05 Daniel KangAdd x86 assembly for some 10-bit H.264 intra predict...
2011-06-02 Loren MerrittCosmetic changes to h264_idct_10bit.asm.
2011-06-02 Loren Merritt2x faster h264_idct_add8_10.
2011-06-02 Ronald S. Bultjeh264: remove CONFIG_GPL from x86 intra prediction code.
2011-06-01 Daniel Kangh264/10bit: add HAVE_ALIGNED_STACK checks.
2011-05-31 Daniel KangUpdate 8-bit H.264 IDCT function names to reflect bit...
2011-05-31 Daniel KangAdd IDCT functions for 10-bit H.264.
2011-05-28 Justin Rugglesac3dsp: do not use the ff_* prefix when referencing...
2011-05-28 Justin Rugglesac3enc: modify mantissa bit counting to keep bap counts...
2011-05-27 Diego Biurrunx86: Add appropriate ifdefs around certain AVX functions.
2011-05-23 Dave Yeox86 asm: Add SECTION_TEXT to dct32_sse.asm.
2011-05-22 Loren Merrittdct32_sse: eliminate some spills
2011-05-22 Vitor SessakFix dct32() compilation with --disable-yasm
2011-05-21 Vitor Sessakdct32: Add AVX implementation of 32-point DCT
2011-05-21 Vitor Sessakdct32: Change pass 6 permutation to allow for AVX imple...
2011-05-21 Vitor Sessakdct32: port SSE 32-point DCT to YASM
2011-05-21 Diego Biurrunmultiple inclusion guard cleanup
2011-05-20 Dave YeoAdd support for a.out object format to assembler macros.
2011-05-19 Mans Rullgardmpegaudiodsp: fix x86 and ppc makefiles
2011-05-19 Mans RullgardMove some mpegaudio functions to new mpegaudiodsp subsystem
next