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-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
2008-09-15Only define x86 register names on x86.Diego Biurrun
2008-09-06Remove wrong and unnecessary condition. VHOOK filters are not specialStefano Sabatini
2008-09-05Fix typo.Michael Niedermayer
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-20Cosmetics: remove a redundant and misplaced doxy.Stefano Sabatini
2008-08-20Deprecate av_fifo_realloc(). av_fifo_realloc2() should be used instead.Stefano Sabatini
2008-08-19Implement av_fifo_realloc2().Stefano Sabatini
2008-08-17Copy and paste LGPL from tree.h, the previous one referred to a non-existingMichael Niedermayer
2008-08-17Add missing stdint.h header to fix 'make checkheaders'.Diego Biurrun
2008-08-17use LFG instead of Mersenne Twister for AC-3 PRNGJustin Ruggles
2008-08-17restore alphabetical order of TESTSMichael Niedermayer
2008-08-17Add PCA to TESTS.Michael Niedermayer
2008-08-17Add multiple inclusion guards for consistency and to avoid them beingMichael Niedermayer
2008-08-17Move context struct to c file.Michael Niedermayer
2008-08-17Add prototypes to header (based on code by ramiro)Michael Niedermayer
2008-08-17Make ff_pca_init() allocate it struct instead of letting the user provideMichael Niedermayer
2008-08-17Do not mix declarations and statements (by ramiro).Michael Niedermayer
2008-08-17put testing code under #ifdef TESTMichael Niedermayer
2008-08-17Testing code uses random().Michael Niedermayer
2008-08-17fix includesMichael Niedermayer
2008-08-17Principal component analysisMichael Niedermayer