| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | xtea: Fix CBC decryption when src==dst | Michael Niedermayer | 2012-10-03 | 1 | -10/+9 |
* | xtea: Factorize testing into a separate function | Martin Storsjö | 2012-10-03 | 1 | -11/+21 |
* | Allow use of strncpy() | Mans Rullgard | 2012-10-03 | 1 | -2/+0 |
* | blowfish: Add more tests | Martin Storsjö | 2012-10-03 | 1 | -1/+20 |
* | blowfish: Fix CBC decryption with dst==src | Martin Storsjö | 2012-10-03 | 1 | -5/+5 |
* | blowfish: Factorize testing into a separate function | Martin Storsjö | 2012-10-03 | 1 | -11/+21 |
* | ARM: use numeric ID for Tag_ABI_align_preserved | Mans Rullgard | 2012-10-03 | 1 | -1/+1 |
* | ARM: bswap: drop armcc version of av_bswap16() | Mans Rullgard | 2012-10-02 | 1 | -7/+0 |
* | ARM: set Tag_ABI_align_preserved in all asm files | Mans Rullgard | 2012-10-02 | 2 | -10/+1 |
* | ARM: fix Thumb PIC on Apple | Mans Rullgard | 2012-10-02 | 1 | -1/+3 |
* | avformat: Remove non-compiling and/or silly commented-out printf/av_log state... | Diego Biurrun | 2012-10-01 | 1 | -3/+1 |
* | ARM: use 2-operand syntax for ADD Rd, PC in Apple PIC code | Mans Rullgard | 2012-09-21 | 1 | -1/+1 |
* | ARM: align PIC offset pools to 4 bytes | Mans Rullgard | 2012-09-21 | 1 | -0/+1 |
* | ARM: swap source operands in some add instructions | Mans Rullgard | 2012-09-20 | 1 | -1/+1 |
* | flacdsp: arm optimised lpc filter | Mans Rullgard | 2012-09-15 | 1 | -0/+6 |
* | lavu/audioconvert: add a second low frequency channel. | Tim Walker | 2012-09-12 | 3 | -1/+3 |
* | mem: fix typo in check for __ICC | Mans Rullgard | 2012-09-10 | 1 | -1/+1 |
* | x86: Replace checks for CPU extensions and flags by convenience macros | Diego Biurrun | 2012-09-08 | 1 | -4/+3 |
* | x86: float_dsp: fix ff_vector_fmac_scalar_avx() on Win64 | Justin Ruggles | 2012-09-07 | 1 | -3/+3 |
* | avopt: fix examples to match the same style about default values as the actua... | Michael Niedermayer | 2012-09-05 | 1 | -4/+4 |
* | lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime. | Ronald S. Bultje | 2012-09-05 | 1 | -0/+3 |
* | avopt: Reorder the default_val struct, making i64 the first field | Martin Storsjö | 2012-09-04 | 2 | -2/+2 |