]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavutil
Change av_log() calls to fprintf() to stderr calls.
[frescor/ffmpeg.git] / libavutil /
2009-02-12 diegoRemove reference to renamed header file xvmc_render.h.
2009-02-10 cehoyosSilence one icc warning:
2009-02-10 diegoUse AV_GCC_VERSION_AT_LEAST instead of complicated...
2009-02-09 michaelav_flatten to make the similarly named attribute available.
2009-02-09 michaelav_uninit() to suppress false uninitialized warnings...
2009-02-08 stefanoDocument the av_base64_encode/decode functions.
2009-02-08 stefanoCosmetics: "* out" -> "*out" for consistency with the...
2009-02-08 stefanoCosmetics: rename the "size" parameter of av_base64_enc...
2009-02-08 stefanoCosmetics: prefer out/in over buf/src for the parameter...
2009-02-08 stefanoCosmetics: consistently prefer "size" over "len"/"lengt...
2009-02-08 stefanoMake av_base64_encode() do not require the user to...
2009-02-06 stefanoAdd a new test program for base64, based on that remove...
2009-02-06 stefanoRemove broken test program.
2009-02-06 michaelEnsure that the palette is set in data[1] for all 8bit...
2009-02-03 reimar100l, don't run tests twice, this was some forgotten...
2009-02-03 reimarFix a bug in 3DEC CBC decryption and add more extensive...
2009-02-03 reimarUpdate DES test code to use the new public API.
2009-02-03 reimarAdd support for 3DES to DES module
2009-02-03 reimarAdd and use a public API for RC4 and DES, analogous...
2009-02-02 diegoAdd necessary header for LIBAVUTIL_VERSION_MAJOR, fixes...
2009-02-02 reimarDocumentation for LZO error return value flags
2009-02-02 reimarMove doxygen documentation from lzo.c to lzo.h
2009-02-02 reimarAdd av_ prefix to LZO stuff and thus make it officially...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-02-01 diegocosmetics: Use 'num' instead of 'nom' as abbreviation...
2009-01-30 diegoAdd required header mem.h, av_malloc and friends are...
2009-01-30 diegocosmetics: Move all #includes together at the beginning...
2009-01-29 diegoRename string.c to avstring.c so that the name of heade...
2009-01-28 diegospelling/grammar/consistency review part III
2009-01-28 diegospelling/grammar/consistency review part II
2009-01-28 reimarAdd "const" to AES function arguments where possible...
2009-01-28 diegoAdd common.h #include, necessary for av_const.
2009-01-28 diegospelling/grammar/consistency review part I
2009-01-27 aureladd a ff_gcd() function again, for compatibility with...
2009-01-26 diegoRemove misleading comment about how to build SHA1 test...
2009-01-25 diegoReorganize header #includes: Unconditionally #include...
2009-01-25 diego10l: Add #undefs for system free/malloc/realloc, which...
2009-01-25 diegoC files should #include the header files of the same...
2009-01-25 diegoDisambiguate the macros used to disable fprintf/printf...
2009-01-25 diegoAdd required limits.h header.
2009-01-25 diegoRestore _MSC_VER case in DECLARE_ALIGNED/DECLARE_ASM_CO...
2009-01-25 diegoDrop _MSC_VER case from macro declaration.
2009-01-25 diegoDrop deprecated av_fifo_write function with the next...
2009-01-25 diegoMove DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h.
2009-01-25 diegoDo not #include common.h without necessity.
2009-01-25 diegoRemove redundant av_log2_16bit forward declaration...
2009-01-25 diegoMove internal.h #include to the end of the file so...
2009-01-24 diegoDirectly #include a bunch of indirectly #included headers.
2009-01-21 diegoAvoid unused variable warning when compiling DES test...
2009-01-21 diegoMake base64 test program compilable as a standard test...
2009-01-21 diegoAdd void keyword to parameterless function declaration.
2009-01-20 cehoyosAdd VDPAU hardware accelerated decoding for WMV3 and...
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-18 stefanoDrop the deprecated av_init_random() at the next libavu...
2009-01-18 stefanoReplace calls to the deprecated function av_init_random...
2009-01-18 aurelmoves mid_pred() into mathops.h (with arch specific...
2009-01-18 stefanoDeprecate av_init_random() in favour of av_random_init...
2009-01-17 aurelremove ff_get_fourcc() and use AV_RL32() instead
2009-01-17 aurelexport gcd function as av_gcd()
2009-01-16 cehoyosAdd VDPAU hardware accelerated decoding for MPEG1 and...
2009-01-15 aurelmove NULL_IF_CONFIG_SMALL() definition into internal...
2009-01-15 aurelmove timer related code in a new timer.h file
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-13 aureladd the necessary include for LIBAV*_VERSION_*
2009-01-11 diegoExtend 'checkheaders' target to architecture-specific...
2009-01-11 ramiroAdd truncf() replacement function.
2009-01-11 diegoAdd necessary, remove unnecessary #includes.
2009-01-11 diegoDrop unnecessary intreadwrite.h and bswap.h #includes.
2009-01-07 ramiroUse posix_memalign() if available.
2009-01-05 diegoAdd missing 'void' keyword to parameterless function...
2009-01-04 cehoyosAdd VDPAU hardware accelerated decoding for H264 which...
2009-01-04 aurelcosmetic: indent
2009-01-04 aureladd a termination condition
2008-12-27 diegoconsistency cosmetics: Rename POWERPC identifiers to...
2008-12-21 cehoyosSilence the following icc warnings:
2008-12-20 cehoyosUse AV_GCC_VERSION_AT_LEAST() to simplify gcc version...
2008-12-17 mruARM: make FASTDIV() an inline function
2008-12-17 mruARM: replace "armv4l" with "arm"
2008-11-20 diegocosmetics: Consistently place HEADERS before OBJS in...
2008-10-31 diegoInitialize variable to silence the warning:
2008-10-26 mrucosmetic: align backslashes in makefiles
2008-10-25 mruARM: faster ARMv6 FASTDIV()
2008-10-21 mrusplit bswap.h into per-arch files
2008-10-21 aureluses FF_ARRAY_ELEMS() where appropriate
2008-10-21 michaelPort read_time() that works on x86_32 and 64 from noe.
2008-10-20 mruARM: Kill warning in bswap_32()
2008-10-16 flameeyesConvert asm keyword into __asm__.
2008-10-15 benoitBump minor version after addition of FF_ARRAY_ELEMS...
2008-10-15 benoitAdd a macro to get the number of element in a table.
2008-10-12 cehoyosDon't include byteswap.h anymore.
2008-10-02 cehoyosAllow using DECLARE_ALIGNED with Sun cc.
2008-09-25 stefanoImplement av_nearer_q() and av_find_nearest_q_idx(...
2008-09-19 michaelAvoid undefined behavior for removing elements that...
2008-09-15 michaelFix issue634.
2008-09-14 diegoOnly define x86 register names on x86.
2008-09-06 stefanoRemove wrong and unnecessary condition. VHOOK filters...
2008-09-04 michaelFix typo.
2008-08-31 stefanoRename globally the header inclusion guards.
2008-08-19 stefanoCosmetics: remove a redundant and misplaced doxy.
2008-08-19 stefanoDeprecate av_fifo_realloc(). av_fifo_realloc2() should...
next