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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-24Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger
2012-11-14avutil: change GET_UTF8 to not use av_log2()Mans Rullgard
2012-10-20avutil: remove inline av_log2 from public APIMans Rullgard
2012-10-12Move av_reverse table to libavcodecDiego Biurrun
2012-08-13libavutil: add saturating addition functionsMans Rullgard
2012-01-03Add av_popcount64Daniel Verkamp
2011-11-25MK(BE)TAG: avoid undefined shiftsMans Rullgard
2011-06-24doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun
2011-05-14Add av_clip_uintp2() functionMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-18Force inlining of avutil common routinesJason Garrett-Glaser
2010-09-14Add av_popcount() to libavutil/common.h and bump minor versionTomas Härdin
2010-08-23Add missing parentheses to AV_NE macro.Benoit Fouet
2010-08-17Fix out-of-tree buildMåns Rullgård
2010-08-17Define macro AV_NE() and use it in libavdevice.Stefano Sabatini
2010-07-07Allow arch-overrides for all common.h clip and log2 functionsMåns Rullgård
2010-07-07Remove macro duplication between common.h and intmath.hMåns Rullgård
2010-07-01Improve GET_UTF{8,16} documentationMåns Rullgård
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-22Add av_clip_int8(), used in the upcoming VP8 decoder.Ronald S. Bultje
2010-06-22Add missing parentheses in MKTAG and MKBETAG macros.Benoit Fouet
2010-04-27Reindent after r22968.Ronald S. Bultje
2010-04-27Write clip-related decimal numbers into hex, where they make more sense.Ronald S. Bultje
2010-04-26Fix broken 32-bit clipping, and write numbers in hex instead of decimal soRonald S. Bultje
2010-04-21Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-09Fix build on configurations without fast av_log2()Måns Rullgård
2010-03-09cosmetics: indentMåns Rullgård
2010-03-09Merge two adjacent ifdef blocksMåns Rullgård
2010-03-09Move gcc attribute macros to new header libavutil/attributes.hMåns Rullgård
2010-02-24Add PUT_UTF16() macro.Anton Khirnov
2010-01-14Optimise av_log2 with clz when availableMåns Rullgård
2009-11-09Move ff_reverse in libavcodec to av_reverse in libavutil.Francesco Lavra
2009-09-23id3v2: Add support for UTF-16 encoding.Anton Khirnov
2009-08-30Add function to compute ceil(log2(x)).Thilo Borgmann
2009-08-13Introduce av_clip_uint16().Ramiro Polla
2009-07-31Revert addition of '#undef av_always_inline' to config.h in the small case.Diego Biurrun
2009-06-28Icc does not support attribute flatten, do not try to use it.Carl Eugen Hoyos
2009-06-27Icc 11.1 does not support attributes force_align_arg_pointer, alloc_size and ...Carl Eugen Hoyos
2009-05-23Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad
2009-02-22Avoid warnings from AV_GCC_VERSION_AT_LEAST with some non-gcc compilersMåns Rullgård
2009-02-10Silence one icc warning:Carl Eugen Hoyos
2009-02-10Use AV_GCC_VERSION_AT_LEAST instead of complicated __GNUC__ version check.Diego Biurrun
2009-02-10av_flatten to make the similarly named attribute available.Michael Niedermayer
2009-02-10av_uninit() to suppress false uninitialized warnings from gcc without deoptim...Michael Niedermayer
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-28spelling/grammar/consistency review part IDiego Biurrun
2009-01-26Reorganize header #includes: Unconditionally #include standard C headers,Diego Biurrun
2009-01-25Move internal.h #include to the end of the file so that it is afterDiego Biurrun