523 Commits (9296f5d81acb9b3f8d8870a78ded6e284a1f4f58)

Author SHA1 Message Date
Diego Biurrun ca74c0a180 cosmetics: Fix two common typos: wont --> will not, lets --> let us. 16 years ago
Diego Biurrun 80a61f08d2 Remove AltiVec vector declaration compiler compatibility macros. 16 years ago
Måns Rullgård b7b38fb28a intreadwrite: support DEC compiler __unaligned type qualifier 16 years ago
Måns Rullgård fbbea48eb3 Rearrange AV_[RW][BL]*() macros 16 years ago
Måns Rullgård 6651ce17b8 ARM: ARMv6 optimised FASTDIV 16 years ago
Måns Rullgård c696a863d4 ARM: fix ARCH_ARM -> ARCH_ARMV4L test in bswap_32() 16 years ago
Måns Rullgård ea66f252a8 ARM: ARMv6 optimised bswap_16/32 16 years ago
Alexander Strange b1e12f99a2 Print the address of the AVCodecContext in av_log(). 16 years ago
Vitor Sessak 4138ad961c Add av_clipf() function to common.h and use it in ra288.c 16 years ago
Loren Merritt f27e1d645e simplify vorbis windowing 16 years ago
Peter Ross d7bd0b3dea Only define AltiVec vector syntax macro when AltiVec is enabled. 16 years ago
Michael Niedermayer 8cd8eaa546 Make START/STOP_TIMER not require -v 2. 17 years ago
Måns Rullgård 40c13fecfa alloc_size attribute is new to gcc 4.3; don't use it with lesser versions 17 years ago
Rafaël Carré d326dd9797 Fix embarassing __GNU__ vs. __GNUC__ typo in preprocessor condition. 17 years ago
Stefano Sabatini 4a567b40b1 Macro suggested by Michael which will be used to disable the 17 years ago
Diego Biurrun b006b26c83 Implement a proper configure test for AltiVec vector declaration syntax. 17 years ago
Michael Niedermayer fa3b98182d Ensure that one can store X bytes in a fifo of size X. 17 years ago
Michael Niedermayer 0871ae1a93 Make av_fifo*_read() ignore the available amount of data. 17 years ago
Michael Niedermayer 19757f6169 indent 17 years ago
Michael Niedermayer fdf35f265a make av_strdup(NULL) return NULL 17 years ago
Diego Biurrun c38e75fc52 Add required stdint.h header. 17 years ago
Ramiro Polla 40d0e665d0 Do not misuse long as the size of a register in x86. 17 years ago
Diego Biurrun ccd425e799 Remove unnecessary parentheses from return calls. 17 years ago
Diego Biurrun 91605c69fb minor wording fix 17 years ago
Diego Biurrun e4a957d1a7 minor spelling fix 17 years ago
Måns Rullgård 7c43009358 add necessary #includes in headers 17 years ago
Baptiste Coudurier b842ecbefc add FFMIN3 17 years ago
Stefano Sabatini 95a6a015e3 Enhance documentation for AVClass 17 years ago
Vladimir Voroshilov 159ef4b02a Implement FFMAX3(a,b,c) - maximum over three arguments. 17 years ago
Diego Biurrun 93826f561d Fix des-test compilation. 17 years ago
Diego Biurrun c88c253d8b cosmetics: __asm__ __volatile__ --> asm volatile 17 years ago
Stefano Sabatini 07c37ca7fc remove useless extern keyword. 17 years ago
Benoit Fouet 95c76e1180 cosmetics (by Björn Axelsson) 17 years ago
Björn Axelsson 49cec1998a Add a generic write function to av_fifo. 17 years ago
Måns Rullgård 71c61f62a3 non-recursive makefiles 17 years ago
Michael Niedermayer 4764fdc987 simplify 17 years ago
Michael Niedermayer ed0d3048c0 Merge declaratio and initialization. 17 years ago
Michael Niedermayer 11362767b8 Merge declaration and initialization. 17 years ago
Alexander Strange df22c35dfb Split MANGLE macro into LOCAL_MANGLE AND EXTERN_PREFIX parts 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Måns Rullgård 3540b950ec add missing #include "common.h" to libavutil headers 17 years ago
Zuxy Meng e6e70d9bdc Cosmetic change: remove the whitespace after 'defined' 17 years ago
Zuxy Meng 0fd48faca5 'malloc' attribute isn't supported in old gcc. 17 years ago
Zuxy Meng cca6d953c2 Apply "alloc_size" attribute to av_alloc, av_realloc and av_mallocz 17 years ago
Zuxy Meng 85074d3c93 Reapply r12489: Add pure, const and malloc attributes to proper functions 17 years ago
Måns Rullgård 3662d880ed 32/64-bit agnostic x86 bswap 17 years ago
Måns Rullgård 70fa2e27ec cosmetics: sanitise asm() statements in bswap.h 17 years ago
Benoit Fouet 2119bb8f51 revert r12489. 17 years ago
Zuxy Meng 6544f48f03 Pure, const and malloc attributes to libavutil. 17 years ago
Måns Rullgård b4d96ba2a8 check for prefix on extern symbols in configure 17 years ago