summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* H264 DXVA2 implementationLaurent Aimar2010-01-20
* Move COPY3_IF_LT to lavc/mathops.hMåns Rullgård2010-01-20
* Move FASTDIV macro to intmath.hMåns Rullgård2010-01-19
* Use avconfig.h in pixfmt.hMåns Rullgård2010-01-19
* Create and install libavutil/avconfig.hMåns Rullgård2010-01-19
* Add macros for 64- and 128-bit write-combining optimization to intreadwrite.h.Alexander Strange2010-01-18
* Mark all intreadwrite functions av_always_inlineMåns Rullgård2010-01-18
* Make sure we do not export incorrect _NE pixformat descriptions by eitherReimar Döffinger2010-01-17
* Add missing parens in AV_WN macrosMåns Rullgård2010-01-17
* Add symbol versioning for shared librariesMåns Rullgård2010-01-16
* Use macros instead of inline functions to replace the following missing C99Vitor Sessak2010-01-16
* Optimise av_log2 with clz when availableMåns Rullgård2010-01-14
* Add replacements for log2f(), exp2() and exp2f() for platforms that lacks it.Vitor Sessak2010-01-12
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini2010-01-03
* Remove residual use of the doxygen markup which is deprecated,Stefano Sabatini2010-01-01
* 2nd try on documenting av_gcd().Michael Niedermayer2009-12-27
* Document av_gcd().Michael Niedermayer2009-12-27
* Place { of the function where indent -kr wants it.Michael Niedermayer2009-12-14
* Move #include where it belongs.Michael Niedermayer2009-12-13
* Add a function to convert a number to a av_malloced string.Michael Niedermayer2009-12-13
* Implement av_bmg_next(), a Box-Muller Gaussian random generator.Stefano Sabatini2009-12-12
* Make av_log_level static at next lavu major version bump.Ramiro Polla2009-12-03
* Make av_pix_fmt_descriptors use the same pixel format names as definedStefano Sabatini2009-11-26
* Make the pixdesc API public.Stefano Sabatini2009-11-24
* Clarify PIX_FMT_BE flag doxy. Increase consistency / pickiness.Stefano Sabatini2009-11-23
* Clarify relations between log2_chroma_w, log2_chroma_h and comp.Stefano Sabatini2009-11-18
* Add functions to return library license and library configuration.Diego Biurrun2009-11-18
* Rename AVPixFmtDescriptor.nb_channels to nb_components, the new nameStefano Sabatini2009-11-18
* Fix indention after last commit.Michael Niedermayer2009-11-14
* Fix crash with av_tree_enumerate(NULL).Michael Niedermayer2009-11-14
* Make sure av_tree_enumerate() enumerates left->right.Michael Niedermayer2009-11-14
* Add PIX_FMT_VDPAU_MPEG4 to pixdesc.c.Carl Eugen Hoyos2009-11-11
* Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be usedNVIDIA Corporation2009-11-10
* Remove code checking for __PIC__ or __pic__ and setting PIC from libavutil/in...Reimar Döffinger2009-11-10
* Move ff_reverse in libavcodec to av_reverse in libavutil.Francesco Lavra2009-11-09
* Add pixel format descriptors for the HW-accelerated formats.Stefano Sabatini2009-11-05
* Add PIX_FMT_PAL flag to BGR8, BGR4_BYTE, RGB8, and RGB4_BYTE formats.Stefano Sabatini2009-11-02
* Move pixdesc.{h,c} from libavcodec to libavutil.Stefano Sabatini2009-10-27
* id3v2: Add support for UTF-16 encoding.Anton Khirnov2009-09-23
* extend ff_inverse[], and fix its documentationLoren Merritt2009-09-21
* Add warnings to av_strlcat and av_strlcpy doxygen that the input stringsReimar Döffinger2009-09-09
* Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and labelRamiro Polla2009-09-06
* Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().Lars Täuber2009-09-05
* Add a newline in error message in CHECKED_ALLOC(Z).Ramiro Polla2009-09-04
* whitespace cosmetics, prettyprintingDiego Biurrun2009-09-01
* Add function to compute ceil(log2(x)).Thilo Borgmann2009-08-30
* Add CHECKED_ALLOC macro.Ramiro Polla2009-08-29
* AVR32: optimisations for intreadwrite.hMåns Rullgård2009-08-17
* AVR32: inline asm for bswap.hMåns Rullgård2009-08-17
* MIPS: 100L: fix AV_[RW]N64 on MIPS64Måns Rullgård2009-08-16