| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | avutil: remove inline av_log2 from public API | Mans Rullgard | 2012-10-20 | 4 | -40/+89 |
* | avutil/mem: K&R formatting cosmetics | Diego Biurrun | 2012-10-20 | 2 | -40/+41 |
* | avutil/lzo: K&R formatting cosmetics | Diego Biurrun | 2012-10-20 | 2 | -48/+58 |
* | lzo: Drop obsolete fast_memcpy reference | Diego Biurrun | 2012-10-19 | 1 | -3/+2 |
* | Add support for building shared libraries with MSVC | Martin Storsjö | 2012-10-18 | 1 | -0/+6 |
* | build: simplify enabling of compat objects | Mans Rullgard | 2012-10-15 | 1 | -2/+1 |
* | avutil: Do not make ff_ symbols globally visible. | Diego Biurrun | 2012-10-13 | 1 | -1/+1 |
* | avutil: Rename ff_set_systematic_pal2() ---> avpriv_set_systematic_pal2() | Diego Biurrun | 2012-10-13 | 2 | -3/+3 |
* | eval-test: make table static const | Mans Rullgard | 2012-10-13 | 1 | -1/+2 |
* | avstring-test: fix memory leaks | Mans Rullgard | 2012-10-12 | 1 | -2/+4 |
* | Move av_reverse table to libavcodec | Diego Biurrun | 2012-10-12 | 3 | -1/+12 |
* | avutil: Duplicate ff_log2_tab instead of sharing it across libs | Diego Biurrun | 2012-10-12 | 3 | -11/+31 |
* | avutil: add yuva422p and yuva444p formats | Luca Barbato | 2012-10-12 | 2 | -0/+28 |
* | lavu,lavd: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 1 | -9/+15 |
* | pixdesc: add functions for accessing pixel format descriptors. | Anton Khirnov | 2012-10-12 | 3 | -1/+57 |
* | Use the new aes/md5/sha/tree allocation functions | Martin Storsjö | 2012-10-11 | 1 | -1/+1 |
* | avutil: Add functions for allocating opaque contexts for algorithms | Martin Storsjö | 2012-10-11 | 9 | -5/+74 |
* | parseutils-test: various cleanups | Mans Rullgard | 2012-10-11 | 1 | -5/+6 |
* | parseutils: fix const removal warning | Mans Rullgard | 2012-10-11 | 1 | -2/+1 |
* | Move avutil tables only used in libavcodec to libavcodec. | Diego Biurrun | 2012-10-11 | 5 | -131/+0 |
* | random_seed: Support using CryptGenRandom on windows | Martin Storsjö | 2012-10-11 | 1 | -0/+15 |
* | averror: make error values proper negative values | Janne Grunau | 2012-10-11 | 1 | -15/+15 |