| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | averror: explicitly define AVERROR_* values | Janne Grunau | 2012-10-10 | 1 | -15/+15 |
* | parseutils-test: do not print numerical error codes | Mans Rullgard | 2012-10-10 | 1 | -2/+2 |
* | avutil: skip old_pix_fmts.h since it is just a list | Janne Grunau | 2012-10-08 | 1 | -0/+2 |
* | lavu: fix typo in Makefile | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 4 | -122/+122 |
* | pixfmt: add AV_ prefixes to PIX_FMT_* | Anton Khirnov | 2012-10-08 | 4 | -131/+303 |
* | parseutils: fix parsing of invalid alpha values | Mans Rullgard | 2012-10-06 | 1 | -2/+2 |
* | Give all anonymously typedeffed structs in headers a name | Diego Biurrun | 2012-10-06 | 2 | -2/+2 |
* | parseutils-test: Drop random colors from parsing test | Diego Biurrun | 2012-10-06 | 1 | -2/+0 |
* | x86: get_cpu_flags: add necessary ifdefs around function body | Diego Biurrun | 2012-10-04 | 1 | -0/+5 |
* | x86: Drop CPU detection intrinsics | Diego Biurrun | 2012-10-04 | 1 | -36/+0 |
* | x86: Add YASM implementations of cpuid and xgetbv from x264 | Diego Biurrun | 2012-10-04 | 4 | -2/+113 |
* | x86: cpu: Break out test for cpuid capabilities into separate function | Diego Biurrun | 2012-10-04 | 1 | -11/+21 |
* | x86: ff_get_cpu_flags_x86(): Avoid a pointless variable indirection | Diego Biurrun | 2012-10-04 | 1 | -4/+1 |
* | samplefmt: make av_samples_alloc() initialize the data to silence. | Anton Khirnov | 2012-10-04 | 3 | -2/+6 |
* | xtea: Test inplace decryption | Michael Niedermayer | 2012-10-03 | 1 | -1/+15 |