Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-16Add symbol versioning for shared librariesMåns Rullgård
2010-01-16Use macros instead of inline functions to replace the following missing C99Vitor Sessak
2010-01-14Optimise av_log2 with clz when availableMåns Rullgård
2010-01-12Add replacements for log2f(), exp2() and exp2f() for platforms that lacks it.Vitor Sessak
2010-01-03Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini
2010-01-01Remove residual use of the doxygen markup which is deprecated,Stefano Sabatini
2009-12-272nd try on documenting av_gcd().Michael Niedermayer
2009-12-27Document av_gcd().Michael Niedermayer
2009-12-14Place { of the function where indent -kr wants it.Michael Niedermayer
2009-12-13Move #include where it belongs.Michael Niedermayer
2009-12-13Add a function to convert a number to a av_malloced string.Michael Niedermayer
2009-12-12Implement av_bmg_next(), a Box-Muller Gaussian random generator.Stefano Sabatini
2009-12-03Make av_log_level static at next lavu major version bump.Ramiro Polla
2009-11-26Make av_pix_fmt_descriptors use the same pixel format names as definedStefano Sabatini
2009-11-25Make the pixdesc API public.Stefano Sabatini
2009-11-23Clarify PIX_FMT_BE flag doxy. Increase consistency / pickiness.Stefano Sabatini
2009-11-19Clarify relations between log2_chroma_w, log2_chroma_h and comp.Stefano Sabatini
2009-11-18Add functions to return library license and library configuration.Diego Biurrun
2009-11-18Rename AVPixFmtDescriptor.nb_channels to nb_components, the new nameStefano Sabatini
2009-11-14Fix indention after last commit.Michael Niedermayer
2009-11-14Fix crash with av_tree_enumerate(NULL).Michael Niedermayer
2009-11-14Make sure av_tree_enumerate() enumerates left->right.Michael Niedermayer
2009-11-11Add PIX_FMT_VDPAU_MPEG4 to pixdesc.c.Carl Eugen Hoyos
2009-11-10Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be usedNVIDIA Corporation
2009-11-10Remove code checking for __PIC__ or __pic__ and setting PIC from libavutil/in...Reimar Döffinger
2009-11-09Move ff_reverse in libavcodec to av_reverse in libavutil.Francesco Lavra
2009-11-06Add pixel format descriptors for the HW-accelerated formats.Stefano Sabatini
2009-11-02Add PIX_FMT_PAL flag to BGR8, BGR4_BYTE, RGB8, and RGB4_BYTE formats.Stefano Sabatini
2009-10-27Move pixdesc.{h,c} from libavcodec to libavutil.Stefano Sabatini
2009-09-23id3v2: Add support for UTF-16 encoding.Anton Khirnov
2009-09-21extend ff_inverse[], and fix its documentationLoren Merritt
2009-09-10Add warnings to av_strlcat and av_strlcpy doxygen that the input stringsReimar Döffinger
2009-09-06Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and labelRamiro Polla
2009-09-06Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().Lars Täuber
2009-09-04Add a newline in error message in CHECKED_ALLOC(Z).Ramiro Polla
2009-09-01whitespace cosmetics, prettyprintingDiego Biurrun
2009-08-30Add function to compute ceil(log2(x)).Thilo Borgmann
2009-08-30Add CHECKED_ALLOC macro.Ramiro Polla
2009-08-17AVR32: optimisations for intreadwrite.hMåns Rullgård
2009-08-17AVR32: inline asm for bswap.hMåns Rullgård
2009-08-16MIPS: 100L: fix AV_[RW]N64 on MIPS64Måns Rullgård
2009-08-16cosmetics: reformat intreadwrite.hMåns Rullgård
2009-08-16intreadwrite: ensure arch-specific versions are always used if definedMåns Rullgård
2009-08-16intreadwrite: allow arch-specific 24-bit access macrosMåns Rullgård
2009-08-16ARM: first value loaded in AV_RN64 needs to be early-clobberMåns Rullgård
2009-08-13Introduce av_clip_uint16().Ramiro Polla
2009-08-10Remove disabled code cruft.Diego Biurrun
2009-08-10Define INFINITIY and NAN in mathematics.h if missingMåns Rullgård
2009-07-31Revert addition of '#undef av_always_inline' to config.h in the small case.Diego Biurrun
2009-07-31Mark conditionally used variable T2 as av_unused; avoids the warning:Diego Biurrun