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-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
2008-06-05alloc_size attribute is new to gcc 4.3; don't use it with lesser versionsMåns Rullgård
2008-06-04Fix embarassing __GNU__ vs. __GNUC__ typo in preprocessor condition.Rafaël Carré
2008-06-01Macro suggested by Michael which will be used to disable theStefano Sabatini
2008-05-30Implement a proper configure test for AltiVec vector declaration syntax.Diego Biurrun
2008-05-26Ensure that one can store X bytes in a fifo of size X.Michael Niedermayer
2008-05-26Make av_fifo*_read() ignore the available amount of data.Michael Niedermayer
2008-05-23indentMichael Niedermayer
2008-05-23make av_strdup(NULL) return NULLMichael Niedermayer
2008-05-09Add required stdint.h header.Diego Biurrun
2008-05-09Do not misuse long as the size of a register in x86.Ramiro Polla
2008-05-06Remove unnecessary parentheses from return calls.Diego Biurrun
2008-05-06minor wording fixDiego Biurrun
2008-05-06minor spelling fixDiego Biurrun
2008-05-03add necessary #includes in headersMåns Rullgård
2008-04-26add FFMIN3Baptiste Coudurier
2008-04-24Enhance documentation for AVClassStefano Sabatini
2008-04-19Implement FFMAX3(a,b,c) - maximum over three arguments.Vladimir Voroshilov
2008-04-18Fix des-test compilation.Diego Biurrun
2008-04-18cosmetics: __asm__ __volatile__ --> asm volatileDiego Biurrun
2008-04-11remove useless extern keyword.Stefano Sabatini
2008-04-09cosmetics (by Björn Axelsson)Benoit Fouet
2008-04-09Add a generic write function to av_fifo.Björn Axelsson
2008-04-08non-recursive makefilesMåns Rullgård
2008-04-05simplifyMichael Niedermayer
2008-04-03Merge declaratio and initialization.Michael Niedermayer
2008-04-03Merge declaration and initialization.Michael Niedermayer