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-02-11Simplify expression as suggested by Måns RullgårdKostya Shishkov
2010-02-11Make SHA digest function write digest value with AV_WN32 instead of assumingKostya Shishkov
2010-02-10Define missing llrint() as macro instead of inline functionMåns Rullgård
2010-02-07Bump minor for av_compare_ts()Michael Niedermayer
2010-02-07av_compare_ts()Michael Niedermayer
2010-01-31Fix grammar: write to DST THING -> write THING to DST.Stefano Sabatini
2010-01-30Remove duplicated word in av_strlcat() doxy.Stefano Sabatini
2010-01-30Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt().Stefano Sabatini
2010-01-29Add AV_COPY32Måns Rullgård
2010-01-29Define av_alias if supported by compilerMåns Rullgård
2010-01-28Add --malloc-prefix to apply a prefix to malloc, free etcMåns Rullgård
2010-01-27Add macro AV_JOIN() for joining two tokens into oneMåns Rullgård
2010-01-22DECLARE_ALIGNED macro for TMS470 compilerMåns Rullgård
2010-01-22Add an AV_PRAGMA() macro for constructing _Pragma() directivesMåns Rullgård
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2010-01-21Make DECLARE_ALIGNED macros work with external array specifiersMåns Rullgård
2010-01-20H264 DXVA2 implementationLaurent Aimar
2010-01-20Move COPY3_IF_LT to lavc/mathops.hMåns Rullgård
2010-01-20Move FASTDIV macro to intmath.hMåns Rullgård
2010-01-19Use avconfig.h in pixfmt.hMåns Rullgård
2010-01-19Create and install libavutil/avconfig.hMåns Rullgård
2010-01-18Add macros for 64- and 128-bit write-combining optimization to intreadwrite.h.Alexander Strange
2010-01-18Mark all intreadwrite functions av_always_inlineMåns Rullgård
2010-01-17Make sure we do not export incorrect _NE pixformat descriptions by eitherReimar Döffinger
2010-01-17Add missing parens in AV_WN macrosMåns Rullgård
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