| Commit message (Expand) | Author | Age | Files | Lines |
* | Cosmetics: fix weird indent. | Stefano Sabatini | 2008-08-08 | 1 | -1/+1 |
* | Implement avutil_version(). | Stefano Sabatini | 2008-08-08 | 3 | -1/+35 |
* | Remove unused redefinition of av_log for test. | Benoit Fouet | 2008-08-07 | 1 | -5/+1 |
* | Remove a useless directive. | Benoit Fouet | 2008-08-06 | 1 | -1/+0 |
* | Cosmetics: indentation | Benoit Fouet | 2008-08-06 | 1 | -1/+1 |
* | Add av_memcpy_backptr(): deliberately overlapping memcpy variant. | Peter Ross | 2008-08-06 | 2 | -3/+23 |
* | misc spelling/wording fixes | Diego Biurrun | 2008-08-04 | 2 | -10/+10 |
* | fix ARMv6 FASTDIV for divisor <=2 | Måns Rullgård | 2008-07-31 | 1 | -1/+4 |
* | 1000l typo my new PRNG converged to -1. | Michael Niedermayer | 2008-07-30 | 1 | -1/+1 |
* | Add a multiplicative LFG for those thinking the additive is not good | Michael Niedermayer | 2008-07-30 | 1 | -1/+12 |
* | USE_FASTMEMCPY is now called CONFIG_FASTMEMCPY in MPlayer. | Diego Biurrun | 2008-07-30 | 1 | -1/+1 |
* | Document av_lfg_get(). | Michael Niedermayer | 2008-07-28 | 1 | -0/+6 |
* | Warning about MTs speed. | Michael Niedermayer | 2008-07-28 | 1 | -1/+8 |
* | Simple lagged fibonacci PRNG. | Michael Niedermayer | 2008-07-28 | 2 | -0/+101 |
* | Add random to list of test programs. | Diego Biurrun | 2008-07-27 | 1 | -1/+1 |
* | Change return type of main function to int to avoid a warning. | Diego Biurrun | 2008-07-27 | 1 | -1/+2 |
* | Move #includes, which are only used in the test program, below the #ifdef | Diego Biurrun | 2008-07-27 | 1 | -5/+2 |
* | Change benchmarking code so it returns comparable values. | Michael Niedermayer | 2008-07-27 | 1 | -7/+4 |
* | Make the selftesting code use and compileable. | Michael Niedermayer | 2008-07-27 | 2 | -8/+3 |
* | cosmetics: Fix two common typos: wont --> will not, lets --> let us. | Diego Biurrun | 2008-07-24 | 1 | -1/+1 |
* | Remove AltiVec vector declaration compiler compatibility macros. | Diego Biurrun | 2008-07-24 | 1 | -8/+0 |
* | intreadwrite: support DEC compiler __unaligned type qualifier | Måns Rullgård | 2008-07-18 | 1 | -1/+11 |
* | Rearrange AV_[RW][BL]*() macros | Måns Rullgård | 2008-07-17 | 1 | -49/+41 |
* | ARM: ARMv6 optimised FASTDIV | Måns Rullgård | 2008-07-15 | 1 | -0/+7 |
* | ARM: fix ARCH_ARM -> ARCH_ARMV4L test in bswap_32() | Måns Rullgård | 2008-07-15 | 1 | -1/+1 |
* | ARM: ARMv6 optimised bswap_16/32 | Måns Rullgård | 2008-07-15 | 1 | -0/+4 |
* | Print the address of the AVCodecContext in av_log(). | Alexander Strange | 2008-07-15 | 1 | -1/+1 |
* | Add av_clipf() function to common.h and use it in ra288.c | Vitor Sessak | 2008-07-13 | 1 | -0/+14 |
* | simplify vorbis windowing | Loren Merritt | 2008-07-13 | 1 | -0/+4 |
* | Only define AltiVec vector syntax macro when AltiVec is enabled. | Peter Ross | 2008-07-05 | 1 | -0/+2 |
* | Make START/STOP_TIMER not require -v 2. | Michael Niedermayer | 2008-06-08 | 1 | -1/+1 |
* | alloc_size attribute is new to gcc 4.3; don't use it with lesser versions | Måns Rullgård | 2008-06-05 | 1 | -1/+1 |
* | Fix embarassing __GNU__ vs. __GNUC__ typo in preprocessor condition. | Rafaël Carré | 2008-06-03 | 1 | -2/+2 |
* | Macro suggested by Michael which will be used to disable the | Stefano Sabatini | 2008-06-01 | 2 | -1/+12 |
* | Implement a proper configure test for AltiVec vector declaration syntax. | Diego Biurrun | 2008-05-30 | 1 | -4/+3 |
* | Ensure that one can store X bytes in a fifo of size X. | Michael Niedermayer | 2008-05-25 | 2 | -3/+4 |
* | Make av_fifo*_read() ignore the available amount of data. | Michael Niedermayer | 2008-05-25 | 1 | -8/+0 |
* | indent | Michael Niedermayer | 2008-05-23 | 1 | -4/+4 |
* | make av_strdup(NULL) return NULL | Michael Niedermayer | 2008-05-23 | 1 | -1/+3 |
* | Add required stdint.h header. | Diego Biurrun | 2008-05-09 | 1 | -0/+1 |
* | Do not misuse long as the size of a register in x86. | Ramiro Polla | 2008-05-08 | 1 | -0/+2 |
* | Remove unnecessary parentheses from return calls. | Diego Biurrun | 2008-05-06 | 1 | -1/+1 |
* | minor wording fix | Diego Biurrun | 2008-05-06 | 1 | -1/+1 |
* | minor spelling fix | Diego Biurrun | 2008-05-06 | 1 | -2/+2 |
* | add necessary #includes in headers | Måns Rullgård | 2008-05-03 | 1 | -0/+1 |
* | add FFMIN3 | Baptiste Coudurier | 2008-04-26 | 1 | -0/+1 |
* | Enhance documentation for AVClass | Stefano Sabatini | 2008-04-24 | 1 | -5/+19 |
* | Implement FFMAX3(a,b,c) - maximum over three arguments. | Vladimir Voroshilov | 2008-04-19 | 1 | -0/+1 |
* | Fix des-test compilation. | Diego Biurrun | 2008-04-18 | 1 | -0/+3 |
* | cosmetics: __asm__ __volatile__ --> asm volatile | Diego Biurrun | 2008-04-17 | 1 | -1/+1 |