]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavutil
WMA: extend exponent range to 95
[frescor/ffmpeg.git] / libavutil /
2009-11-23 stefanoClarify PIX_FMT_BE flag doxy. Increase consistency...
2009-11-18 stefanoClarify relations between log2_chroma_w, log2_chroma_h...
2009-11-18 diegoAdd functions to return library license and library...
2009-11-18 stefanoRename AVPixFmtDescriptor.nb_channels to nb_components...
2009-11-14 michaelFix indention after last commit.
2009-11-14 michaelFix crash with av_tree_enumerate(NULL).
2009-11-14 michaelMake sure av_tree_enumerate() enumerates left->right.
2009-11-11 cehoyosAdd PIX_FMT_VDPAU_MPEG4 to pixdesc.c.
2009-11-10 cehoyosAdd VDPAU hardware accelerated decoding for MPEG-4...
2009-11-10 reimarRemove code checking for __PIC__ or __pic__ and setting...
2009-11-09 cehoyosMove ff_reverse in libavcodec to av_reverse in libavutil.
2009-11-05 stefanoAdd pixel format descriptors for the HW-accelerated...
2009-11-02 stefanoAdd PIX_FMT_PAL flag to BGR8, BGR4_BYTE, RGB8, and...
2009-10-27 stefanoMove pixdesc.{h,c} from libavcodec to libavutil.
2009-09-23 diegoid3v2: Add support for UTF-16 encoding.
2009-09-21 lorenmextend ff_inverse[], and fix its documentation
2009-09-09 reimarAdd warnings to av_strlcat and av_strlcpy doxygen that...
2009-09-06 ramiroRename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and...
2009-09-05 ramiroMake 16bit YUV formats compatible with NE avcodec_get_p...
2009-09-04 ramiroAdd a newline in error message in CHECKED_ALLOC(Z).
2009-09-01 diegowhitespace cosmetics, prettyprinting
2009-08-30 jbrAdd function to compute ceil(log2(x)).
2009-08-29 ramiroAdd CHECKED_ALLOC macro.
2009-08-17 mruAVR32: optimisations for intreadwrite.h
2009-08-17 mruAVR32: inline asm for bswap.h
2009-08-16 mruMIPS: 100L: fix AV_[RW]N64 on MIPS64
2009-08-16 mrucosmetics: reformat intreadwrite.h
2009-08-16 mruintreadwrite: ensure arch-specific versions are always...
2009-08-16 mruintreadwrite: allow arch-specific 24-bit access macros
2009-08-16 mruARM: first value loaded in AV_RN64 needs to be early...
2009-08-13 ramiroIntroduce av_clip_uint16().
2009-08-10 diegoRemove disabled code cruft.
2009-08-10 mruDefine INFINITIY and NAN in mathematics.h if missing
2009-07-30 diegoRevert addition of '#undef av_always_inline' to config...
2009-07-30 diegoMark conditionally used variable T2 as av_unused; avoid...
2009-07-29 mruPPC: fix asm operand constraints in AV_RL64
2009-07-26 mruReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
2009-07-17 mruCheck for __attribute__((packed)) support
2009-07-17 kostyacosmetics: reindent after last commit
2009-07-17 kostyaAdd SHA-2 hashing
2009-07-12 stefanoRemove useless definition of struct AVCLASS.
2009-07-10 alexcAdd a log2 replacement for systems that haven't quite...
2009-07-10 kostyaPrepare SHA code to handle SHA-2 as well. For now renam...
2009-07-09 kostyaRename function to sha1_transform so it won't be confus...
2009-07-09 kostyaUse pointer to hash transform function to make adding...
2009-07-09 kostyacosmetics: vertical align AVSHA1 members
2009-07-09 kostyaExtend AVSHA1 so it can be used in future SHA-2 code...
2009-07-09 kostyaDocument SHA-1 functions and structures
2009-07-09 ramiroMove DECLARE_ALIGNED and DECLARE_ASM_CONST back from...
2009-07-09 ramiroDo not throw compiler error if asm code needs alignment...
2009-07-01 mruARM: use gcc inline asm in bswap.h only when available
2009-06-28 cehoyosIcc does not support attribute flatten, do not try...
2009-06-27 cehoyosIcc 11.1 does not support attributes force_align_arg_po...
2009-06-12 heydownsFix cast of byte buffer to uint32 that was disregarding...
2009-06-11 diegocosmetics: Reformat file to K&R style upon Kostya's...
2009-06-09 diegocosmetics: Add missing ending backslash to installed...
2009-06-06 stefanoRemove '\p', '\c' and '\e' doxygen markup from doxy...
2009-05-28 mruMIPS: inline asm for intreadwrite.h
2009-05-25 ramiroAdd LABEL_MANGLE() to export label symbols from inside...
2009-05-22 conradMove ALIGN macro to libavutil/common.h and use it in...
2009-05-09 stefanoAdd @code/@endcode commands to markup C code in av_tree...
2009-05-09 stefanoAdd missing '*' to av_tree_insert() doxy.
2009-04-22 michaelFix 10l typo (usage of PIX_FMT_NE()).
2009-04-21 michaelAdd 420,422 and 444 planar 16bit per component pix...
2009-04-18 mruPPC: check for x-form asm constraint support
2009-04-18 mruPPC asm for AV_RL*()
2009-04-18 mruARM asm for AV_RN*()
2009-04-18 mruReorganise intreadwrite.h
2009-04-10 diegocosmetics: Rename prn variable to prng (Pseudo Random...
2009-04-09 diegoGive liblzo benchmark conditionals more descriptive...
2009-04-09 diegoAdd a configure check for lzo1x_999_compress() and...
2009-04-02 stefanoImplement av_fifo_space().
2009-04-02 diegoFix lzo-test linking: -llzo2 should be in ELIBS, not...
2009-04-02 diegoReplace manual setting of the removed av_log_level...
2009-04-01 mruARM: START/STOP_TIMER support for ARMv7
2009-04-01 mruSplit libavutil/timer.h per architecture
2009-03-31 benoitFix warnings in tree.c test code.
2009-03-31 diegoMark non-exported functions in test and example program...
2009-03-26 diegoUse a wildcard match instead of a list to remove test...
2009-03-25 diegoMove adding the '-test$(EXESUF)' suffix to test program...
2009-03-23 stefanoUse PIX_FMT_NE() for defining the PIX_FMT_RGB32 variant...
2009-03-23 stefanoMake the PIX_FMT_NE() macro more generic.
2009-03-22 diegoRename 'tests' target to 'testprogs'. It is too easily...
2009-03-22 stefanoMake the pixel formats which were defined as macros:
2009-03-21 stefanoChange the RGB5X5/BGR5X5 pixel format defines so that...
2009-03-21 stefanoUse PIX_FMT_NE() macro.
2009-03-21 stefanoImplement PIX_FMT_NE() macro.
2009-03-21 diegoRemove deprecated and now unused Mersenne Twister PRNG.
2009-03-21 diegoWhen warning about forbidden pseudo random number gener...
2009-03-21 diegoFix reference to av_random where av_lfg_get was meant.
2009-03-20 diegoReplace random() usage in test programs by av_lfg_*().
2009-03-20 diegoAlign test program output columns.
2009-03-20 diegoMake softfloat test program compile again: Setting...
2009-03-20 diegoMake AES test program compile again: Setting the av_log...
2009-03-19 michaeltypedef int x86_reg on non x86
2009-03-19 diegoFix compilation of adler32 test program: Use av_log_set...
2009-03-15 diegoRemove code that was disabled by the recent major versi...
2009-03-15 stefanoFix typo: 'conjuction' -> 'conjunction'.
2009-03-14 mruFix ff_random_get_seed() prototype
2009-03-10 stefanoFix typos.
next