]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavutil
Riff ids for wmapro and wmavoice, this adds support for stream copy of these codecs...
[frescor/ffmpeg.git] / libavutil /
2008-02-20 diego10l: Correctly use preprocessor conditionals.
2008-02-19 mruClean up lib* version definitions
2008-02-15 diegoprettyprinting cosmetics
2008-02-14 benoitAvoid void*-arithmetic.
2008-02-13 diegoAdd fallback for DECLARE_ALIGNED and DECLARE_ASM_CONST.
2008-02-13 diegoMark MSVC compiler macros as such.
2008-02-13 diegoDisentangle nested preprocessor directives.
2008-02-09 cehoyosAllow compilation with icc 10.1.
2008-02-03 michaelMissing const found by -Wwrite-strings.
2008-02-01 reimarLZO decoder input is const
2008-02-01 michaelDo not cast const away.
2008-02-01 michaelMerge declaration and initialization.
2008-02-01 michaelDont cast const away.
2008-01-31 michaelFix the following using void* casts, proper casts are...
2008-01-30 michaelfixing warning
2008-01-28 benoitRemove integer.h inclusion.
2008-01-27 diegoMove common test program infrastructure to common.mak.
2008-01-27 diegoMove some lines in preparation for an upcoming commit.
2008-01-27 diegoAdd Makefile rules for test programs.
2008-01-27 diegoDo not install integer.h, it is not part of the public...
2008-01-27 reimarAdd and use DECLARE_ASM_CONST for constants used in...
2008-01-23 michaelComment to explain how the add/remove core works.
2008-01-21 michaelFaster ff_sqrt()
2008-01-17 diegoDisallow puts(), av_log() should be used instead.
2008-01-16 michaelPrint removing of nodes in the test code.
2008-01-16 michaelsimplify
2008-01-14 diegoAdd a couple of missing consts.
2008-01-10 diegoFix a couple of 'return type defaults to int' and ...
2008-01-08 diegoAllow compilation of test programs when TEST is defined.
2008-01-08 diegoRemove unused variable j.
2008-01-08 diegoRemove unused variable variance.
2008-01-08 diegoFix test program compilation, random() needs to be...
2008-01-07 aurelFix access to the last element of the table.
2008-01-04 aurelinstall crc.h which is now part of public API
2008-01-04 aurelimprove CRC API
2008-01-04 michaelindent
2008-01-04 michaelFlip key and element so types match, not that it matter...
2008-01-04 michaelDocument O() time.
2008-01-04 michaelDocument node removial API.
2008-01-04 michaelFix selftest.
2008-01-04 michaelSupport removing elements.
2008-01-04 michaelMove *malloc() out of tree.c, that way the code can...
2008-01-04 michaelAlways set next correctly, even if a matching element...
2007-12-27 diegoCheck for the presence of llrint(), lrint(), round...
2007-12-27 diegoRemove outdated comment.
2007-12-24 diegodjgpp port, first part
2007-12-12 mruuse av_log_get/set_level()
2007-12-12 lu_zerokill a warning, av_sha1_update accepts uint8_t * not...
2007-12-12 lu_zeroProvide sha1 to outside applications
2007-11-24 diegoAdd missing #includes to fix 'make checkheaders'.
2007-11-23 diegomain() --> main(void)
2007-11-19 lucabeGenerate a linking error if perror() is used in libav*
2007-11-19 lucabeRemove perror() usage from libavutil
2007-11-08 lucabeReindent the code after last commit
2007-11-08 lucabeRemove redundant "if(len)"
2007-11-02 gpoirierDoxyfication, patch by Stefano Sabatini %stefano P...
2007-11-01 gpoirierdoxy/cosmetics fixes. Patch by Stefano Sabatini %stefan...
2007-10-30 lucabeMark the source buffer as "const"
2007-10-20 reimarDocument ff_des_encdec
2007-10-19 benoitFix typo.
2007-10-19 diegocosmetics: Add #endif comment.
2007-10-19 reimarAdd support for DES en- and decryption.
2007-10-17 diegoAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-10-17 diegoUse filename as multiple inclusion guard.
2007-10-15 diegomisc Doxygen spelling/grammar fixes
2007-10-14 reimarFix rc4 header, #ifndef -> #define
2007-10-14 diegoAdd multiple inclusion guards.
2007-10-14 diegoAdd standard license header.
2007-10-14 diegoConsistently place comments in file header.
2007-10-14 diegocosmetics: sort()
2007-10-13 reimarAdd RC4 encryption/decryption function
2007-09-24 aureladd support for yuva420p colorspace (yuv420p + alpha)
2007-09-09 diegoDocument libavutil/mem.h:av_strdup.
2007-08-30 diegocosmetics: Sort some lines, whitespace changes.
2007-08-27 diegoChange SYS_DARWIN preprocessor checks to __APPLE__...
2007-08-24 diegoMove Apple gcc AltiVec vector declaration syntax to...
2007-08-22 diegoRename CONFIG_DARWIN to SYS_DARWIN, it is not configura...
2007-08-20 reimarAdditional documentation for CRC functions
2007-08-19 reimarUse defines instead of raw hex numbers to specify CRC...
2007-08-15 ramiroCONFIG_7REGS -> HAVE_7REGS
2007-08-13 ramiroAdd attribute that forces alignment of stack to functio...
2007-08-11 aureladd a new av_clip_int16() function to libavutil
2007-08-11 aurelensure av_noinline is always defined
2007-08-09 romansh * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)
2007-08-09 romansh * Making [START|STOP]_TIMER work on architectures...
2007-07-19 lucabeImplement av_strlcatf(): a strlcat which adds a printf...
2007-07-18 reimarDocument aes init code writing on purpose beyond round_...
2007-07-18 benoitadd YUV440P and YUVJ440P support
2007-07-14 mrumove #include of system headers to top of file
2007-07-14 alex10l to Mans, assert is included later with proper DEBUG...
2007-07-14 alexmatch doxygen comment with other parts of the file
2007-07-11 ramiroRemove unnecessary MINGW ifdef.
2007-07-11 ramiroRemove MinGW lrint hack.
2007-07-10 ramiroRemove OS/2 support
2007-07-10 mru10l: fix av_str[i]start()
2007-07-08 mruundef forbidden names before we #define them in case...
2007-07-05 diegolicense header consistency cosmetics
2007-07-05 diegoGroup all copyright and author notices together.
2007-07-05 vitorMake error message more helpful and forbid random()
2007-07-02 diegoMove comment to a slightly better place.
next