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-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
2009-01-19moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs
2009-01-17remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs
2009-01-17export gcd function as av_gcd()Aurelien Jacobs
2009-01-16move NULL_IF_CONFIG_SMALL() definition into internal headerAurelien Jacobs
2009-01-16move timer related code in a new timer.h fileAurelien Jacobs
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-12-27consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun
2008-12-22Silence the following icc warnings:Carl Eugen Hoyos
2008-12-20Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks.Carl Eugen Hoyos
2008-10-21Port read_time() that works on x86_32 and 64 from noe.Michael Niedermayer
2008-10-16Convert asm keyword into __asm__.Diego Pettenò
2008-10-15Add a macro to get the number of elements in a table.Benoit Fouet
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-07-13Add av_clipf() function to common.h and use it in ra288.cVitor Sessak
2008-06-08Make START/STOP_TIMER not require -v 2.Michael Niedermayer
2008-06-01Macro suggested by Michael which will be used to disable theStefano Sabatini
2008-04-26add FFMIN3Baptiste Coudurier
2008-04-19Implement FFMAX3(a,b,c) - maximum over three arguments.Vladimir Voroshilov
2008-04-18cosmetics: __asm__ __volatile__ --> asm volatileDiego Biurrun
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-19Reapply r12489: Add pure, const and malloc attributes to proper functionsZuxy Meng
2008-03-18revert r12489.Benoit Fouet