summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* avutil: add yuva422p and yuva444p formatsLuca Barbato2012-10-122-0/+28
* lavu,lavd: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-9/+15
* pixdesc: add functions for accessing pixel format descriptors.Anton Khirnov2012-10-123-1/+57
* Use the new aes/md5/sha/tree allocation functionsMartin Storsjö2012-10-111-1/+1
* avutil: Add functions for allocating opaque contexts for algorithmsMartin Storsjö2012-10-119-5/+74
* parseutils-test: various cleanupsMans Rullgard2012-10-111-5/+6
* parseutils: fix const removal warningMans Rullgard2012-10-111-2/+1
* Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun2012-10-115-131/+0
* random_seed: Support using CryptGenRandom on windowsMartin Storsjö2012-10-111-0/+15
* averror: make error values proper negative valuesJanne Grunau2012-10-111-15/+15
* averror: explicitly define AVERROR_* valuesJanne Grunau2012-10-101-15/+15
* parseutils-test: do not print numerical error codesMans Rullgard2012-10-101-2/+2
* avutil: skip old_pix_fmts.h since it is just a listJanne Grunau2012-10-081-0/+2
* lavu: fix typo in MakefileAnton Khirnov2012-10-081-1/+1
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-084-122/+122
* pixfmt: add AV_ prefixes to PIX_FMT_*Anton Khirnov2012-10-084-131/+303
* parseutils: fix parsing of invalid alpha valuesMans Rullgard2012-10-061-2/+2
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-062-2/+2
* parseutils-test: Drop random colors from parsing testDiego Biurrun2012-10-061-2/+0
* x86: get_cpu_flags: add necessary ifdefs around function bodyDiego Biurrun2012-10-041-0/+5
* x86: Drop CPU detection intrinsicsDiego Biurrun2012-10-041-36/+0
* x86: Add YASM implementations of cpuid and xgetbv from x264Diego Biurrun2012-10-044-2/+113
* x86: cpu: Break out test for cpuid capabilities into separate functionDiego Biurrun2012-10-041-11/+21
* x86: ff_get_cpu_flags_x86(): Avoid a pointless variable indirectionDiego Biurrun2012-10-041-4/+1
* samplefmt: make av_samples_alloc() initialize the data to silence.Anton Khirnov2012-10-043-2/+6
* xtea: Test inplace decryptionMichael Niedermayer2012-10-031-1/+15
* xtea: Fix CBC decryption when src==dstMichael Niedermayer2012-10-031-10/+9
* xtea: Factorize testing into a separate functionMartin Storsjö2012-10-031-11/+21
* Allow use of strncpy()Mans Rullgard2012-10-031-2/+0
* blowfish: Add more testsMartin Storsjö2012-10-031-1/+20
* blowfish: Fix CBC decryption with dst==srcMartin Storsjö2012-10-031-5/+5
* blowfish: Factorize testing into a separate functionMartin Storsjö2012-10-031-11/+21
* ARM: use numeric ID for Tag_ABI_align_preservedMans Rullgard2012-10-031-1/+1
* ARM: bswap: drop armcc version of av_bswap16()Mans Rullgard2012-10-021-7/+0
* ARM: set Tag_ABI_align_preserved in all asm filesMans Rullgard2012-10-022-10/+1
* ARM: fix Thumb PIC on AppleMans Rullgard2012-10-021-1/+3
* avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun2012-10-011-3/+1
* ARM: use 2-operand syntax for ADD Rd, PC in Apple PIC codeMans Rullgard2012-09-211-1/+1
* ARM: align PIC offset pools to 4 bytesMans Rullgard2012-09-211-0/+1
* ARM: swap source operands in some add instructionsMans Rullgard2012-09-201-1/+1
* flacdsp: arm optimised lpc filterMans Rullgard2012-09-151-0/+6
* lavu/audioconvert: add a second low frequency channel.Tim Walker2012-09-123-1/+3
* mem: fix typo in check for __ICCMans Rullgard2012-09-101-1/+1
* x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-081-4/+3
* x86: float_dsp: fix ff_vector_fmac_scalar_avx() on Win64Justin Ruggles2012-09-071-3/+3
* avopt: fix examples to match the same style about default values as the actua...Michael Niedermayer2012-09-051-4/+4
* lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime.Ronald S. Bultje2012-09-051-0/+3
* avopt: Reorder the default_val struct, making i64 the first fieldMartin Storsjö2012-09-042-2/+2
* avopt: Explicitly store rational option defaults in .dblMartin Storsjö2012-09-041-1/+1
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-9/+5
OpenPOWER on IntegriCloud