OSDN Git Service

Fixed invalid access in wavpack decoder on corrupted bitstream.
[coroid/libav_saccubus.git] / libavcodec / x86 /
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
2011-05-19 Justin Ruggles10l: wrap float_interleave functions in HAVE_YASM.
2011-05-18 Justin RugglesAdd float_interleave() to FmtConvertContext with x86...
2011-05-17 Daniel KangModify x86util.asm to ease transitioning to 10-bit...
2011-05-16 Gil Pedersenh264dsp_mmx: Add #ifdefs around some mmxext functions...
2011-05-14 Diego BiurrunFix FSF address copy paste error in some license headers.
2011-05-11 Jason Garrett-Glaser10-bit H.264 x86 chroma v loopfilter asm
2011-05-11 Jason Garrett-GlaserPort x86 10-bit H.264 deblock asm from x264
2011-05-11 Jason Garrett-GlaserUpdate x86 H.264 deblock asm
2011-05-10 Ronald S. Bultjeh264dsp_mmx: place bracket outside #if/#endif block.
2011-05-10 Oskar ArvidssonAdds 8-, 9- and 10-bit versions of some of the function...
2011-04-29 Diego BiurrunRemove disabled non-optimized code variants.
2011-04-26 Vitor SessakAdd AVX FFT implementation.
2011-04-26 Vitor SessakUpdate x86inc.asm from x264 to allow AVX emulation...
2011-03-26 Alexander Strangedsputil: allow to skip drawing of top/bottom edges.
2011-03-23 Justin RugglesAdd apply_window_int16() to DSPContext with x86-optimiz...
2011-03-20 Mans RullgardMove dct and rdft definitions to separate files
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Justin Rugglesac3enc: add float_to_fixed24() with x86-optimized versi...
2011-03-16 Justin Rugglesmathops: fix MULL() when the compiler does not inline...
2011-03-15 Justin Rugglesmathops: change "g" constraint to "rm" in x86-32 versio...
2011-03-15 Justin Rugglesmathops: convert MULL/MULH/MUL64 to inline functions...
2011-03-14 Justin Rugglesac3enc: add SIMD-optimized shifting functions for use...
2011-03-12 Mans RullgardAdd CONFIG_AC3DSP symbol to simplify makefiles
2011-02-19 Ronald S. Bultjedsputil_mmx.c: remove ff_vector128.
2011-02-17 Ronald S. Bultjedsputil: move VC1-specific stuff into VC1DSPContext.
2011-02-16 Justin Rugglesac3dsp: Change punpckhqdq to movhlps in ac3_max_msb_abs...
2011-02-13 Justin Rugglesac3enc: Add x86-optimized function to speed up log2_tab().
2011-02-13 Loren MerrittFFT: factor a shuffle out of the inner loop and merge...
2011-02-10 Justin RugglesAdd x86-optimized versions of exponent_min().
2011-02-08 Ronald S. BultjeFix ff_emu_edge_core_sse() on Win64.
next