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
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
2008-08-15Remove hackish support for fastmemcpy from MPlayer.Diego Biurrun
2008-08-13move M_PI definition along with other math definitionsAurelien Jacobs
2008-08-13define some math constants so as not to depend on _XOPEN_SOURCEAurelien Jacobs
2008-08-08Cosmetics: fix weird indent.Stefano Sabatini
2008-08-08Implement avutil_version().Stefano Sabatini
2008-08-07Remove unused redefinition of av_log for test.Benoit Fouet
2008-08-06Remove a useless directive.Benoit Fouet
2008-08-06Cosmetics: indentationBenoit Fouet
2008-08-06Add av_memcpy_backptr(): deliberately overlapping memcpy variant.Peter Ross
2008-08-05misc spelling/wording fixesDiego Biurrun
2008-07-31fix ARMv6 FASTDIV for divisor <=2Måns Rullgård
2008-07-311000l typo my new PRNG converged to -1.Michael Niedermayer
2008-07-31Add a multiplicative LFG for those thinking the additive is not goodMichael Niedermayer