Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-01-25Do not #include common.h without necessity.Diego Biurrun
2009-01-25Remove redundant av_log2_16bit forward declaration, fixes checkheaders warning:Diego Biurrun
2009-01-25Move internal.h #include to the end of the file so that it is afterDiego Biurrun
2009-01-24Directly #include a bunch of indirectly #included headers.Diego Biurrun
2009-01-22Avoid unused variable warning when compiling DES test program.Diego Biurrun
2009-01-21Make base64 test program compilable as a standard test program.Diego Biurrun
2009-01-21Add void keyword to parameterless function declaration.Diego Biurrun
2009-01-20Add VDPAU hardware accelerated decoding for WMV3 and VC1 which canNVIDIA Corporation
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-19Drop the deprecated av_init_random() at the next libavutil major bump.Stefano Sabatini
2009-01-19Replace calls to the deprecated function av_init_random() withStefano Sabatini
2009-01-19moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs
2009-01-19Deprecate av_init_random() in favour of av_random_init(), with a more naturalStefano Sabatini
2009-01-17remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs
2009-01-17export gcd function as av_gcd()Aurelien Jacobs
2009-01-16Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which canNVIDIA Corporation
2009-01-16move NULL_IF_CONFIG_SMALL() definition into internal headerAurelien Jacobs
2009-01-16move timer related code in a new timer.h fileAurelien Jacobs
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-13add the necessary include for LIBAV*_VERSION_*Aurelien Jacobs
2009-01-12Extend 'checkheaders' target to architecture-specific subdirectories.Diego Biurrun
2009-01-12Add truncf() replacement function.Michael Kostylev
2009-01-12Add necessary, remove unnecessary #includes.Diego Biurrun
2009-01-11Drop unnecessary intreadwrite.h and bswap.h #includes.Diego Biurrun
2009-01-08Use posix_memalign() if available.Ramiro Polla
2009-01-05Add missing 'void' keyword to parameterless function declarations.Diego Biurrun
2009-01-05Add VDPAU hardware accelerated decoding for H264 which can be used byNVIDIA Corporation
2009-01-04cosmetic: indentAurelien Jacobs
2009-01-04add a termination conditionAurelien Jacobs
2008-12-27consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun
2008-12-22Silence the following icc warnings:Carl Eugen Hoyos
2008-12-20Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks.Carl Eugen Hoyos
2008-12-17ARM: make FASTDIV() an inline functionMåns Rullgård
2008-12-17ARM: replace "armv4l" with "arm"Måns Rullgård
2008-11-21cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun
2008-10-31Initialize variable to silence the warning:Diego Biurrun
2008-10-26cosmetic: align backslashes in makefilesMåns Rullgård
2008-10-25ARM: faster ARMv6 FASTDIV()Måns Rullgård
2008-10-22split bswap.h into per-arch filesMåns Rullgård
2008-10-22uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs
2008-10-21Port read_time() that works on x86_32 and 64 from noe.Michael Niedermayer
2008-10-20ARM: Kill warning in bswap_32()Måns Rullgård
2008-10-16Convert asm keyword into __asm__.Diego Pettenò
2008-10-15Bump minor version after addition of FF_ARRAY_ELEMS macro.Benoit Fouet
2008-10-15Add a macro to get the number of elements in a table.Benoit Fouet
2008-10-12Don't include byteswap.h anymore.Carl Eugen Hoyos
2008-10-02Allow using DECLARE_ALIGNED with Sun cc.Carl Eugen Hoyos
2008-09-25Implement av_nearer_q() and av_find_nearest_q_idx() functions.Stefano Sabatini
2008-09-19Avoid undefined behavior for removing elements that were not in the tree.Michael Niedermayer
2008-09-16Fix generated md5, it was wrong for some input lengths.Michael Niedermayer