OSDN Git Service

Make RTMP client send bytes read report
[coroid/libav_saccubus.git] / libavutil /
2010-02-18 Måns RullgårdAdd alias-safe aligned AV_[RW]N macros
2010-02-18 Måns RullgårdUse alias-safe types in AV_COPY/SWAP/ZERO macros
2010-02-18 Måns RullgårdUse alias-safe types in AV_[RW] macros
2010-02-18 Måns RullgårdAdd alias-safe union typedefs
2010-02-16 Stefano SabatiniMove read_line() and write_line() definition from pixde...
2010-02-11 Kostya ShishkovSimplify expression as suggested by Måns Rullgård
2010-02-11 Kostya ShishkovMake SHA digest function write digest value with AV_WN3...
2010-02-09 Måns RullgårdDefine missing llrint() as macro instead of inline...
2010-02-07 Michael NiedermayerBump minor for av_compare_ts()
2010-02-07 Michael Niedermayerav_compare_ts()
2010-01-31 Stefano SabatiniFix grammar: write to DST THING -> write THING to DST.
2010-01-30 Stefano SabatiniRemove duplicated word in av_strlcat() doxy.
2010-01-30 Stefano SabatiniImplement av_get_pix_fmt(), and deprecate avcodec_get_p...
2010-01-29 Måns RullgårdAdd AV_COPY32
2010-01-29 Måns RullgårdDefine av_alias if supported by compiler
2010-01-28 Måns RullgårdAdd --malloc-prefix to apply a prefix to malloc, free etc
2010-01-27 Måns RullgårdAdd macro AV_JOIN() for joining two tokens into one
2010-01-22 Måns RullgårdDECLARE_ALIGNED macro for TMS470 compiler
2010-01-22 Måns RullgårdAdd an AV_PRAGMA() macro for constructing _Pragma(...
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2010-01-21 Måns RullgårdMake DECLARE_ALIGNED macros work with external array...
2010-01-20 Laurent AimarH264 DXVA2 implementation
2010-01-20 Måns RullgårdMove COPY3_IF_LT to lavc/mathops.h
2010-01-19 Måns RullgårdMove FASTDIV macro to intmath.h
2010-01-19 Måns RullgårdUse avconfig.h in pixfmt.h
2010-01-19 Måns RullgårdCreate and install libavutil/avconfig.h
2010-01-18 Alexander StrangeAdd macros for 64- and 128-bit write-combining optimiza...
2010-01-18 Måns RullgårdMark all intreadwrite functions av_always_inline
2010-01-17 Reimar DöffingerMake sure we do not export incorrect _NE pixformat...
2010-01-17 Måns RullgårdAdd missing parens in AV_WN macros
2010-01-16 Måns RullgårdAdd symbol versioning for shared libraries
2010-01-16 Vitor SessakUse macros instead of inline functions to replace the...
2010-01-14 Måns RullgårdOptimise av_log2 with clz when available
2010-01-12 Vitor SessakAdd replacements for log2f(), exp2() and exp2f() for...
2010-01-03 Stefano SabatiniPrefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_config...
2010-01-01 Stefano SabatiniRemove residual use of the doxygen markup which is...
2009-12-27 Michael Niedermayer2nd try on documenting av_gcd().
2009-12-27 Michael NiedermayerDocument av_gcd().
2009-12-14 Michael NiedermayerPlace { of the function where indent -kr wants it.
2009-12-13 Michael NiedermayerMove #include where it belongs.
2009-12-13 Michael NiedermayerAdd a function to convert a number to a av_malloced...
2009-12-12 Stefano SabatiniImplement av_bmg_next(), a Box-Muller Gaussian random...
2009-12-03 Ramiro PollaMake av_log_level static at next lavu major version...
2009-11-26 Stefano SabatiniMake av_pix_fmt_descriptors use the same pixel format...
2009-11-24 Stefano SabatiniMake the pixdesc API public.
2009-11-23 Stefano SabatiniClarify PIX_FMT_BE flag doxy. Increase consistency...
2009-11-18 Stefano SabatiniClarify relations between log2_chroma_w, log2_chroma_h...
2009-11-18 Diego BiurrunAdd functions to return library license and library...
2009-11-18 Stefano SabatiniRename AVPixFmtDescriptor.nb_channels to nb_components...
2009-11-14 Michael NiedermayerFix indention after last commit.
2009-11-14 Michael NiedermayerFix crash with av_tree_enumerate(NULL).
2009-11-14 Michael NiedermayerMake sure av_tree_enumerate() enumerates left->right.
2009-11-11 Carl Eugen HoyosAdd PIX_FMT_VDPAU_MPEG4 to pixdesc.c.
2009-11-10 NVIDIA CorporationAdd VDPAU hardware accelerated decoding for MPEG-4...
2009-11-10 Reimar DöffingerRemove code checking for __PIC__ or __pic__ and setting...
2009-11-09 Francesco LavraMove ff_reverse in libavcodec to av_reverse in libavutil.
2009-11-05 Stefano SabatiniAdd pixel format descriptors for the HW-accelerated...
2009-11-02 Stefano SabatiniAdd PIX_FMT_PAL flag to BGR8, BGR4_BYTE, RGB8, and...
2009-10-27 Stefano SabatiniMove pixdesc.{h,c} from libavcodec to libavutil.
2009-09-23 Anton Khirnovid3v2: Add support for UTF-16 encoding.
2009-09-21 Loren Merrittextend ff_inverse[], and fix its documentation
2009-09-09 Reimar DöffingerAdd warnings to av_strlcat and av_strlcpy doxygen that...
2009-09-06 Ramiro PollaRename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and...
2009-09-05 Lars TäuberMake 16bit YUV formats compatible with NE avcodec_get_p...
2009-09-04 Ramiro PollaAdd a newline in error message in CHECKED_ALLOC(Z).
2009-09-01 Diego Biurrunwhitespace cosmetics, prettyprinting
2009-08-30 Thilo BorgmannAdd function to compute ceil(log2(x)).
2009-08-29 Ramiro PollaAdd CHECKED_ALLOC macro.
2009-08-17 Måns RullgårdAVR32: optimisations for intreadwrite.h
2009-08-17 Måns RullgårdAVR32: inline asm for bswap.h
2009-08-16 Måns RullgårdMIPS: 100L: fix AV_[RW]N64 on MIPS64
2009-08-16 Måns Rullgårdcosmetics: reformat intreadwrite.h
2009-08-16 Måns Rullgårdintreadwrite: ensure arch-specific versions are always...
2009-08-16 Måns Rullgårdintreadwrite: allow arch-specific 24-bit access macros
2009-08-16 Måns RullgårdARM: first value loaded in AV_RN64 needs to be early...
2009-08-13 Ramiro PollaIntroduce av_clip_uint16().
2009-08-10 Diego BiurrunRemove disabled code cruft.
2009-08-10 Måns RullgårdDefine INFINITIY and NAN in mathematics.h if missing
2009-07-30 Diego BiurrunRevert addition of '#undef av_always_inline' to config...
2009-07-30 Diego BiurrunMark conditionally used variable T2 as av_unused; avoid...
2009-07-29 Måns RullgårdPPC: fix asm operand constraints in AV_RL64
2009-07-26 Måns RullgårdReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
2009-07-17 Måns RullgårdCheck for __attribute__((packed)) support
2009-07-17 Kostya Shishkovcosmetics: reindent after last commit
2009-07-17 Kostya ShishkovAdd SHA-2 hashing
2009-07-12 Stefano SabatiniRemove useless definition of struct AVCLASS.
2009-07-10 Alex ConverseAdd a log2 replacement for systems that haven't quite...
2009-07-10 Kostya ShishkovPrepare SHA code to handle SHA-2 as well. For now renam...
2009-07-09 Kostya ShishkovRename function to sha1_transform so it won't be confus...
2009-07-09 Kostya ShishkovUse pointer to hash transform function to make adding...
2009-07-09 Kostya Shishkovcosmetics: vertical align AVSHA1 members
2009-07-09 Kostya ShishkovExtend AVSHA1 so it can be used in future SHA-2 code...
2009-07-09 Kostya ShishkovDocument SHA-1 functions and structures
2009-07-09 Ramiro PollaMove DECLARE_ALIGNED and DECLARE_ASM_CONST back from...
2009-07-09 Ramiro PollaDo not throw compiler error if asm code needs alignment...
2009-07-01 Måns RullgårdARM: use gcc inline asm in bswap.h only when available
2009-06-28 Carl Eugen HoyosIcc does not support attribute flatten, do not try...
2009-06-27 Carl Eugen HoyosIcc 11.1 does not support attributes force_align_arg_po...
2009-06-12 Jeff DownsFix cast of byte buffer to uint32 that was disregarding...
2009-06-11 Diego Biurruncosmetics: Reformat file to K&R style upon Kostya's...
next