]> git.sesse.net Git - ffmpeg/history - libavutil
Remove INFINITY as suggested by rich.
[ffmpeg] / libavutil /
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
2007-10-14 Reimar DöffingerFix rc4 header, #ifndef -> #define
2007-10-14 Diego BiurrunAdd multiple inclusion guards.
2007-10-14 Diego BiurrunAdd standard license header.
2007-10-14 Diego BiurrunConsistently place comments in file header.
2007-10-14 Diego Biurruncosmetics: sort()
2007-10-13 Reimar DöffingerAdd RC4 encryption/decryption function
2007-09-24 Aurelien Jacobsadd support for yuva420p colorspace (yuv420p + alpha)
2007-09-09 Stefano SabatiniDocument libavutil/mem.h:av_strdup.
2007-08-30 Diego Biurruncosmetics: Sort some lines, whitespace changes.
2007-08-27 Diego BiurrunChange SYS_DARWIN preprocessor checks to __APPLE__...
2007-08-24 Diego BiurrunMove Apple gcc AltiVec vector declaration syntax to...
2007-08-22 Diego BiurrunRename CONFIG_DARWIN to SYS_DARWIN, it is not configura...
2007-08-20 Reimar DöffingerAdditional documentation for CRC functions
2007-08-19 Reimar DöffingerUse defines instead of raw hex numbers to specify CRC...
2007-08-15 Ramiro PollaCONFIG_7REGS -> HAVE_7REGS
2007-08-13 Ramiro PollaAdd attribute that forces alignment of stack to functio...
2007-08-11 Aurelien Jacobsadd a new av_clip_int16() function to libavutil
2007-08-11 Aurelien Jacobsensure av_noinline is always defined
2007-08-09 Roman Shaposhnik * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)
2007-08-09 Roman Shaposhnik * Making [START|STOP]_TIMER work on architectures...
2007-07-19 Luca AbeniImplement av_strlcatf(): a strlcat which adds a printf...
2007-07-18 Reimar DöffingerDocument aes init code writing on purpose beyond round_...
2007-07-18 Andreas Ömanadd YUV440P and YUVJ440P support
2007-07-14 Måns Rullgårdmove #include of system headers to top of file
2007-07-14 Alex Beregszaszi10l to Mans, assert is included later with proper DEBUG...
2007-07-14 Alex Beregszaszimatch doxygen comment with other parts of the file
2007-07-11 Ramiro PollaRemove unnecessary MINGW ifdef.
2007-07-11 Ramiro PollaRemove MinGW lrint hack.
next