summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* Remove unused redefinition of av_log for test.Benoit Fouet2008-08-071-5/+1
* Remove a useless directive.Benoit Fouet2008-08-061-1/+0
* Cosmetics: indentationBenoit Fouet2008-08-061-1/+1
* Add av_memcpy_backptr(): deliberately overlapping memcpy variant.Peter Ross2008-08-062-3/+23
* misc spelling/wording fixesDiego Biurrun2008-08-042-10/+10
* fix ARMv6 FASTDIV for divisor <=2Måns Rullgård2008-07-311-1/+4
* 1000l typo my new PRNG converged to -1.Michael Niedermayer2008-07-301-1/+1
* Add a multiplicative LFG for those thinking the additive is not goodMichael Niedermayer2008-07-301-1/+12
* USE_FASTMEMCPY is now called CONFIG_FASTMEMCPY in MPlayer.Diego Biurrun2008-07-301-1/+1
* Document av_lfg_get().Michael Niedermayer2008-07-281-0/+6
* Warning about MTs speed.Michael Niedermayer2008-07-281-1/+8
* Simple lagged fibonacci PRNG.Michael Niedermayer2008-07-282-0/+101
* Add random to list of test programs.Diego Biurrun2008-07-271-1/+1
* Change return type of main function to int to avoid a warning.Diego Biurrun2008-07-271-1/+2
* Move #includes, which are only used in the test program, below the #ifdefDiego Biurrun2008-07-271-5/+2
* Change benchmarking code so it returns comparable values.Michael Niedermayer2008-07-271-7/+4
* Make the selftesting code use and compileable.Michael Niedermayer2008-07-272-8/+3
* cosmetics: Fix two common typos: wont --> will not, lets --> let us.Diego Biurrun2008-07-241-1/+1
* Remove AltiVec vector declaration compiler compatibility macros.Diego Biurrun2008-07-241-8/+0
* intreadwrite: support DEC compiler __unaligned type qualifierMåns Rullgård2008-07-181-1/+11
* Rearrange AV_[RW][BL]*() macrosMåns Rullgård2008-07-171-49/+41
* ARM: ARMv6 optimised FASTDIVMåns Rullgård2008-07-151-0/+7
* ARM: fix ARCH_ARM -> ARCH_ARMV4L test in bswap_32()Måns Rullgård2008-07-151-1/+1
* ARM: ARMv6 optimised bswap_16/32Måns Rullgård2008-07-151-0/+4
* Print the address of the AVCodecContext in av_log().Alexander Strange2008-07-151-1/+1
* Add av_clipf() function to common.h and use it in ra288.cVitor Sessak2008-07-131-0/+14
* simplify vorbis windowingLoren Merritt2008-07-131-0/+4
* Only define AltiVec vector syntax macro when AltiVec is enabled.Peter Ross2008-07-051-0/+2
* Make START/STOP_TIMER not require -v 2.Michael Niedermayer2008-06-081-1/+1
* alloc_size attribute is new to gcc 4.3; don't use it with lesser versionsMåns Rullgård2008-06-051-1/+1
* Fix embarassing __GNU__ vs. __GNUC__ typo in preprocessor condition.Rafaël Carré2008-06-031-2/+2
* Macro suggested by Michael which will be used to disable theStefano Sabatini2008-06-012-1/+12
* Implement a proper configure test for AltiVec vector declaration syntax.Diego Biurrun2008-05-301-4/+3
* Ensure that one can store X bytes in a fifo of size X.Michael Niedermayer2008-05-252-3/+4
* Make av_fifo*_read() ignore the available amount of data.Michael Niedermayer2008-05-251-8/+0
* indentMichael Niedermayer2008-05-231-4/+4
* make av_strdup(NULL) return NULLMichael Niedermayer2008-05-231-1/+3
* Add required stdint.h header.Diego Biurrun2008-05-091-0/+1
* Do not misuse long as the size of a register in x86.Ramiro Polla2008-05-081-0/+2
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-061-1/+1
* minor wording fixDiego Biurrun2008-05-061-1/+1
* minor spelling fixDiego Biurrun2008-05-061-2/+2
* add necessary #includes in headersMåns Rullgård2008-05-031-0/+1
* add FFMIN3Baptiste Coudurier2008-04-261-0/+1
* Enhance documentation for AVClassStefano Sabatini2008-04-241-5/+19
* Implement FFMAX3(a,b,c) - maximum over three arguments.Vladimir Voroshilov2008-04-191-0/+1
* Fix des-test compilation.Diego Biurrun2008-04-181-0/+3
* cosmetics: __asm__ __volatile__ --> asm volatileDiego Biurrun2008-04-171-1/+1
* remove useless extern keyword.Stefano Sabatini2008-04-111-7/+7
* cosmetics (by Björn Axelsson)Benoit Fouet2008-04-092-8/+8
OpenPOWER on IntegriCloud