]> git.sesse.net Git - ffmpeg/history - libavutil
Make more descriptive the long names for the various variants of H.263.
[ffmpeg] / libavutil /
2009-01-25 Diego BiurrunRemove redundant av_log2_16bit forward declaration...
2009-01-25 Diego BiurrunMove internal.h #include to the end of the file so...
2009-01-24 Diego BiurrunDirectly #include a bunch of indirectly #included headers.
2009-01-21 Diego BiurrunAvoid unused variable warning when compiling DES test...
2009-01-21 Diego BiurrunMake base64 test program compilable as a standard test...
2009-01-21 Diego BiurrunAdd void keyword to parameterless function declaration.
2009-01-20 NVIDIA CorporationAdd VDPAU hardware accelerated decoding for WMV3 and...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-18 Stefano SabatiniDrop the deprecated av_init_random() at the next libavu...
2009-01-18 Stefano SabatiniReplace calls to the deprecated function av_init_random...
2009-01-18 Aurelien Jacobsmoves mid_pred() into mathops.h (with arch specific...
2009-01-18 Stefano SabatiniDeprecate av_init_random() in favour of av_random_init...
2009-01-17 Aurelien Jacobsremove ff_get_fourcc() and use AV_RL32() instead
2009-01-17 Aurelien Jacobsexport gcd function as av_gcd()
2009-01-16 NVIDIA CorporationAdd VDPAU hardware accelerated decoding for MPEG1 and...
2009-01-15 Aurelien Jacobsmove NULL_IF_CONFIG_SMALL() definition into internal...
2009-01-15 Aurelien Jacobsmove timer related code in a new timer.h file
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-13 Aurelien Jacobsadd the necessary include for LIBAV*_VERSION_*
2009-01-11 Diego BiurrunExtend 'checkheaders' target to architecture-specific...
2009-01-11 Michael KostylevAdd truncf() replacement function.
2009-01-11 Diego BiurrunAdd necessary, remove unnecessary #includes.
2009-01-11 Diego BiurrunDrop unnecessary intreadwrite.h and bswap.h #includes.
2009-01-07 Ramiro PollaUse posix_memalign() if available.
2009-01-05 Diego BiurrunAdd missing 'void' keyword to parameterless function...
2009-01-04 NVIDIA CorporationAdd VDPAU hardware accelerated decoding for H264 which...
2009-01-04 Aurelien Jacobscosmetic: indent
2009-01-04 Aurelien Jacobsadd a termination condition
2008-12-27 Diego Biurrunconsistency cosmetics: Rename POWERPC identifiers to...
2008-12-21 Carl Eugen HoyosSilence the following icc warnings:
2008-12-20 Carl Eugen HoyosUse AV_GCC_VERSION_AT_LEAST() to simplify gcc version...
2008-12-17 Måns RullgårdARM: make FASTDIV() an inline function
2008-12-17 Måns RullgårdARM: replace "armv4l" with "arm"
2008-11-20 Diego Biurruncosmetics: Consistently place HEADERS before OBJS in...
2008-10-31 Diego BiurrunInitialize variable to silence the warning:
2008-10-26 Måns Rullgårdcosmetic: align backslashes in makefiles
2008-10-25 Måns RullgårdARM: faster ARMv6 FASTDIV()
2008-10-21 Måns Rullgårdsplit bswap.h into per-arch files
2008-10-21 Aurelien Jacobsuses FF_ARRAY_ELEMS() where appropriate
2008-10-21 Michael NiedermayerPort read_time() that works on x86_32 and 64 from noe.
2008-10-20 Måns RullgårdARM: Kill warning in bswap_32()
2008-10-16 Diego PettenòConvert asm keyword into __asm__.
2008-10-15 Benoit FouetBump minor version after addition of FF_ARRAY_ELEMS...
2008-10-15 Benoit FouetAdd a macro to get the number of elements in a table.
2008-10-12 Carl Eugen HoyosDon't include byteswap.h anymore.
2008-10-02 Carl Eugen HoyosAllow using DECLARE_ALIGNED with Sun cc.
2008-09-25 Stefano SabatiniImplement av_nearer_q() and av_find_nearest_q_idx(...
2008-09-19 Michael NiedermayerAvoid undefined behavior for removing elements that...
2008-09-15 Michael NiedermayerFix generated md5, it was wrong for some input lengths.
2008-09-14 Diego BiurrunOnly define x86 register names on x86.
2008-09-06 Stefano SabatiniRemove wrong and unnecessary condition. VHOOK filters...
2008-09-04 Michael NiedermayerFix typo.
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-08-19 Stefano SabatiniCosmetics: remove a redundant and misplaced doxy.
2008-08-19 Stefano SabatiniDeprecate av_fifo_realloc(). av_fifo_realloc2() should...
2008-08-19 Stefano SabatiniImplement av_fifo_realloc2().
2008-08-17 Michael NiedermayerCopy and paste LGPL from tree.h, the previous one refer...
2008-08-17 Diego BiurrunAdd missing stdint.h header to fix 'make checkheaders'.
2008-08-17 Justin Rugglesuse LFG instead of Mersenne Twister for AC-3 PRNG
2008-08-17 Michael Niedermayerrestore alphabetical order of TESTS
2008-08-17 Michael NiedermayerAdd PCA to TESTS.
2008-08-17 Michael NiedermayerAdd multiple inclusion guards for consistency and to...
2008-08-17 Michael NiedermayerMove context struct to c file.
2008-08-17 Michael NiedermayerAdd prototypes to header (based on code by ramiro)
2008-08-17 Michael NiedermayerMake ff_pca_init() allocate it struct instead of lettin...
2008-08-17 Michael NiedermayerDo not mix declarations and statements (by ramiro).
2008-08-17 Michael Niedermayerput testing code under #ifdef TEST
2008-08-17 Michael NiedermayerTesting code uses random().
2008-08-17 Michael Niedermayerfix includes
2008-08-17 Michael NiedermayerPrincipal component analysis
2008-08-14 Diego BiurrunRemove hackish support for fastmemcpy from MPlayer.
2008-08-13 Aurelien Jacobsmove M_PI definition along with other math definitions
2008-08-13 Aurelien Jacobsdefine some math constants so as not to depend on _XOPE...
2008-08-08 Stefano SabatiniCosmetics: fix weird indent.
2008-08-08 Stefano SabatiniImplement avutil_version().
2008-08-07 Benoit FouetRemove unused redefinition of av_log for test.
2008-08-06 Benoit FouetRemove a useless directive.
2008-08-06 Benoit FouetCosmetics: indentation
2008-08-06 Peter RossAdd av_memcpy_backptr(): deliberately overlapping memcp...
2008-08-04 Diego Biurrunmisc spelling/wording fixes
2008-07-31 Måns Rullgårdfix ARMv6 FASTDIV for divisor <=2
2008-07-30 Michael Niedermayer1000l typo my new PRNG converged to -1.
2008-07-30 Michael NiedermayerAdd a multiplicative LFG for those thinking the additiv...
2008-07-30 Diego BiurrunUSE_FASTMEMCPY is now called CONFIG_FASTMEMCPY in MPlayer.
2008-07-28 Michael NiedermayerDocument av_lfg_get().
2008-07-28 Michael NiedermayerWarning about MTs speed.
2008-07-28 Michael NiedermayerSimple lagged fibonacci PRNG.
2008-07-27 Diego BiurrunAdd random to list of test programs.
2008-07-27 Diego BiurrunChange return type of main function to int to avoid...
2008-07-27 Diego BiurrunMove #includes, which are only used in the test program...
2008-07-27 Michael NiedermayerChange benchmarking code so it returns comparable values.
2008-07-27 Michael NiedermayerMake the selftesting code use and compileable.
2008-07-24 Diego Biurruncosmetics: Fix two common typos: wont --> will not...
2008-07-24 Diego BiurrunRemove AltiVec vector declaration compiler compatibilit...
2008-07-18 Måns Rullgårdintreadwrite: support DEC compiler __unaligned type...
2008-07-17 Måns RullgårdRearrange AV_[RW][BL]*() macros
2008-07-15 Måns RullgårdARM: ARMv6 optimised FASTDIV
2008-07-15 Måns RullgårdARM: fix ARCH_ARM -> ARCH_ARMV4L test in bswap_32()
2008-07-15 Måns RullgårdARM: ARMv6 optimised bswap_16/32
2008-07-15 Alexander StrangePrint the address of the AVCodecContext in av_log().
next