1567 Commits (d7d6efe42b0d2057e67999b96b9a391f533d2333)

Author SHA1 Message Date
Anton Khirnov c6b25d1d5e Revert "avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI compatibility" 12 years ago
Anton Khirnov add3a6902e lavu: bump major to 52 12 years ago
Anton Khirnov 2b8dd371e4 lavu: postpone recent deprecations until the next major bump 12 years ago
Nathan Caldwell a893655bda avutil: Add AVERROR_EXPERIMENTAL 12 years ago
Mans Rullgard ebe46b8063 ARM: reinstate optimised intmath.h 12 years ago
Martin Storsjö d15c21e5fa avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI compatibility 12 years ago
Reinhard Tartler def8c94699 avutil: make some tables visible again 12 years ago
Mans Rullgard 8c0a3d5fe0 avutil: remove inline av_log2 from public API 12 years ago
Diego Biurrun 5532cf3178 avutil/mem: K&R formatting cosmetics 12 years ago
Diego Biurrun c08536979b avutil/lzo: K&R formatting cosmetics 12 years ago
Diego Biurrun 8fb1e26405 lzo: Drop obsolete fast_memcpy reference 12 years ago
Martin Storsjö d66c52c2b3 Add support for building shared libraries with MSVC 13 years ago
Mans Rullgard 84e65c763d build: simplify enabling of compat objects 13 years ago
Diego Biurrun 7638f0b2fe avutil: Do not make ff_ symbols globally visible. 13 years ago
Diego Biurrun 52d113ee06 avutil: Rename ff_set_systematic_pal2() ---> avpriv_set_systematic_pal2() 13 years ago
Mans Rullgard 74c39bc682 eval-test: make table static const 13 years ago
Mans Rullgard 0daac647af avstring-test: fix memory leaks 13 years ago
Diego Biurrun d5c62122a7 Move av_reverse table to libavcodec 13 years ago
Diego Biurrun 930c9d4373 avutil: Duplicate ff_log2_tab instead of sharing it across libs 13 years ago
Luca Barbato 6d5600e855 avutil: add yuva422p and yuva444p formats 13 years ago
Anton Khirnov 22c8cbc0da lavu,lavd: do not use av_pix_fmt_descriptors directly. 13 years ago
Anton Khirnov d2fcb356ca pixdesc: add functions for accessing pixel format descriptors. 13 years ago
Martin Storsjö e002e3291e Use the new aes/md5/sha/tree allocation functions 13 years ago
Martin Storsjö 9a92aea27b avutil: Add functions for allocating opaque contexts for algorithms 13 years ago
Mans Rullgard 68e360a83c parseutils-test: various cleanups 13 years ago
Mans Rullgard 15ba7f6525 parseutils: fix const removal warning 13 years ago
Diego Biurrun 9734b8ba56 Move avutil tables only used in libavcodec to libavcodec. 13 years ago
Martin Storsjö 1093383d6c random_seed: Support using CryptGenRandom on windows 13 years ago
Janne Grunau 1a2c7880aa averror: make error values proper negative values 13 years ago
Janne Grunau 25227c3a78 averror: explicitly define AVERROR_* values 13 years ago
Mans Rullgard 41e46a5fba parseutils-test: do not print numerical error codes 13 years ago
Janne Grunau ea14a655f7 avutil: skip old_pix_fmts.h since it is just a list 13 years ago
Anton Khirnov 8728b958ff lavu: fix typo in Makefile 13 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 13 years ago
Anton Khirnov 78071a1420 pixfmt: add AV_ prefixes to PIX_FMT_* 13 years ago
Mans Rullgard 6221e2478c parseutils: fix parsing of invalid alpha values 13 years ago
Diego Biurrun e4cbf7529b Give all anonymously typedeffed structs in headers a name 13 years ago
Diego Biurrun c010fce6c9 parseutils-test: Drop random colors from parsing test 13 years ago
Diego Biurrun a7329e5fc2 x86: get_cpu_flags: add necessary ifdefs around function body 13 years ago
Diego Biurrun f6fbce761e x86: Drop CPU detection intrinsics 13 years ago
Diego Biurrun 1f6d86991f x86: Add YASM implementations of cpuid and xgetbv from x264 13 years ago
Diego Biurrun 54b243141e x86: cpu: Break out test for cpuid capabilities into separate function 13 years ago
Diego Biurrun cc5e9e5ff0 x86: ff_get_cpu_flags_x86(): Avoid a pointless variable indirection 13 years ago
Anton Khirnov cd15b7c03d samplefmt: make av_samples_alloc() initialize the data to silence. 13 years ago
Michael Niedermayer f0fce9f33e xtea: Test inplace decryption 13 years ago
Michael Niedermayer b434500431 xtea: Fix CBC decryption when src==dst 13 years ago
Martin Storsjö ca074cc313 xtea: Factorize testing into a separate function 13 years ago
Mans Rullgard 05e209c04c Allow use of strncpy() 13 years ago
Martin Storsjö 75366a504d blowfish: Add more tests 13 years ago
Martin Storsjö 87f023f2c0 blowfish: Fix CBC decryption with dst==src 13 years ago