]> git.sesse.net Git - ffmpeg/history - libavutil
mov_chan: Pass a separate AVIOContext for reading
[ffmpeg] / libavutil /
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...
2012-07-03 Reinhard Tartlerattributes: add av_noreturn
2012-07-03 Reinhard Tartlerattributes: drop pointless define guards
2012-07-02 Ronald S. Bultjeintfloat: Don't use designated initializers in the...
2012-07-01 Martin Storsjöopt/eval: Include mathematics.h for NAN/INFINITY
2012-07-01 Ronald S. Bultjemathematics: Don't use division by zero in NAN/INFINITY...
2012-07-01 Mans Rullgardx86: cpu: clean up check for cpuid instruction support
2012-07-01 Mans RullgardARM: generate position independent code to access data...
2012-06-30 Ronald S. Bultjeattributes: Add a definition of av_always_inline for...
2012-06-29 Ronald S. Bultjerandom_seed: Only read /dev/*random if we have unistd.h
2012-06-27 Martin Storsjölibm: Provide fallback definitions for isnan() and...
2012-06-26 Mans Rullgardlibm: provide fallback definition for cbrtf() using...
2012-06-25 Ronald S. Bultjelog: Include io.h on windows
2012-06-25 Mans Rullgardx86: cpu: whitespace (mostly) cosmetics
2012-06-25 Ronald S. Bultjex86: place some inline asm under #if HAVE_INLINE_ASM
2012-06-24 Martin Storsjölog: Only include unistd.h if configure found it
2012-06-23 Diego Biurrunx86: Add CPU flag for the i686 cmov instruction
2012-06-22 Mans Rullgardlavu: add av_usleep() function
2012-06-22 Diego Biurruncosmetics: do not use full path for local headers
2012-06-21 Mans Rullgardlavu/file: include unistd.h only when available
2012-06-21 Mans Rullgardlog: include unistd.h only when needed
2012-06-21 Mans Rullgardlavf, lavu: version bumps and APIchanges for av_gettime...
2012-06-20 Mans Rullgardav_gettime: support Win32 without gettimeofday()
2012-06-20 Mans RullgardUse av_gettime() in various places
2012-06-20 Mans RullgardMove av_gettime() to libavutil
2012-06-20 Janne Grunaumathematics.h: remove a couple of math defines
2012-06-20 Mans RullgardRemove unnecessary inclusions of [sys/]time.h
2012-06-19 Ronald S. Bultjemem: add support for _aligned_malloc() as found on...
2012-06-18 Justin Rugglesfloat_dsp: add x86-optimized functions for vector_fmac_...
2012-06-18 Justin Rugglesfloat_dsp: Move vector_fmac_scalar() from libavcodec...
2012-06-18 John StebbinsAdd Dolby/DPLII downmix support to libavresample
2012-06-10 Anton KhirnovBump lavu minor and add an APIChanges entry for audioco...
2012-06-10 Anton Khirnovaudioconvert: add a function for extracting the channel...
2012-06-10 Anton Khirnovaudioconvert: add a function for getting the name of...
next