summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* x86: cpu: Drop unused HAVE_RWEFLAGS conditionDiego Biurrun2012-11-28
* x86: float_dsp: add SSE version of vector_fmul_scalar()Justin Ruggles2012-11-26
* dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles2012-11-26
* base64: fix signed overflow in shiftMans Rullgard2012-11-26
* remove #defines to prevent use of discouraged external functionsJanne Grunau2012-11-25
* av_memcpy_backptr: optimise some special casesMans Rullgard2012-11-23
* pixdesc: add PIX_FMT_ALPHA flagLuca Barbato2012-11-20
* x86: SPLATD: port to cpuflagsDiego Biurrun2012-11-18
* cpu.h: define AV_CPU_FLAG_MMX2 for libavutil major 52Janne Grunau2012-11-16
* crc: av_crc() parameter names should match between .c, .h and doxygenDiego Biurrun2012-11-16
* avutil: change GET_UTF8 to not use av_log2()Mans Rullgard2012-11-14
* x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-14
* pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato2012-11-13
* build: Drop AVX assembly ifdefsDiego Biurrun2012-11-11
* lavu: rename audioconvert.* to channel_layout.* and deprecate audioconvert.hJustin Ruggles2012-11-11
* x86inc: Set program_name outside of x86inc.asmDiego Biurrun2012-11-11
* x86: PALIGNR: port to cpuflagsDiego Biurrun2012-11-09
* lavu: add av_ctz() for trailing zero bit countJustin Ruggles2012-11-05
* x86: PABSW: port to cpuflagsDiego Biurrun2012-11-05
* crc: move doxy to the headerAnton Khirnov2012-11-02
* x86: Refactor PSWAPD fallback implementations and port to cpuflagsDiego Biurrun2012-11-02
* x86: PMINUB: port to cpuflagsDiego Biurrun2012-11-02
* x86util: Add cpuflags_mmxext alias for cpuflags_mmx2Diego Biurrun2012-11-02
* x86inc: Only define program_name if the macro is unsetDiego Biurrun2012-11-02
* x86: Fix assembly with NASMDave Yeo2012-10-31
* x86: MMX2 ---> MMXEXT in macro namesDiego Biurrun2012-10-31
* x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-31
* pixfmt: support more yuva formatsLuca Barbato2012-10-30
* Remove INIT_AVX from x86inc.asm.Ronald S. Bultje2012-10-29
* lavr: add general API usage doxyAnton Khirnov2012-10-29
* avutil: Make LZO decoder code configure-time selectableDiego Biurrun2012-10-25
* avutil: Move memcpy_backptr() to mem.cDiego Biurrun2012-10-25
* Remove need for padding in av_memcpy_backptr()Mans Rullgard2012-10-23
* lzo: Use AV_COPY*U macros where appropriateDiego Biurrun2012-10-23
* intreadwrite: Add AV_COPYxxU macros for copying to/from unaligned addressesDiego Biurrun2012-10-23
* libm: add fallbacks for various single-precision functionsMans Rullgard2012-10-23
* lavu: remove disabled FF_API_AV_FIFO_PEEK cruftAnton Khirnov2012-10-23
* lavu: remove disabled avoptions cruftAnton Khirnov2012-10-23
* lavu: remove disabled FF_API_GET_BITS_PER_SAMPLE_FMT cruftAnton Khirnov2012-10-23
* Revert "avutil: make some tables visible again"Anton Khirnov2012-10-23
* Revert "avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI com...Anton Khirnov2012-10-23
* lavu: bump major to 52Anton Khirnov2012-10-23
* lavu: postpone recent deprecations until the next major bumpAnton Khirnov2012-10-23
* avutil: Add AVERROR_EXPERIMENTALNathan Caldwell2012-10-21
* ARM: reinstate optimised intmath.hMans Rullgard2012-10-20
* avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI compatibilityMartin Storsjö2012-10-20
* avutil: make some tables visible againReinhard Tartler2012-10-20
* avutil: remove inline av_log2 from public APIMans Rullgard2012-10-20
* avutil/mem: K&R formatting cosmeticsDiego Biurrun2012-10-20
* avutil/lzo: K&R formatting cosmeticsDiego Biurrun2012-10-20