]> git.sesse.net Git - ffmpeg/history - libavutil
Also check the location of the picture start code and picture coding
[ffmpeg] / libavutil /
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...
2009-06-09 Diego Biurruncosmetics: Add missing ending backslash to installed...
2009-06-06 Stefano SabatiniRemove '\p', '\c' and '\e' doxygen markup from doxy...
2009-05-28 Måns RullgårdMIPS: inline asm for intreadwrite.h
2009-05-25 Ramiro PollaAdd LABEL_MANGLE() to export label symbols from inside...
2009-05-22 David ConradMove ALIGN macro to libavutil/common.h and use it in...
2009-05-09 Stefano SabatiniAdd @code/@endcode commands to markup C code in av_tree...
2009-05-09 Stefano SabatiniAdd missing '*' to av_tree_insert() doxy.
2009-04-22 Michael NiedermayerFix 10l typo (usage of PIX_FMT_NE()).
2009-04-21 Michael NiedermayerAdd 420,422 and 444 planar 16bit per component pix...
2009-04-18 Måns RullgårdPPC: check for x-form asm constraint support
2009-04-18 Måns RullgårdPPC asm for AV_RL*()
2009-04-18 Måns RullgårdARM asm for AV_RN*()
2009-04-18 Måns RullgårdReorganise intreadwrite.h
2009-04-10 Diego Biurruncosmetics: Rename prn variable to prng (Pseudo Random...
2009-04-09 Diego BiurrunGive liblzo benchmark conditionals more descriptive...
2009-04-09 Diego BiurrunAdd a configure check for lzo1x_999_compress() and...
2009-04-02 Olivier GuilyardiImplement av_fifo_space().
2009-04-02 Diego BiurrunFix lzo-test linking: -llzo2 should be in ELIBS, not...
2009-04-02 Diego BiurrunReplace manual setting of the removed av_log_level...
2009-04-01 Måns RullgårdARM: START/STOP_TIMER support for ARMv7
2009-04-01 Måns RullgårdSplit libavutil/timer.h per architecture
2009-03-31 Benoit FouetFix warnings in tree.c test code.
2009-03-31 Diego BiurrunMark non-exported functions in test and example program...
2009-03-26 Diego BiurrunUse a wildcard match instead of a list to remove test...
2009-03-25 Diego BiurrunMove adding the '-test$(EXESUF)' suffix to test program...
2009-03-23 Stefano SabatiniUse PIX_FMT_NE() for defining the PIX_FMT_RGB32 variant...
2009-03-23 Stefano SabatiniMake the PIX_FMT_NE() macro more generic.
2009-03-22 Diego BiurrunRename 'tests' target to 'testprogs'. It is too easily...
2009-03-22 Stefano SabatiniMake the pixel formats which were defined as macros:
2009-03-21 Stefano SabatiniChange the RGB5X5/BGR5X5 pixel format defines so that...
2009-03-21 Stefano SabatiniUse PIX_FMT_NE() macro.
2009-03-21 Stefano SabatiniImplement PIX_FMT_NE() macro.
2009-03-21 Diego BiurrunRemove deprecated and now unused Mersenne Twister PRNG.
2009-03-21 Diego BiurrunWhen warning about forbidden pseudo random number gener...
2009-03-21 Diego BiurrunFix reference to av_random where av_lfg_get was meant.
2009-03-20 Diego BiurrunReplace random() usage in test programs by av_lfg_*().
2009-03-20 Diego BiurrunAlign test program output columns.
2009-03-20 Diego BiurrunMake softfloat test program compile again: Setting...
2009-03-20 Diego BiurrunMake AES test program compile again: Setting the av_log...
2009-03-19 Michael Niedermayertypedef int x86_reg on non x86
2009-03-19 Diego BiurrunFix compilation of adler32 test program: Use av_log_set...
2009-03-15 Diego BiurrunRemove code that was disabled by the recent major versi...
2009-03-15 Stefano SabatiniFix typo: 'conjuction' -> 'conjunction'.
next