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-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
2008-07-30USE_FASTMEMCPY is now called CONFIG_FASTMEMCPY in MPlayer.Diego Biurrun
2008-07-28Document av_lfg_get().Michael Niedermayer
2008-07-28Warning about MTs speed.Michael Niedermayer
2008-07-28Simple lagged fibonacci PRNG.Michael Niedermayer
2008-07-28Add random to list of test programs.Diego Biurrun
2008-07-28Change return type of main function to int to avoid a warning.Diego Biurrun
2008-07-28Move #includes, which are only used in the test program, below the #ifdefDiego Biurrun
2008-07-28Change benchmarking code so it returns comparable values.Michael Niedermayer
2008-07-28Make the selftesting code use and compileable.Michael Niedermayer
2008-07-24cosmetics: Fix two common typos: wont --> will not, lets --> let us.Diego Biurrun
2008-07-24Remove AltiVec vector declaration compiler compatibility macros.Diego Biurrun
2008-07-18intreadwrite: support DEC compiler __unaligned type qualifierMåns Rullgård
2008-07-17Rearrange AV_[RW][BL]*() macrosMåns Rullgård
2008-07-15ARM: ARMv6 optimised FASTDIVMåns Rullgård
2008-07-15ARM: fix ARCH_ARM -> ARCH_ARMV4L test in bswap_32()Måns Rullgård
2008-07-15ARM: ARMv6 optimised bswap_16/32Måns Rullgård
2008-07-15Print the address of the AVCodecContext in av_log().Alexander Strange
2008-07-13Add av_clipf() function to common.h and use it in ra288.cVitor Sessak
2008-07-13simplify vorbis windowingLoren Merritt
2008-07-05Only define AltiVec vector syntax macro when AltiVec is enabled.Peter Ross
2008-06-08Make START/STOP_TIMER not require -v 2.Michael Niedermayer