]> git.sesse.net Git - ffmpeg/history - libavutil
Add and use ff_pixfmt_list_420.
[ffmpeg] / libavutil /
2009-02-22 Michael NiedermayerCompact repeated messages to "Last message repeated...
2009-02-22 Stefano SabatiniSplit avutil.h, move all the pixel format definitions...
2009-02-22 Michael NiedermayerAdd note about big vs. little endian.
2009-02-22 Peter RossAdd PIX_FMT_RGB48BE and PIX_FMT_RGB48LE.
2009-02-22 Måns RullgårdAvoid warnings from AV_GCC_VERSION_AT_LEAST with some...
2009-02-21 Patrik KullmanCheck return value of posix_memalign and explicitly...
2009-02-21 Måns RullgårdCorrect, portable definition of INT_BIT
2009-02-12 Diego BiurrunRemove reference to renamed header file xvmc_render.h.
2009-02-10 Carl Eugen HoyosSilence one icc warning:
2009-02-10 Diego BiurrunUse AV_GCC_VERSION_AT_LEAST instead of complicated...
2009-02-09 Michael Niedermayerav_flatten to make the similarly named attribute available.
2009-02-09 Michael Niedermayerav_uninit() to suppress false uninitialized warnings...
2009-02-08 Stefano SabatiniDocument the av_base64_encode/decode functions.
2009-02-08 Stefano SabatiniCosmetics: "* out" -> "*out" for consistency with the...
2009-02-08 Stefano SabatiniCosmetics: rename the "size" parameter of av_base64_enc...
2009-02-08 Stefano SabatiniCosmetics: prefer out/in over buf/src for the parameter...
2009-02-08 Stefano SabatiniCosmetics: consistently prefer "size" over "len"/"lengt...
2009-02-08 Stefano SabatiniMake av_base64_encode() do not require the user to...
2009-02-06 Stefano SabatiniAdd a new test program for base64, based on that remove...
2009-02-06 Stefano SabatiniRemove broken test program.
2009-02-06 Michael NiedermayerEnsure that the palette is set in data[1] for all 8bit...
2009-02-03 Reimar Döffinger100l, don't run tests twice, this was some forgotten...
2009-02-03 Reimar DöffingerFix a bug in 3DEC CBC decryption and add more extensive...
2009-02-03 Reimar DöffingerUpdate DES test code to use the new public API.
2009-02-03 Reimar DöffingerAdd support for 3DES to DES module
2009-02-03 Reimar DöffingerAdd and use a public API for RC4 and DES, analogous...
2009-02-02 Diego BiurrunAdd necessary header for LIBAVUTIL_VERSION_MAJOR, fixes...
2009-02-02 Reimar DöffingerDocumentation for LZO error return value flags
2009-02-02 Reimar DöffingerMove doxygen documentation from lzo.c to lzo.h
2009-02-02 Reimar DöffingerAdd av_ prefix to LZO stuff and thus make it officially...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-02-01 Diego Biurruncosmetics: Use 'num' instead of 'nom' as abbreviation...
2009-01-30 Diego BiurrunAdd required header mem.h, av_malloc and friends are...
2009-01-30 Diego Biurruncosmetics: Move all #includes together at the beginning...
2009-01-29 Diego BiurrunRename string.c to avstring.c so that the name of heade...
2009-01-28 Diego Biurrunspelling/grammar/consistency review part III
2009-01-28 Diego Biurrunspelling/grammar/consistency review part II
2009-01-28 Reimar DöffingerAdd "const" to AES function arguments where possible...
2009-01-28 Diego BiurrunAdd common.h #include, necessary for av_const.
2009-01-28 Diego Biurrunspelling/grammar/consistency review part I
2009-01-27 Aurelien Jacobsadd a ff_gcd() function again, for compatibility with...
2009-01-26 Diego BiurrunRemove misleading comment about how to build SHA1 test...
2009-01-25 Diego BiurrunReorganize header #includes: Unconditionally #include...
2009-01-25 Diego Biurrun10l: Add #undefs for system free/malloc/realloc, which...
2009-01-25 Diego BiurrunC files should #include the header files of the same...
2009-01-25 Diego BiurrunDisambiguate the macros used to disable fprintf/printf...
2009-01-25 Diego BiurrunAdd required limits.h header.
2009-01-25 Diego BiurrunRestore _MSC_VER case in DECLARE_ALIGNED/DECLARE_ASM_CO...
2009-01-25 Diego BiurrunDrop _MSC_VER case from macro declaration.
2009-01-25 Diego BiurrunDrop deprecated av_fifo_write function with the next...
2009-01-25 Diego BiurrunMove DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h.
2009-01-25 Diego BiurrunDo not #include common.h without necessity.
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...
next