| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | avopt: Explicitly store rational option defaults in .dbl | Martin Storsjö | 2012-09-04 | 1 | -1/+1 |
* | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -9/+5 |
* | avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member | Martin Storsjö | 2012-09-04 | 2 | -4/+5 |
* | avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member | Martin Storsjö | 2012-09-04 | 2 | -29/+30 |
* | pixdesc: cosmetics | Luca Barbato | 2012-09-04 | 1 | -12/+18 |
* | x86: Add convenience macros to check for CPU extensions and flags | Diego Biurrun | 2012-09-04 | 1 | -0/+57 |
* | x86: Split inline and external assembly #ifdefs | Diego Biurrun | 2012-08-31 | 2 | -5/+5 |
* | x86: cosmetics: Comment some #endifs for better readability | Diego Biurrun | 2012-08-30 | 1 | -2/+2 |
* | vf_hqdn3d: x86 asm | Loren Merritt | 2012-08-26 | 1 | -0/+1 |
* | AVOptions: store defaults for INT64 options in int64 union member. | Anton Khirnov | 2012-08-24 | 1 | -5/+6 |
* | lavr: x86: optimized 6-channel s16 to fltp conversion | Justin Ruggles | 2012-08-23 | 1 | -0/+12 |
* | x86: remove FASTDIV inline asm | Mans Rullgard | 2012-08-22 | 2 | -39/+0 |
* | configure: Drop fastdiv option | Diego Biurrun | 2012-08-22 | 1 | -5/+1 |
* | Add more missing includes after removing the implicit common.h | Martin Storsjö | 2012-08-16 | 1 | -0/+1 |
* | Add some more missing includes after removing the implicit common.h | Martin Storsjö | 2012-08-15 | 2 | -0/+2 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 21 | -2/+28 |
* | ARM: intmath: use native-size return types for clipping functions | Mans Rullgard | 2012-08-13 | 1 | -5/+5 |
* | libavutil: add saturating addition functions | Mans Rullgard | 2012-08-13 | 2 | -0/+45 |
* | dict: move struct AVDictionary definition to dict.c | Mans Rullgard | 2012-08-10 | 2 | -5/+5 |
* | dict: add av_dict_count() | Mans Rullgard | 2012-08-10 | 3 | -2/+15 |
* | ARM: add missing "cc" clobber in av_clipl_int32_arm() | Mans Rullgard | 2012-08-10 | 1 | -1/+1 |
* | libavutil: remove unused av_abort() macro | Mans Rullgard | 2012-08-09 | 1 | -4/+0 |
* | libavutil: drop offsetof() fallback definition | Mans Rullgard | 2012-08-09 | 1 | -4/+0 |
* | libavutil: drop fallback definitions of INTxx_MIN/MAX | Mans Rullgard | 2012-08-09 | 1 | -32/+0 |
* | doxygen: Fix function parameter names to match the code | Diego Biurrun | 2012-08-09 | 1 | -2/+2 |
* | Move MASK_ABS macro to libavcodec/mathops.h | Mans Rullgard | 2012-08-09 | 1 | -16/+0 |
* | x86: move MANGLE() and related macros to libavutil/x86/asm.h | Mans Rullgard | 2012-08-09 | 2 | -12/+12 |
* | x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h | Mans Rullgard | 2012-08-09 | 2 | -4/+4 |