]> git.sesse.net Git - ffmpeg/history - libavutil
Remove declaration of non-existing functions
[ffmpeg] / libavutil /
2008-04-03 Michael NiedermayerMerge declaratio and initialization.
2008-04-03 Michael NiedermayerMerge declaration and initialization.
2008-03-22 Alexander StrangeSplit MANGLE macro into LOCAL_MANGLE AND EXTERN_PREFIX...
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-19 Måns Rullgårdadd missing #include "common.h" to libavutil headers
2008-03-19 Zuxy MengCosmetic change: remove the whitespace after 'defined'
2008-03-19 Zuxy Meng'malloc' attribute isn't supported in old gcc.
2008-03-19 Zuxy MengApply "alloc_size" attribute to av_alloc, av_realloc...
2008-03-19 Zuxy MengReapply r12489: Add pure, const and malloc attributes...
2008-03-18 Måns Rullgård32/64-bit agnostic x86 bswap
2008-03-18 Måns Rullgårdcosmetics: sanitise asm() statements in bswap.h
2008-03-18 Benoit Fouetrevert r12489.
2008-03-18 Zuxy MengPure, const and malloc attributes to libavutil.
2008-03-18 Måns Rullgårdcheck for prefix on extern symbols in configure
2008-03-17 Måns Rullgårdadd REGd definition
2008-03-17 Diego Biurruncosmetics: indentation
2008-03-17 Diego BiurrunSimplify MANGLE macro preprocessor condition checks.
2008-03-17 İsmail DönmezFix MANGLE macro on Mac OS X.
2008-03-13 Diego Biurrun#include stddef.h instead of sys/types.h, the former...
2008-03-13 Diego Biurrun#include stdint.h instead of inttypes.h like all libavu...
2008-03-13 Diego BiurrunAdd #include "config.h" to headers that need it.
2008-03-13 Diego BiurrunAdd missing stdint.h #include to headers that use it.
2008-03-12 Diego Biurruntypo fixes
2008-03-10 Diego Biurrunmisc spelling fixes
2008-03-08 Diego Biurrun#error in case we do not know how to provide alignment.
2008-03-08 Måns Rullgårdcheck for x86 bswap instruction
2008-03-08 Diego Biurruncosmetics: Consistently move NAME and FFLIBS to the...
2008-03-07 Måns Rullgårdsimplify library version handling
2008-02-28 Reimar DöffingerUse cltd instead of cdq asm mnemonic, ICC and gcc suppo...
2008-02-27 Måns Rullgårdsimplify lzo-test rule
2008-02-26 Måns Rullgårdless preprocessor magic in version number macros
2008-02-26 Peter RossThis header just needs stdint.h, not inttypes.h, which...
2008-02-25 Eddie PangFix MSVC identification, patch by Eddie Pang.
2008-02-25 Michael NiedermayerMake code C conformant.
2008-02-25 Diego Biurruncosmetics: prettyprint
2008-02-20 Eddie Pang10l: Correctly use preprocessor conditionals.
2008-02-19 Måns RullgårdClean up lib* version definitions
2008-02-15 Diego Biurrunprettyprinting cosmetics
2008-02-14 avcoderAvoid void*-arithmetic.
2008-02-13 Diego BiurrunAdd fallback for DECLARE_ALIGNED and DECLARE_ASM_CONST.
2008-02-13 Diego BiurrunMark MSVC compiler macros as such.
2008-02-13 Diego BiurrunDisentangle nested preprocessor directives.
2008-02-09 Carl Eugen HoyosAllow compilation with icc 10.1.
2008-02-03 Michael NiedermayerMissing const found by -Wwrite-strings.
2008-02-01 Reimar DöffingerLZO decoder input is const
2008-02-01 Michael NiedermayerDo not cast const away.
2008-02-01 Michael NiedermayerMerge declaration and initialization.
2008-02-01 Michael NiedermayerDont cast const away.
2008-01-31 Michael NiedermayerFix the following using void* casts, proper casts are...
2008-01-30 Michael Niedermayerfixing warning
2008-01-28 Benoit FouetRemove integer.h inclusion.
2008-01-27 Diego BiurrunMove common test program infrastructure to common.mak.
2008-01-27 Diego BiurrunMove some lines in preparation for an upcoming commit.
2008-01-27 Diego BiurrunAdd Makefile rules for test programs.
2008-01-27 Diego BiurrunDo not install integer.h, it is not part of the public...
2008-01-27 Reimar DöffingerAdd and use DECLARE_ASM_CONST for constants used in...
2008-01-23 Michael NiedermayerComment to explain how the add/remove core works.
2008-01-21 Michael NiedermayerFaster ff_sqrt()
2008-01-17 Diego BiurrunDisallow puts(), av_log() should be used instead.
2008-01-16 Michael NiedermayerPrint removing of nodes in the test code.
2008-01-16 Michael Niedermayersimplify
2008-01-14 Sigbjørn SkjæretAdd a couple of missing consts.
2008-01-10 Diego BiurrunFix a couple of 'return type defaults to int' and ...
2008-01-08 Diego BiurrunAllow compilation of test programs when TEST is defined.
2008-01-08 Diego BiurrunRemove unused variable j.
2008-01-08 Diego BiurrunRemove unused variable variance.
2008-01-08 Diego BiurrunFix test program compilation, random() needs to be...
2008-01-07 Aurelien JacobsFix access to the last element of the table.
2008-01-04 Aurelien Jacobsinstall crc.h which is now part of public API
2008-01-04 Aurelien Jacobsimprove CRC API
2008-01-04 Michael Niedermayerindent
2008-01-04 Michael NiedermayerFlip key and element so types match, not that it matter...
2008-01-04 Michael NiedermayerDocument O() time.
2008-01-04 Michael NiedermayerDocument node removial API.
2008-01-04 Michael NiedermayerFix selftest.
2008-01-04 Michael NiedermayerSupport removing elements.
2008-01-04 Michael NiedermayerMove *malloc() out of tree.c, that way the code can...
2008-01-04 Michael NiedermayerAlways set next correctly, even if a matching element...
2007-12-27 Michael KostylevCheck for the presence of llrint(), lrint(), round...
2007-12-27 Diego BiurrunRemove outdated comment.
2007-12-24 Michael Kostylevdjgpp port, first part
2007-12-12 Måns Rullgårduse av_log_get/set_level()
2007-12-12 Luca Barbatokill a warning, av_sha1_update accepts uint8_t * not...
2007-12-12 Luca BarbatoProvide sha1 to outside applications
2007-11-24 Diego BiurrunAdd missing #includes to fix 'make checkheaders'.
2007-11-23 Diego Biurrunmain() --> main(void)
2007-11-19 Luca AbeniGenerate a linking error if perror() is used in libav*
2007-11-19 Luca AbeniRemove perror() usage from libavutil
2007-11-08 Luca AbeniReindent the code after last commit
2007-11-08 Luca AbeniRemove redundant "if(len)"
2007-11-02 Stefano SabatiniDoxyfication, patch by Stefano Sabatini %stefano P...
2007-11-01 Stefano Sabatinidoxy/cosmetics fixes. Patch by Stefano Sabatini %stefan...
2007-10-30 Luca AbeniMark the source buffer as "const"
2007-10-20 Reimar DöffingerDocument ff_des_encdec
2007-10-19 Jeremy MordkoffFix typo.
2007-10-19 Diego Biurruncosmetics: Add #endif comment.
2007-10-19 Reimar DöffingerAdd support for DES en- and decryption.
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-10-17 Diego BiurrunUse filename as multiple inclusion guard.
2007-10-15 Diego Biurrunmisc Doxygen spelling/grammar fixes
next