| Commit message (Expand) | Author | Age | Files | Lines |
* | Add version bump and APIchanges entry for Add AV_PIX_FMT_VDPAU. | Diego Biurrun | 2013-01-12 | 1 | -1/+1 |
* | pixfmt: add picture format for VDPAU | Rémi Denis-Courmont | 2013-01-12 | 2 | -0/+7 |
* | x86: ABS1: port to cpuflags | Diego Biurrun | 2013-01-06 | 1 | -12/+9 |
* | Drop unnecessary 'l' length modifier when printfing double values. | Diego Biurrun | 2012-12-31 | 1 | -1/+1 |
* | avstring: add av_basename and av_dirname | Luca Barbato | 2012-12-29 | 3 | -1/+58 |
* | opt: avoid segfault in av_opt_next() if the class does not have an option list | Justin Ruggles | 2012-12-22 | 1 | -2/+4 |
* | lavc: merge latest x86inc.asm fixes with x264 | Ronald S. Bultje | 2012-12-19 | 1 | -13/+20 |
* | misc typo, style and wording fixes | Diego Biurrun | 2012-12-18 | 2 | -32/+33 |
* | x86inc: fully concatenate tokens to fix macro expansion for nasm | Janne Grunau | 2012-12-13 | 1 | -2/+2 |
* | x86inc: fix stack alignment on win64 | Ronald S. Bultje | 2012-12-12 | 1 | -4/+6 |
* | x86inc: support stack mem allocation and re-alignment in PROLOGUE | Ronald S. Bultje | 2012-12-12 | 1 | -36/+149 |
* | x86: float_dsp: fix loading of the len parameter on x86-32 | Justin Ruggles | 2012-12-07 | 1 | -1/+4 |
* | arm: detect cpu features at runtime on Linux | Mans Rullgard | 2012-12-07 | 1 | -0/+83 |
* | arm: rename ARMVFP config symbol to VFP | Mans Rullgard | 2012-12-07 | 4 | -5/+5 |
* | arm: use HAVE*_INLINE/EXTERNAL macros for conditional compilation | Mans Rullgard | 2012-12-07 | 3 | -8/+8 |
* | x86: float_dsp: fix compilation of ff_vector_dmul_scalar_avx() on x86-32 | Justin Ruggles | 2012-12-06 | 1 | -1/+1 |
* | pixdesc: fix yuva 10bit bit depth | Paul B Mahol | 2012-12-05 | 1 | -20/+20 |
* | x86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume scaling | Justin Ruggles | 2012-12-05 | 1 | -0/+1 |
* | lavu/opt: do not filter out the initial sign character except for flags | Justin Ruggles | 2012-12-05 | 1 | -3/+8 |
* | eval: treat dB as decibels instead of decibytes | Justin Ruggles | 2012-12-05 | 1 | -3/+24 |
* | float_dsp: add vector_dmul_scalar() to multiply a vector of doubles | Justin Ruggles | 2012-12-05 | 5 | -0/+89 |
* | Remove pointless #undefs of previously forbidden functions. | Anton Khirnov | 2012-12-04 | 15 | -29/+0 |
* | avutil: Use a configure check to enable windows console functions | Martin Storsjö | 2012-11-30 | 1 | -2/+2 |
* | avutil: Include io.h with a separate condition from windows console functions | Martin Storsjö | 2012-11-30 | 1 | -1/+3 |
* | avutil: Include io.h with a separate condition from MapViewOfFile | Martin Storsjö | 2012-11-29 | 1 | -1/+3 |
* | x86: cpu: Drop unused HAVE_RWEFLAGS condition | Diego Biurrun | 2012-11-28 | 1 | -1/+1 |
* | x86: float_dsp: add SSE version of vector_fmul_scalar() | Justin Ruggles | 2012-11-26 | 2 | -0/+33 |
* | dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutil | Justin Ruggles | 2012-11-26 | 4 | -0/+66 |
* | base64: fix signed overflow in shift | Mans Rullgard | 2012-11-26 | 1 | -2/+2 |
* | remove #defines to prevent use of discouraged external functions | Janne Grunau | 2012-11-25 | 1 | -34/+0 |
* | av_memcpy_backptr: optimise some special cases | Mans Rullgard | 2012-11-23 | 1 | -17/+103 |
* | pixdesc: add PIX_FMT_ALPHA flag | Luca Barbato | 2012-11-20 | 2 | -24/+28 |
* | x86: SPLATD: port to cpuflags | Diego Biurrun | 2012-11-18 | 1 | -16/+6 |
* | cpu.h: define AV_CPU_FLAG_MMX2 for libavutil major 52 | Janne Grunau | 2012-11-16 | 2 | -1/+4 |
* | crc: av_crc() parameter names should match between .c, .h and doxygen | Diego Biurrun | 2012-11-16 | 1 | -1/+2 |
* | avutil: change GET_UTF8 to not use av_log2() | Mans Rullgard | 2012-11-14 | 1 | -4/+5 |
* | x86: mmx2 ---> mmxext in asm constructs | Diego Biurrun | 2012-11-14 | 1 | -1/+1 |
* | pixdesc: add av_pix_fmt_get_chroma_sub_sample | Luca Barbato | 2012-11-13 | 2 | -0/+26 |
* | build: Drop AVX assembly ifdefs | Diego Biurrun | 2012-11-11 | 1 | -4/+0 |
* | lavu: rename audioconvert.* to channel_layout.* and deprecate audioconvert.h | Justin Ruggles | 2012-11-11 | 5 | -184/+194 |
* | x86inc: Set program_name outside of x86inc.asm | Diego Biurrun | 2012-11-11 | 2 | -1/+2 |
* | x86: PALIGNR: port to cpuflags | Diego Biurrun | 2012-11-09 | 1 | -8/+8 |
* | lavu: add av_ctz() for trailing zero bit count | Justin Ruggles | 2012-11-05 | 4 | -2/+62 |
* | x86: PABSW: port to cpuflags | Diego Biurrun | 2012-11-05 | 1 | -12/+10 |
* | crc: move doxy to the header | Anton Khirnov | 2012-11-02 | 2 | -28/+30 |
* | x86: Refactor PSWAPD fallback implementations and port to cpuflags | Diego Biurrun | 2012-11-02 | 1 | -0/+12 |
* | x86: PMINUB: port to cpuflags | Diego Biurrun | 2012-11-02 | 1 | -5/+5 |
* | x86util: Add cpuflags_mmxext alias for cpuflags_mmx2 | Diego Biurrun | 2012-11-02 | 1 | -0/+2 |
* | x86inc: Only define program_name if the macro is unset | Diego Biurrun | 2012-11-02 | 1 | -1/+3 |
* | x86: Fix assembly with NASM | Dave Yeo | 2012-10-31 | 1 | -1/+1 |