| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | x86: MMX2 ---> MMXEXT in macro names | Diego Biurrun | 2012-10-31 | 1 | -3/+3 |
* | x86: include x86inc.asm in x86util.asm | Diego Biurrun | 2012-10-31 | 3 | -2/+3 |
* | pixfmt: support more yuva formats | Luca Barbato | 2012-10-30 | 2 | -0/+262 |
* | Remove INIT_AVX from x86inc.asm. | Ronald S. Bultje | 2012-10-29 | 1 | -8/+0 |
* | lavr: add general API usage doxy | Anton Khirnov | 2012-10-29 | 1 | -0/+1 |
* | avutil: Make LZO decoder code configure-time selectable | Diego Biurrun | 2012-10-25 | 1 | -2/+4 |
* | avutil: Move memcpy_backptr() to mem.c | Diego Biurrun | 2012-10-25 | 4 | -54/+50 |
* | Remove need for padding in av_memcpy_backptr() | Mans Rullgard | 2012-10-23 | 2 | -9/+9 |
* | lzo: Use AV_COPY*U macros where appropriate | Diego Biurrun | 2012-10-23 | 1 | -20/+8 |
* | intreadwrite: Add AV_COPYxxU macros for copying to/from unaligned addresses | Diego Biurrun | 2012-10-23 | 1 | -0/+27 |
* | libm: add fallbacks for various single-precision functions | Mans Rullgard | 2012-10-23 | 1 | -0/+40 |
* | lavu: remove disabled FF_API_AV_FIFO_PEEK cruft | Anton Khirnov | 2012-10-23 | 2 | -14/+0 |
* | lavu: remove disabled avoptions cruft | Anton Khirnov | 2012-10-23 | 3 | -229/+0 |
* | lavu: remove disabled FF_API_GET_BITS_PER_SAMPLE_FMT cruft | Anton Khirnov | 2012-10-23 | 3 | -19/+0 |
* | Revert "avutil: make some tables visible again" | Anton Khirnov | 2012-10-23 | 1 | -1/+1 |
* | Revert "avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI com... | Anton Khirnov | 2012-10-23 | 2 | -2/+0 |
* | lavu: bump major to 52 | Anton Khirnov | 2012-10-23 | 1 | -2/+2 |
* | lavu: postpone recent deprecations until the next major bump | Anton Khirnov | 2012-10-23 | 1 | -4/+4 |
* | avutil: Add AVERROR_EXPERIMENTAL | Nathan Caldwell | 2012-10-21 | 3 | -1/+3 |
* | ARM: reinstate optimised intmath.h | Mans Rullgard | 2012-10-20 | 1 | -0/+4 |
* | avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI compatibility | Martin Storsjö | 2012-10-20 | 2 | -0/+2 |
* | avutil: make some tables visible again | Reinhard Tartler | 2012-10-20 | 1 | -1/+1 |