2008-06-08 |
Michael Niedermayer | Make START/STOP_TIMER not require -v 2. |
tree | commitdiff |
2008-06-05 |
Måns Rullgård | alloc_size attribute is new to gcc 4.3; don't use it... |
tree | commitdiff |
2008-06-03 |
Rafaël Carré | Fix embarassing __GNU__ vs. __GNUC__ typo in preprocess... |
tree | commitdiff |
2008-06-01 |
Stefano Sabatini | Macro suggested by Michael which will be used to disabl... |
tree | commitdiff |
2008-05-30 |
Diego Biurrun | Implement a proper configure test for AltiVec vector... |
tree | commitdiff |
2008-05-25 |
Michael Niedermayer | Ensure that one can store X bytes in a fifo of size X. |
tree | commitdiff |
2008-05-25 |
Michael Niedermayer | Make av_fifo*_read() ignore the available amount of... |
tree | commitdiff |
2008-05-23 |
Michael Niedermayer | indent |
tree | commitdiff |
2008-05-23 |
Michael Niedermayer | make av_strdup(NULL) return NULL |
tree | commitdiff |
2008-05-09 |
Diego Biurrun | Add required stdint.h header. |
tree | commitdiff |
2008-05-08 |
Ramiro Polla | Do not misuse long as the size of a register in x86. |
tree | commitdiff |
2008-05-06 |
Diego Biurrun | Remove unnecessary parentheses from return calls. |
tree | commitdiff |
2008-05-06 |
Diego Biurrun | minor wording fix |
tree | commitdiff |
2008-05-06 |
Diego Biurrun | minor spelling fix |
tree | commitdiff |
2008-05-03 |
Måns Rullgård | add necessary #includes in headers |
tree | commitdiff |
2008-04-26 |
Baptiste Coudurier | add FFMIN3 |
tree | commitdiff |
2008-04-24 |
Stefano Sabatini | Enhance documentation for AVClass |
tree | commitdiff |
2008-04-19 |
Vladimir Voroshilov | Implement FFMAX3(a,b,c) - maximum over three arguments. |
tree | commitdiff |
2008-04-18 |
Diego Biurrun | Fix des-test compilation. |
tree | commitdiff |
2008-04-17 |
Diego Biurrun | cosmetics: __asm__ __volatile__ --> asm volatile |
tree | commitdiff |
2008-04-11 |
Stefano Sabatini | remove useless extern keyword. |
tree | commitdiff |
2008-04-09 |
Benoit Fouet | cosmetics (by Björn Axelsson) |
tree | commitdiff |
2008-04-09 |
Björn Axelsson | Add a generic write function to av_fifo. |
tree | commitdiff |
2008-04-07 |
Måns Rullgård | non-recursive makefiles |
tree | commitdiff |
2008-04-05 |
Michael Niedermayer | simplify |
tree | commitdiff |
2008-04-03 |
Michael Niedermayer | Merge declaratio and initialization. |
tree | commitdiff |
2008-04-03 |
Michael Niedermayer | Merge declaration and initialization. |
tree | commitdiff |
2008-03-22 |
Alexander Strange | Split MANGLE macro into LOCAL_MANGLE AND EXTERN_PREFIX... |
tree | commitdiff |
2008-03-21 |
Zuxy Meng | Apply 'cold' attribute to init/uninit functions in... |
tree | commitdiff |
2008-03-19 |
Måns Rullgård | add missing #include "common.h" to libavutil headers |
tree | commitdiff |
2008-03-19 |
Zuxy Meng | Cosmetic change: remove the whitespace after 'defined' |
tree | commitdiff |
2008-03-19 |
Zuxy Meng | 'malloc' attribute isn't supported in old gcc. |
tree | commitdiff |
2008-03-19 |
Zuxy Meng | Apply "alloc_size" attribute to av_alloc, av_realloc... |
tree | commitdiff |
2008-03-19 |
Zuxy Meng | Reapply r12489: Add pure, const and malloc attributes... |
tree | commitdiff |
2008-03-18 |
Måns Rullgård | 32/64-bit agnostic x86 bswap |
tree | commitdiff |
2008-03-18 |
Måns Rullgård | cosmetics: sanitise asm() statements in bswap.h |
tree | commitdiff |
2008-03-18 |
Benoit Fouet | revert r12489. |
tree | commitdiff |
2008-03-18 |
Zuxy Meng | Pure, const and malloc attributes to libavutil. |
tree | commitdiff |
2008-03-18 |
Måns Rullgård | check for prefix on extern symbols in configure |
tree | commitdiff |
2008-03-17 |
Måns Rullgård | add REGd definition |
tree | commitdiff |
2008-03-17 |
Diego Biurrun | cosmetics: indentation |
tree | commitdiff |
2008-03-17 |
Diego Biurrun | Simplify MANGLE macro preprocessor condition checks. |
tree | commitdiff |
2008-03-17 |
İsmail Dönmez | Fix MANGLE macro on Mac OS X. |
tree | commitdiff |
2008-03-13 |
Diego Biurrun | #include stddef.h instead of sys/types.h, the former... |
tree | commitdiff |
2008-03-13 |
Diego Biurrun | #include stdint.h instead of inttypes.h like all libavu... |
tree | commitdiff |
2008-03-13 |
Diego Biurrun | Add #include "config.h" to headers that need it. |
tree | commitdiff |
2008-03-13 |
Diego Biurrun | Add missing stdint.h #include to headers that use it. |
tree | commitdiff |
2008-03-12 |
Diego Biurrun | typo fixes |
tree | commitdiff |
2008-03-10 |
Diego Biurrun | misc spelling fixes |
tree | commitdiff |
2008-03-08 |
Diego Biurrun | #error in case we do not know how to provide alignment. |
tree | commitdiff |
2008-03-08 |
Måns Rullgård | check for x86 bswap instruction |
tree | commitdiff |
2008-03-08 |
Diego Biurrun | cosmetics: Consistently move NAME and FFLIBS to the... |
tree | commitdiff |
2008-03-07 |
Måns Rullgård | simplify library version handling |
tree | commitdiff |
2008-02-28 |
Reimar Döffinger | Use cltd instead of cdq asm mnemonic, ICC and gcc suppo... |
tree | commitdiff |
2008-02-27 |
Måns Rullgård | simplify lzo-test rule |
tree | commitdiff |
2008-02-26 |
Måns Rullgård | less preprocessor magic in version number macros |
tree | commitdiff |
2008-02-26 |
Peter Ross | This header just needs stdint.h, not inttypes.h, which... |
tree | commitdiff |
2008-02-25 |
Eddie Pang | Fix MSVC identification, patch by Eddie Pang. |
tree | commitdiff |
2008-02-25 |
Michael Niedermayer | Make code C conformant. |
tree | commitdiff |
2008-02-25 |
Diego Biurrun | cosmetics: prettyprint |
tree | commitdiff |
2008-02-20 |
Eddie Pang | 10l: Correctly use preprocessor conditionals. |
tree | commitdiff |
2008-02-19 |
Måns Rullgård | Clean up lib* version definitions |
tree | commitdiff |
2008-02-15 |
Diego Biurrun | prettyprinting cosmetics |
tree | commitdiff |
2008-02-14 |
avcoder | Avoid void*-arithmetic. |
tree | commitdiff |
2008-02-13 |
Diego Biurrun | Add fallback for DECLARE_ALIGNED and DECLARE_ASM_CONST. |
tree | commitdiff |
2008-02-13 |
Diego Biurrun | Mark MSVC compiler macros as such. |
tree | commitdiff |
2008-02-13 |
Diego Biurrun | Disentangle nested preprocessor directives. |
tree | commitdiff |
2008-02-09 |
Carl Eugen Hoyos | Allow compilation with icc 10.1. |
tree | commitdiff |
2008-02-03 |
Michael Niedermayer | Missing const found by -Wwrite-strings. |
tree | commitdiff |
2008-02-01 |
Reimar Döffinger | LZO decoder input is const |
tree | commitdiff |
2008-02-01 |
Michael Niedermayer | Do not cast const away. |
tree | commitdiff |
2008-02-01 |
Michael Niedermayer | Merge declaration and initialization. |
tree | commitdiff |
2008-02-01 |
Michael Niedermayer | Dont cast const away. |
tree | commitdiff |
2008-01-31 |
Michael Niedermayer | Fix the following using void* casts, proper casts are... |
tree | commitdiff |
2008-01-30 |
Michael Niedermayer | fixing warning |
tree | commitdiff |
2008-01-28 |
Benoit Fouet | Remove integer.h inclusion. |
tree | commitdiff |
2008-01-27 |
Diego Biurrun | Move common test program infrastructure to common.mak. |
tree | commitdiff |
2008-01-27 |
Diego Biurrun | Move some lines in preparation for an upcoming commit. |
tree | commitdiff |
2008-01-27 |
Diego Biurrun | Add Makefile rules for test programs. |
tree | commitdiff |
2008-01-27 |
Diego Biurrun | Do not install integer.h, it is not part of the public... |
tree | commitdiff |
2008-01-27 |
Reimar Döffinger | Add and use DECLARE_ASM_CONST for constants used in... |
tree | commitdiff |
2008-01-23 |
Michael Niedermayer | Comment to explain how the add/remove core works. |
tree | commitdiff |
2008-01-21 |
Michael Niedermayer | Faster ff_sqrt() |
tree | commitdiff |
2008-01-17 |
Diego Biurrun | Disallow puts(), av_log() should be used instead. |
tree | commitdiff |
2008-01-16 |
Michael Niedermayer | Print removing of nodes in the test code. |
tree | commitdiff |
2008-01-16 |
Michael Niedermayer | simplify |
tree | commitdiff |
2008-01-14 |
Sigbjørn Skjæret | Add a couple of missing consts. |
tree | commitdiff |
2008-01-10 |
Diego Biurrun | Fix a couple of 'return type defaults to int' and ... |
tree | commitdiff |
2008-01-08 |
Diego Biurrun | Allow compilation of test programs when TEST is defined. |
tree | commitdiff |
2008-01-08 |
Diego Biurrun | Remove unused variable j. |
tree | commitdiff |
2008-01-08 |
Diego Biurrun | Remove unused variable variance. |
tree | commitdiff |
2008-01-08 |
Diego Biurrun | Fix test program compilation, random() needs to be... |
tree | commitdiff |
2008-01-07 |
Aurelien Jacobs | Fix access to the last element of the table. |
tree | commitdiff |
2008-01-04 |
Aurelien Jacobs | install crc.h which is now part of public API |
tree | commitdiff |
2008-01-04 |
Aurelien Jacobs | improve CRC API |
tree | commitdiff |
2008-01-04 |
Michael Niedermayer | indent |
tree | commitdiff |
2008-01-04 |
Michael Niedermayer | Flip key and element so types match, not that it matter... |
tree | commitdiff |
2008-01-04 |
Michael Niedermayer | Document O() time. |
tree | commitdiff |
2008-01-04 |
Michael Niedermayer | Document node removial API. |
tree | commitdiff |
2008-01-04 |
Michael Niedermayer | Fix selftest. |
tree | commitdiff |
next |