]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavutil
Alpha: fix dct_unquantize_h263_inter/intra_axp()
[frescor/ffmpeg.git] / libavutil /
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...
2008-08-19 stefanoImplement av_fifo_realloc2().
2008-08-17 michaelSwitch to MS EULA.
2008-08-17 diegoAdd missing stdint.h header to fix 'make checkheaders'.
2008-08-17 jbruse LFG instead of Mersenne Twister for AC-3 PRNG
2008-08-17 michaelrestore alphabetical order of TESTS
2008-08-17 michaelAdd PCA to TESTS.
2008-08-17 michaelMake diego happy before he notices.
2008-08-17 michaelMove context struct to c file.
2008-08-17 michaelAdd prototypes to header (based on code by ramiro)
2008-08-17 michaelMake ff_pca_init() allocate it struct instead of lettin...
2008-08-17 michaelDont mix declarations and statements (by ramiro).
2008-08-17 michaelput testing code under #ifdef TEST
2008-08-17 michaelTesting code uses random().
2008-08-17 michaelfix includes
2008-08-17 michaelPrincipal component analysis
2008-08-14 diegoRemove hackish support for fastmemcpy from MPlayer.
2008-08-13 aurelmove M_PI definition along with other math definitions
2008-08-13 aureldefine some math constants so as not to depend on _XOPE...
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
next