]> git.sesse.net Git - ffmpeg/history - libavutil/common.h
vaapi_h264: Add support for SEI messages
[ffmpeg] / libavutil / common.h
2016-01-11 Clément Bœschlavu: add AV_CEIL_RSHIFT and use it in various places
2015-12-14 Janne Grunaulibavutil: move FFALIGN macro from common.h to macros.h
2015-08-28 Vittorio Giovaralavu: Drop deprecated av_reverse function
2015-02-20 Peter Meerwaldlibavutil: Add av_clip_intp2
2013-11-23 Diego BiurrunAdd missing #includes for *INT64_MAX and *INT64_C
2013-03-07 Reimar DöffingerUse the avstring.h locale-independent character type...
2012-11-14 Mans Rullgardavutil: change GET_UTF8 to not use av_log2()
2012-10-20 Mans Rullgardavutil: remove inline av_log2 from public API
2012-10-12 Diego BiurrunMove av_reverse table to libavcodec
2012-08-13 Mans Rullgardlibavutil: add saturating addition functions
2012-01-03 Daniel VerkampAdd av_popcount64
2011-11-25 Mans RullgardMK(BE)TAG: avoid undefined shifts
2011-06-23 Diego Biurrundoxygen: Consistently use '@' instead of '\' for Doxyge...
2011-05-13 Mans RullgardAdd av_clip_uintp2() function
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-17 Jason Garrett-GlaserForce inlining of avutil common routines
2010-09-14 Tomas HärdinAdd av_popcount() to libavutil/common.h and bump minor...
2010-08-23 Benoit FouetAdd missing parentheses to AV_NE macro.
2010-08-17 Måns RullgårdFix out-of-tree build
2010-08-17 Stefano SabatiniDefine macro AV_NE() and use it in libavdevice.
2010-07-07 Måns RullgårdAllow arch-overrides for all common.h clip and log2...
2010-07-07 Måns RullgårdRemove macro duplication between common.h and intmath.h
2010-06-30 Måns RullgårdImprove GET_UTF{8,16} documentation
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-06-22 Ronald S. BultjeAdd av_clip_int8(), used in the upcoming VP8 decoder.
2010-06-22 Benoit FouetAdd missing parentheses in MKTAG and MKBETAG macros.
2010-04-26 Ronald S. BultjeReindent after r22968.
2010-04-26 Ronald S. BultjeWrite clip-related decimal numbers into hex, where...
2010-04-26 Ronald S. BultjeFix broken 32-bit clipping, and write numbers in hex...
2010-04-21 Ronald S. BultjeMove clipping of audio samples (for those codecs output...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-09 Måns RullgårdFix build on configurations without fast av_log2()
2010-03-08 Måns Rullgårdcosmetics: indent
2010-03-08 Måns RullgårdMerge two adjacent ifdef blocks
2010-03-08 Måns RullgårdMove gcc attribute macros to new header libavutil/attri...
2010-02-24 Anton KhirnovAdd PUT_UTF16() macro.
2010-01-14 Måns RullgårdOptimise av_log2 with clz when available
2009-11-09 Francesco LavraMove ff_reverse in libavcodec to av_reverse in libavutil.
2009-09-23 Anton Khirnovid3v2: Add support for UTF-16 encoding.
2009-08-30 Thilo BorgmannAdd function to compute ceil(log2(x)).
2009-08-13 Ramiro PollaIntroduce av_clip_uint16().
2009-07-30 Diego BiurrunRevert addition of '#undef av_always_inline' to config...
2009-06-28 Carl Eugen HoyosIcc does not support attribute flatten, do not try...
2009-06-27 Carl Eugen HoyosIcc 11.1 does not support attributes force_align_arg_po...
2009-05-22 David ConradMove ALIGN macro to libavutil/common.h and use it in...
2009-02-22 Måns RullgårdAvoid warnings from AV_GCC_VERSION_AT_LEAST with some...
2009-02-10 Carl Eugen HoyosSilence one icc warning:
2009-02-10 Diego BiurrunUse AV_GCC_VERSION_AT_LEAST instead of complicated...
2009-02-09 Michael Niedermayerav_flatten to make the similarly named attribute available.
2009-02-09 Michael Niedermayerav_uninit() to suppress false uninitialized warnings...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-28 Diego Biurrunspelling/grammar/consistency review part I
2009-01-25 Diego BiurrunReorganize header #includes: Unconditionally #include...
2009-01-25 Diego BiurrunMove internal.h #include to the end of the file so...
2009-01-18 Aurelien Jacobsmoves mid_pred() into mathops.h (with arch specific...
2009-01-17 Aurelien Jacobsremove ff_get_fourcc() and use AV_RL32() instead
2009-01-17 Aurelien Jacobsexport gcd function as av_gcd()
2009-01-15 Aurelien Jacobsmove NULL_IF_CONFIG_SMALL() definition into internal...
2009-01-15 Aurelien Jacobsmove timer related code in a new timer.h file
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-27 Diego Biurrunconsistency cosmetics: Rename POWERPC identifiers to...
2008-12-21 Carl Eugen HoyosSilence the following icc warnings:
2008-12-20 Carl Eugen HoyosUse AV_GCC_VERSION_AT_LEAST() to simplify gcc version...
2008-10-21 Michael NiedermayerPort read_time() that works on x86_32 and 64 from noe.
2008-10-16 Diego PettenòConvert asm keyword into __asm__.
2008-10-15 Benoit FouetAdd a macro to get the number of elements in a table.
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-07-13 Vitor SessakAdd av_clipf() function to common.h and use it in ra288.c
2008-06-08 Michael NiedermayerMake START/STOP_TIMER not require -v 2.
2008-06-01 Stefano SabatiniMacro suggested by Michael which will be used to disabl...
2008-04-26 Baptiste Coudurieradd FFMIN3
2008-04-19 Vladimir VoroshilovImplement FFMAX3(a,b,c) - maximum over three arguments.
2008-04-17 Diego Biurruncosmetics: __asm__ __volatile__ --> asm volatile
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-19 Zuxy MengReapply r12489: Add pure, const and malloc attributes...
2008-03-18 Benoit Fouetrevert r12489.
2008-03-18 Zuxy MengPure, const and malloc attributes to libavutil.
2008-03-10 Diego Biurrunmisc spelling fixes
2008-02-15 Diego Biurrunprettyprinting cosmetics
2008-02-01 Michael NiedermayerMerge declaration and initialization.
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-08-11 Aurelien Jacobsadd a new av_clip_int16() function to libavutil
2007-08-11 Aurelien Jacobsensure av_noinline is always defined
2007-08-09 Roman Shaposhnik * Making [START|STOP]_TIMER work on architectures...
2007-06-13 Marc HoffmanBlackfin - read_time primitive
2007-06-12 Diego Biurrunmisc typo fixes
2007-05-30 Carl Eugen Hoyosrename attribute_unused to av_unused and moves its...
2007-03-12 Panagiotis IssarisMove the memory related functions out of common.h into...
2007-03-09 Panagiotis IssarisFix typo in Doxygen comments.
2007-03-05 Panagiotis IssarisMove unaltered av_freep() comments to the header file.
2007-03-05 Panagiotis IssarisMove unaltered av_free() comments to the header file.
2007-03-05 Panagiotis IssarisMove unaltered av_realloc() comments to the header...
2007-03-05 Panagiotis IssarisMove unaltered av_malloc() comments to the header file.
2007-02-25 Måns Rullgårdremove [U]INT64_C definition
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2007-02-16 Michael Niedermayerav_noinline
2007-02-13 François RevolThis fixes error handling for BeOS, removing the need...
2007-02-12 Michael Niedermayerslightly improve *_TIMER
2007-01-13 Christophe MutricyAvoid "HAVE_CMOV not defined" warning.
2006-12-08 Måns Rullgårdrename always_inline to av_always_inline and move to...
next