summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje2013-01-229-0/+122
* x86: Add a Yasm-based emms() replacementMartin Storsjö2013-01-184-0/+58
* x86inc: Add cvisible macro for C functions with public prefixDiego Biurrun2013-01-182-14/+29
* x86inc: Rename "program_name" to "private_prefix"Diego Biurrun2013-01-182-6/+6
* float_dsp: Add #ifdef HAVE_INLINE_ASM around vector_fmul_windowMartin Storsjö2013-01-171-3/+3
* lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles2013-01-168-0/+206
* lavu: Add a fate test for the HMAC APIMartin Storsjö2013-01-152-0/+49
* x86: Add PAVGB macro to abstract pavgb/pavgusb instruction via cpuflagsDiego Biurrun2013-01-151-0/+8
* x86: ABSB2: port to cpuflagsDiego Biurrun2013-01-151-8/+6
* x86: ABSB: port to cpuflagsDiego Biurrun2013-01-151-6/+5
* lavu: Add an API for calculating HMAC (RFC 2104)Martin Storsjö2013-01-154-1/+236
* x86: ABS2: port to cpuflagsDiego Biurrun2013-01-141-16/+13
* Add version bump and APIchanges entry for Add AV_PIX_FMT_VDPAU.Diego Biurrun2013-01-121-1/+1
* pixfmt: add picture format for VDPAURémi Denis-Courmont2013-01-122-0/+7
* x86: ABS1: port to cpuflagsDiego Biurrun2013-01-061-12/+9
* Drop unnecessary 'l' length modifier when printfing double values.Diego Biurrun2012-12-311-1/+1
* avstring: add av_basename and av_dirnameLuca Barbato2012-12-293-1/+58
* opt: avoid segfault in av_opt_next() if the class does not have an option listJustin Ruggles2012-12-221-2/+4
* lavc: merge latest x86inc.asm fixes with x264Ronald S. Bultje2012-12-191-13/+20
* misc typo, style and wording fixesDiego Biurrun2012-12-182-32/+33
* x86inc: fully concatenate tokens to fix macro expansion for nasmJanne Grunau2012-12-131-2/+2
* x86inc: fix stack alignment on win64Ronald S. Bultje2012-12-121-4/+6
* x86inc: support stack mem allocation and re-alignment in PROLOGUERonald S. Bultje2012-12-121-36/+149
* x86: float_dsp: fix loading of the len parameter on x86-32Justin Ruggles2012-12-071-1/+4
* arm: detect cpu features at runtime on LinuxMans Rullgard2012-12-071-0/+83
* arm: rename ARMVFP config symbol to VFPMans Rullgard2012-12-074-5/+5
* arm: use HAVE*_INLINE/EXTERNAL macros for conditional compilationMans Rullgard2012-12-073-8/+8
* x86: float_dsp: fix compilation of ff_vector_dmul_scalar_avx() on x86-32Justin Ruggles2012-12-061-1/+1
* pixdesc: fix yuva 10bit bit depthPaul B Mahol2012-12-051-20/+20
* x86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume scalingJustin Ruggles2012-12-051-0/+1
* lavu/opt: do not filter out the initial sign character except for flagsJustin Ruggles2012-12-051-3/+8
* eval: treat dB as decibels instead of decibytesJustin Ruggles2012-12-051-3/+24
* float_dsp: add vector_dmul_scalar() to multiply a vector of doublesJustin Ruggles2012-12-055-0/+89
* Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-0415-29/+0
* avutil: Use a configure check to enable windows console functionsMartin Storsjö2012-11-301-2/+2
* avutil: Include io.h with a separate condition from windows console functionsMartin Storsjö2012-11-301-1/+3
* avutil: Include io.h with a separate condition from MapViewOfFileMartin Storsjö2012-11-291-1/+3
* x86: cpu: Drop unused HAVE_RWEFLAGS conditionDiego Biurrun2012-11-281-1/+1
* x86: float_dsp: add SSE version of vector_fmul_scalar()Justin Ruggles2012-11-262-0/+33
* dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles2012-11-264-0/+66
* base64: fix signed overflow in shiftMans Rullgard2012-11-261-2/+2
* remove #defines to prevent use of discouraged external functionsJanne Grunau2012-11-251-34/+0
* av_memcpy_backptr: optimise some special casesMans Rullgard2012-11-231-17/+103
* pixdesc: add PIX_FMT_ALPHA flagLuca Barbato2012-11-202-24/+28
* x86: SPLATD: port to cpuflagsDiego Biurrun2012-11-181-16/+6
* cpu.h: define AV_CPU_FLAG_MMX2 for libavutil major 52Janne Grunau2012-11-162-1/+4
* crc: av_crc() parameter names should match between .c, .h and doxygenDiego Biurrun2012-11-161-1/+2
* avutil: change GET_UTF8 to not use av_log2()Mans Rullgard2012-11-141-4/+5
* x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-141-1/+1
* pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato2012-11-132-0/+26
OpenPOWER on IntegriCloud