1646 Commits (5941978e71d2c3a8e2a7e87951e081e0b2e77da9)

Author SHA1 Message Date
Anton Khirnov d2fcb356ca pixdesc: add functions for accessing pixel format descriptors. 12 years ago
Martin Storsjö e002e3291e Use the new aes/md5/sha/tree allocation functions 12 years ago
Martin Storsjö 9a92aea27b avutil: Add functions for allocating opaque contexts for algorithms 12 years ago
Mans Rullgard 68e360a83c parseutils-test: various cleanups 12 years ago
Mans Rullgard 15ba7f6525 parseutils: fix const removal warning 12 years ago
Diego Biurrun 9734b8ba56 Move avutil tables only used in libavcodec to libavcodec. 12 years ago
Martin Storsjö 1093383d6c random_seed: Support using CryptGenRandom on windows 12 years ago
Janne Grunau 1a2c7880aa averror: make error values proper negative values 12 years ago
Janne Grunau 25227c3a78 averror: explicitly define AVERROR_* values 12 years ago
Mans Rullgard 41e46a5fba parseutils-test: do not print numerical error codes 12 years ago
Janne Grunau ea14a655f7 avutil: skip old_pix_fmts.h since it is just a list 12 years ago
Anton Khirnov 8728b958ff lavu: fix typo in Makefile 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Anton Khirnov 78071a1420 pixfmt: add AV_ prefixes to PIX_FMT_* 12 years ago
Mans Rullgard 6221e2478c parseutils: fix parsing of invalid alpha values 12 years ago
Diego Biurrun e4cbf7529b Give all anonymously typedeffed structs in headers a name 12 years ago
Diego Biurrun c010fce6c9 parseutils-test: Drop random colors from parsing test 12 years ago
Diego Biurrun a7329e5fc2 x86: get_cpu_flags: add necessary ifdefs around function body 12 years ago
Diego Biurrun f6fbce761e x86: Drop CPU detection intrinsics 12 years ago
Diego Biurrun 1f6d86991f x86: Add YASM implementations of cpuid and xgetbv from x264 12 years ago
Diego Biurrun 54b243141e x86: cpu: Break out test for cpuid capabilities into separate function 12 years ago
Diego Biurrun cc5e9e5ff0 x86: ff_get_cpu_flags_x86(): Avoid a pointless variable indirection 12 years ago
Anton Khirnov cd15b7c03d samplefmt: make av_samples_alloc() initialize the data to silence. 12 years ago
Michael Niedermayer f0fce9f33e xtea: Test inplace decryption 12 years ago
Michael Niedermayer b434500431 xtea: Fix CBC decryption when src==dst 12 years ago
Martin Storsjö ca074cc313 xtea: Factorize testing into a separate function 12 years ago
Mans Rullgard 05e209c04c Allow use of strncpy() 12 years ago
Martin Storsjö 75366a504d blowfish: Add more tests 12 years ago
Martin Storsjö 87f023f2c0 blowfish: Fix CBC decryption with dst==src 12 years ago
Martin Storsjö 0cc9a64b92 blowfish: Factorize testing into a separate function 12 years ago
Mans Rullgard 51a15ed740 ARM: use numeric ID for Tag_ABI_align_preserved 12 years ago
Mans Rullgard 1ca3b62b10 ARM: bswap: drop armcc version of av_bswap16() 12 years ago
Mans Rullgard 5e826fd65e ARM: set Tag_ABI_align_preserved in all asm files 12 years ago
Mans Rullgard 7bda4ed780 ARM: fix Thumb PIC on Apple 12 years ago
Diego Biurrun 11d4e92ed9 avformat: Remove non-compiling and/or silly commented-out printf/av_log statements 12 years ago
Mans Rullgard 8995d34972 ARM: use 2-operand syntax for ADD Rd, PC in Apple PIC code 12 years ago
Mans Rullgard cdb7db5acd ARM: align PIC offset pools to 4 bytes 12 years ago
Mans Rullgard a27a690fac ARM: swap source operands in some add instructions 12 years ago
Mans Rullgard 7689eea49a flacdsp: arm optimised lpc filter 12 years ago
Tim Walker 8919fee7d2 lavu/audioconvert: add a second low frequency channel. 12 years ago
Mans Rullgard 8c5ed7a66a mem: fix typo in check for __ICC 12 years ago
Diego Biurrun e0c6cce447 x86: Replace checks for CPU extensions and flags by convenience macros 12 years ago
Justin Ruggles 7327525997 x86: float_dsp: fix ff_vector_fmac_scalar_avx() on Win64 12 years ago
Michael Niedermayer 42e63ec8dc avopt: fix examples to match the same style about default values as the actual code. 12 years ago
Ronald S. Bultje 4fa661a857 lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime. 12 years ago
Martin Storsjö 686a329395 avopt: Reorder the default_val struct, making i64 the first field 12 years ago
Martin Storsjö 21bc440384 avopt: Explicitly store rational option defaults in .dbl 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Martin Storsjö d58dd4b5b5 avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member 12 years ago
Martin Storsjö 124134e424 avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member 12 years ago