summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* Move av_reverse table to libavcodecDiego Biurrun2012-10-12
* avutil: Duplicate ff_log2_tab instead of sharing it across libsDiego Biurrun2012-10-12
* avutil: add yuva422p and yuva444p formatsLuca Barbato2012-10-12
* lavu,lavd: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-12
* pixdesc: add functions for accessing pixel format descriptors.Anton Khirnov2012-10-12
* Use the new aes/md5/sha/tree allocation functionsMartin Storsjö2012-10-11
* avutil: Add functions for allocating opaque contexts for algorithmsMartin Storsjö2012-10-11
* parseutils-test: various cleanupsMans Rullgard2012-10-11
* parseutils: fix const removal warningMans Rullgard2012-10-11
* Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun2012-10-11
* random_seed: Support using CryptGenRandom on windowsMartin Storsjö2012-10-11
* averror: make error values proper negative valuesJanne Grunau2012-10-11
* averror: explicitly define AVERROR_* valuesJanne Grunau2012-10-10
* parseutils-test: do not print numerical error codesMans Rullgard2012-10-10
* avutil: skip old_pix_fmts.h since it is just a listJanne Grunau2012-10-08
* lavu: fix typo in MakefileAnton Khirnov2012-10-08
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* pixfmt: add AV_ prefixes to PIX_FMT_*Anton Khirnov2012-10-08
* parseutils: fix parsing of invalid alpha valuesMans Rullgard2012-10-06
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-06
* parseutils-test: Drop random colors from parsing testDiego Biurrun2012-10-06
* x86: get_cpu_flags: add necessary ifdefs around function bodyDiego Biurrun2012-10-04
* x86: Drop CPU detection intrinsicsDiego Biurrun2012-10-04
* x86: Add YASM implementations of cpuid and xgetbv from x264Diego Biurrun2012-10-04
* x86: cpu: Break out test for cpuid capabilities into separate functionDiego Biurrun2012-10-04
* x86: ff_get_cpu_flags_x86(): Avoid a pointless variable indirectionDiego Biurrun2012-10-04
* samplefmt: make av_samples_alloc() initialize the data to silence.Anton Khirnov2012-10-04
* xtea: Test inplace decryptionMichael Niedermayer2012-10-03
* xtea: Fix CBC decryption when src==dstMichael Niedermayer2012-10-03
* xtea: Factorize testing into a separate functionMartin Storsjö2012-10-03
* Allow use of strncpy()Mans Rullgard2012-10-03
* blowfish: Add more testsMartin Storsjö2012-10-03
* blowfish: Fix CBC decryption with dst==srcMartin Storsjö2012-10-03
* blowfish: Factorize testing into a separate functionMartin Storsjö2012-10-03
* ARM: use numeric ID for Tag_ABI_align_preservedMans Rullgard2012-10-03
* ARM: bswap: drop armcc version of av_bswap16()Mans Rullgard2012-10-02
* ARM: set Tag_ABI_align_preserved in all asm filesMans Rullgard2012-10-02
* ARM: fix Thumb PIC on AppleMans Rullgard2012-10-02
* avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun2012-10-01
* ARM: use 2-operand syntax for ADD Rd, PC in Apple PIC codeMans Rullgard2012-09-21
* ARM: align PIC offset pools to 4 bytesMans Rullgard2012-09-21
* ARM: swap source operands in some add instructionsMans Rullgard2012-09-20
* flacdsp: arm optimised lpc filterMans Rullgard2012-09-15
* lavu/audioconvert: add a second low frequency channel.Tim Walker2012-09-12
* mem: fix typo in check for __ICCMans Rullgard2012-09-10
* x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-08
* x86: float_dsp: fix ff_vector_fmac_scalar_avx() on Win64Justin Ruggles2012-09-07
* avopt: fix examples to match the same style about default values as the actua...Michael Niedermayer2012-09-05
* lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime.Ronald S. Bultje2012-09-05
* avopt: Reorder the default_val struct, making i64 the first fieldMartin Storsjö2012-09-04