]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavutil
FOURCC addition: added 3IV2, another mpeg4 id. incoming/video_3iv2/video_3iv2.avi
[frescor/ffmpeg.git] / libavutil /
2008-08-08 stefanoCosmetics: fix weird indent.
2008-08-08 stefanoImplement avutil_version().
2008-08-07 benoitRemove unused redefinition of av_log for test.
2008-08-06 benoitRemove a useless directive.
2008-08-06 benoitCosmetics: indentation
2008-08-06 prossAdd av_memcpy_backptr(): deliberately overlapping memcp...
2008-08-04 diegomisc spelling/wording fixes
2008-07-31 mrufix ARMv6 FASTDIV for divisor <=2
2008-07-30 michael1000l typo my new PRNG converged to -1.
2008-07-30 michaelAdd a multiplicative LFG for thouse thinking the addita...
2008-07-30 diegoUSE_FASTMEMCPY is now called CONFIG_FASTMEMCPY in MPlayer.
2008-07-28 michaelDocument av_lfg_get().
2008-07-28 michaelWarning about MTs speed.
2008-07-28 michaelSimple lagged fibonacci PRNG.
2008-07-27 diegoAdd random to list of test programs.
2008-07-27 diegoChange return type of main function to int to avoid...
2008-07-27 diegoMove #includes, which are only used in the test program...
2008-07-27 michaelChange benchmarking code so it returns compareable...
2008-07-27 michaelMake the selftesting code use and compileable.
2008-07-24 diegocosmetics: Fix two common typos: wont --> will not...
2008-07-24 diegoRemove AltiVec vector declaration compiler compatibilit...
2008-07-18 mruintreadwrite: support DEC compiler __unaligned type...
2008-07-17 mruRearrange AV_[RW][BL]*() macros
2008-07-15 mruARM: ARMv6 optimised FASTDIV
2008-07-15 mruARM: fix ARCH_ARM -> ARCH_ARMV4L test in bswap_32()
2008-07-15 mruARM: ARMv6 optimised bswap_16/32
2008-07-15 astrangePrint the address of the AVCodecContext in av_log().
2008-07-13 vitorAdd av_clipf() function to common.h and use it in ra288.c
2008-07-13 lorenmsimplify vorbis windowing
2008-07-05 diegoOnly define AltiVec vector syntax macro when AltiVec...
2008-06-08 michaelMake START/STOP_TIMER not require -v 2.
2008-06-05 mrualloc_size attribute is new to gcc 4.3; don't use it...
2008-06-03 diegoFix embarassing __GNU__ vs. __GNUC__ typo in preprocess...
2008-06-01 takisMacro suggested by Michael which will be used to disabl...
2008-05-30 diegoImplement a proper configure test for AltiVec vector...
2008-05-25 michaelEnsure that one can store X bytes in a fifo of size X.
2008-05-25 michaelMake av_fifo*_read() ignore the available amount of...
2008-05-23 michaelindent
2008-05-23 michaelmake av_strdup(NULL) return NULL
2008-05-09 diegoAdd required stdint.h header.
2008-05-08 ramiroDo not misuse long as the size of a register in x86.
2008-05-06 diegoRemove unnecessary parentheses from return calls.
2008-05-06 diegominor wording fix
2008-05-06 diegominor spelling fix
2008-05-03 mruadd necessary #includes in headers
2008-04-26 bcoudurieradd FFMIN3
2008-04-24 benoitEnhance documentation for AVClass
2008-04-19 voroshilImplement FFMAX3(a,b,c) - maximum over three arguments.
2008-04-18 diegoFix des-test compilation.
2008-04-17 diegocosmetics: __asm__ __volatile__ --> asm volatile
2008-04-11 benoitremove useless extern keyword.
2008-04-09 benoitcosmetics (by Björn Axelsson)
2008-04-09 benoitAdd a generis write function to av_fifo.
2008-04-07 mrunon-recursive makefiles
2008-04-05 michaelsimplify
2008-04-03 michaelMerge declaratio and initialization.
2008-04-03 michaelMerge declaration and initialization.
2008-03-22 diegoSplit MANGLE macro into LOCAL_MANGLE AND EXTERN_PREFIX...
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-03-19 mruadd missing #include "common.h" to libavutil headers
2008-03-19 zuxyCosmetic change: remove the whitespace after 'defined'
2008-03-19 zuxy'malloc' attribute isn't supported in old gcc.
2008-03-19 zuxyApply "alloc_size" attribute to av_alloc, av_realloc...
2008-03-19 zuxyReapply r12489
2008-03-18 mru32/64-bit agnostic x86 bswap
2008-03-18 mrucosmetics: sanitise asm() statements in bswap.h
2008-03-18 benoitrevert r12489.
2008-03-18 benoitPure, const and malloc attributes to libavutil.
2008-03-18 mrucheck for prefix on extern symbols in configure
2008-03-17 mruadd REGd definition
2008-03-17 diegocosmetics: indentation
2008-03-17 diegoSimplify MANGLE macro preprocessor condition checks.
2008-03-17 diegoFix MANGLE macro on Mac OS X.
2008-03-13 diego#include stddef.h instead of sys/types.h, the former...
2008-03-13 diego#include stdint.h instead of inttypes.h like all libavu...
2008-03-13 diegoAdd #include "config.h" to headers that need it.
2008-03-13 diegoAdd missing stdint.h #include to headers that use it.
2008-03-12 diegotypo fixes
2008-03-10 diegomisc spelling fixes
2008-03-08 diego#error in case we do not know how to provide alignment.
2008-03-08 mrucheck for x86 bswap instruction
2008-03-08 diegocosmetics: Consistently move NAME and FFLIBS to the...
2008-03-07 mrusimplify library version handling
2008-02-28 reimarUse cltd instead of cdq asm mnemonic, ICC and gcc suppo...
2008-02-27 mrusimplify lzo-test rule
2008-02-26 mruless preprocessor magic in version number macros
2008-02-26 diegoThis header just needs stdint.h, not inttypes.h, which...
2008-02-25 michaelFix MSVC identification, patch by Eddie Pang.
2008-02-25 michaelMake code C conformant.
2008-02-25 diegocosmetics: prettyprint
2008-02-20 diego10l: Correctly use preprocessor conditionals.
2008-02-19 mruClean up lib* version definitions
2008-02-15 diegoprettyprinting cosmetics
2008-02-14 benoitAvoid void*-arithmetic.
2008-02-13 diegoAdd fallback for DECLARE_ALIGNED and DECLARE_ASM_CONST.
2008-02-13 diegoMark MSVC compiler macros as such.
2008-02-13 diegoDisentangle nested preprocessor directives.
2008-02-09 cehoyosAllow compilation with icc 10.1.
2008-02-03 michaelMissing const found by -Wwrite-strings.
2008-02-01 reimarLZO decoder input is const
next