]> git.sesse.net Git - ffmpeg/history - libavutil
fate: Refactor setting of environment variables for groups of tests
[ffmpeg] / libavutil /
2012-10-08 Janne Grunauavutil: skip old_pix_fmts.h since it is just a list
2012-10-08 Anton Khirnovlavu: fix typo in Makefile
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-10-08 Anton Khirnovpixfmt: add AV_ prefixes to PIX_FMT_*
2012-10-06 Mans Rullgardparseutils: fix parsing of invalid alpha values
2012-10-06 Diego BiurrunGive all anonymously typedeffed structs in headers...
2012-10-06 Diego Biurrunparseutils-test: Drop random colors from parsing test
2012-10-04 Diego Biurrunx86: get_cpu_flags: add necessary ifdefs around functio...
2012-10-04 Diego Biurrunx86: Drop CPU detection intrinsics
2012-10-04 Diego Biurrunx86: Add YASM implementations of cpuid and xgetbv from...
2012-10-04 Diego Biurrunx86: cpu: Break out test for cpuid capabilities into...
2012-10-04 Diego Biurrunx86: ff_get_cpu_flags_x86(): Avoid a pointless variable...
2012-10-04 Anton Khirnovsamplefmt: make av_samples_alloc() initialize the data...
2012-10-03 Michael Niedermayerxtea: Test inplace decryption
2012-10-03 Michael Niedermayerxtea: Fix CBC decryption when src==dst
2012-10-03 Martin Storsjöxtea: Factorize testing into a separate function
2012-10-03 Mans RullgardAllow use of strncpy()
2012-10-03 Martin Storsjöblowfish: Add more tests
2012-10-03 Martin Storsjöblowfish: Fix CBC decryption with dst==src
2012-10-03 Martin Storsjöblowfish: Factorize testing into a separate function
2012-10-03 Mans RullgardARM: use numeric ID for Tag_ABI_align_preserved
2012-10-02 Mans RullgardARM: bswap: drop armcc version of av_bswap16()
2012-10-02 Mans RullgardARM: set Tag_ABI_align_preserved in all asm files
2012-10-02 Mans RullgardARM: fix Thumb PIC on Apple
2012-10-01 Diego Biurrunavformat: Remove non-compiling and/or silly commented...
2012-09-21 Mans RullgardARM: use 2-operand syntax for ADD Rd, PC in Apple PIC...
2012-09-21 Mans RullgardARM: align PIC offset pools to 4 bytes
2012-09-20 Mans RullgardARM: swap source operands in some add instructions
2012-09-15 Mans Rullgardflacdsp: arm optimised lpc filter
2012-09-12 Tim Walkerlavu/audioconvert: add a second low frequency channel.
2012-09-09 Mans Rullgardmem: fix typo in check for __ICC
2012-09-08 Diego Biurrunx86: Replace checks for CPU extensions and flags by...
2012-09-07 Justin Rugglesx86: float_dsp: fix ff_vector_fmac_scalar_avx() on...
2012-09-05 Michael Niedermayeravopt: fix examples to match the same style about defau...
2012-09-05 Ronald S. Bultjelavu: add snprintf(), vsnprint() and strtod() replaceme...
2012-09-04 Martin Storsjöavopt: Reorder the default_val struct, making i64 the...
2012-09-04 Martin Storsjöavopt: Explicitly store rational option defaults in...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_FLAGS in the...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_CONST in the...
2012-09-04 Luca Barbatopixdesc: cosmetics
2012-09-03 Diego Biurrunx86: Add convenience macros to check for CPU extensions...
2012-08-30 Diego Biurrunx86: Split inline and external assembly #ifdefs
2012-08-30 Diego Biurrunx86: cosmetics: Comment some #endifs for better readability
2012-08-26 Loren Merrittvf_hqdn3d: x86 asm
2012-08-24 Anton KhirnovAVOptions: store defaults for INT64 options in int64...
2012-08-24 Justin Ruggleslavr: x86: optimized 6-channel s16 to fltp conversion
2012-08-22 Mans Rullgardx86: remove FASTDIV inline asm
2012-08-21 Diego Biurrunconfigure: Drop fastdiv option
2012-08-16 Martin StorsjöAdd more missing includes after removing the implicit...
2012-08-15 Martin StorsjöAdd some more missing includes after removing the impli...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-13 Mans RullgardARM: intmath: use native-size return types for clipping...
2012-08-13 Mans Rullgardlibavutil: add saturating addition functions
2012-08-10 Mans Rullgarddict: move struct AVDictionary definition to dict.c
2012-08-10 Mans Rullgarddict: add av_dict_count()
2012-08-10 Mans RullgardARM: add missing "cc" clobber in av_clipl_int32_arm()
2012-08-09 Mans Rullgardlibavutil: remove unused av_abort() macro
2012-08-09 Mans Rullgardlibavutil: drop offsetof() fallback definition
2012-08-09 Mans Rullgardlibavutil: drop fallback definitions of INTxx_MIN/MAX
2012-08-09 Diego Biurrundoxygen: Fix function parameter names to match the...
2012-08-08 Mans RullgardMove MASK_ABS macro to libavcodec/mathops.h
2012-08-08 Mans Rullgardx86: move MANGLE() and related macros to libavutil...
2012-08-08 Mans Rullgardx86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h
2012-08-07 Mans RullgardARM: use Q/R inline asm operand modifiers only if supported
2012-08-07 Mans Rullgardx86: fix build with nasm 2.08
2012-08-07 Mans Rullgardx86: use nop cpu directives only if supported
2012-08-07 Mans Rullgardx86: fix rNmp macros with nasm
2012-08-07 Mans Rullgardx86: add colons after labels
2012-08-05 Mans Rullgardrational: add av_inv_q() returning the inverse of an...
2012-08-03 Diego Biurrunx86: build: replace mmx2 by mmxext
2012-08-03 Diego Biurrunx86: Use consistent 3dnowext function and macro name...
2012-07-28 Loren Merrittx86inc: clip num_args to 7 on x86-32.
2012-07-28 Ronald S. Bultjex86inc: sync to latest version from x264.
2012-07-27 Justin Rugglesx86: add support for fmaddps fma4 instruction with...
2012-07-26 Ronald S. Bultjeeval: fix printing of NaN in eval fate test.
2012-07-26 Ronald S. Bultjex86inc: automatically insert vzeroupper for YMM functions.
2012-07-22 Jason Garrett-Glaserdsputil: x86: add SHUFFLE_MASK_W macro
2012-07-14 Luca Barbatomem: introduce av_malloc_array and av_mallocz_array
2012-07-14 Janne Grunaueval: add gt(), gte(), lt() and lte() fate tests
2012-07-14 Max Lazaroveval: fix swapping of lt() and lte()
2012-07-11 Ronald S. Bultjeconfigure: Check for the math function rint
2012-07-10 Ronald S. Bultjex86/cpu: implement get/set_eflags using intrinsics
2012-07-10 Ronald S. Bultjex86/cpu: implement support for cpuid through intrinsics
2012-07-10 Ronald S. Bultjex86/cpu: implement support for xgetbv through intrinsics
2012-07-10 Ronald S. Bultjelavu: use intrinsics for emms on systems lacking inline...
2012-07-10 Martin Storsjömem: Don't abort on av_malloc(0) in debug mode
2012-07-07 Ronald S. Bultjex86/timer: implement an intrinsic-based version for...
2012-07-05 Loren Merrittx86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macros
2012-07-05 Loren Merrittx86inc: modify ALIGN to not generate long nops on i586
2012-07-05 Samuel Pitoisetxtea: Make the count parameter match the documentation
2012-07-05 Samuel Pitoisetblowfish: Make the count parameter match the documentation
2012-07-05 Luca Barbatoxtea: invert branch and loop precedence
2012-07-05 Luca Barbatoblowfish: invert branch and loop precedence
2012-07-04 Diego BiurrunClarify Doxygen comment for FF_API_* #defines.
2012-07-04 Diego BiurrunCreate version.h headers for libraries that lack them
2012-07-04 Samuel PitoisetAdd XTEA encryption support in libavutil
2012-07-04 Samuel PitoisetAdd Blowfish encryption support in libavutil
2012-07-04 Martin Storsjöeval: Add the isinf() function and tests for it
2012-07-03 Diego Biurruncosmetics: Consistently use C-style comments with multi...
next