]> git.sesse.net Git - ffmpeg/history - libavcodec/mathops.h
libopenh264: Log debug messages to a non-null context
[ffmpeg] / libavcodec / mathops.h
2014-03-22 Diego Biurrundsputil: Move ff_zigzag_direct and ff_crop_tab declarat...
2014-03-04 Vittorio Giovaramathops: move macro to the only place it is used
2013-09-18 Justin Ruggleslavc: add ff_u8_to_s8() for safe type punning of uint8_...
2013-08-05 Ben Avisonmpegts: Remove one 64-bit integer modulus operation...
2012-10-12 Diego BiurrunMove av_reverse table to libavcodec
2012-10-11 Diego BiurrunMove avutil tables only used in libavcodec to libavcodec.
2012-08-08 Mans RullgardMove MASK_ABS macro to libavcodec/mathops.h
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2011-10-13 Mans Rullgardmathops: remove undefined behaviour from sign_extend()
2011-06-04 Mans Rullgardmathops: use MUL64 macro where it forms part of other ops
2011-06-04 Diego BiurrunAdd missing #includes to make headers self-contained.
2011-05-16 Mans Rullgardmathops: remove ancient confusing comment
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-06-30 Måns RullgårdAdd more int packing macros, name them consistently
2010-06-22 Ronald S. BultjeRename PACK4x8() to PACK4UINT8().
2010-06-22 Ronald S. BultjeAdd a macro to pack 4 bytes into native byte-order...
2010-05-13 Michael NiedermayerUse standard C for implementing sign_extend() and zero_...
2010-02-21 Måns RullgårdAdd zero_extend() function
2010-02-17 Måns RullgårdMove NEG_[US]SR32 macros to mathops.h
2010-01-26 Måns RullgårdAdd UMULH()
2010-01-20 Måns RullgårdMove COPY3_IF_LT to lavc/mathops.h
2009-08-17 Måns RullgårdAVR32: optimised mathops.h
2009-05-28 Måns RullgårdMIPS: add MIPS64 and Loongson asm for MAC64/MLS64
2009-05-20 Måns Rullgårdmathops: sort arch-specific #include lines
2009-05-20 Måns Rullgårdmathops: whitespace cosmetics
2009-03-03 Måns RullgårdAdd sign_extend() function to mathops.h
2009-02-08 Loren Merrittre-enable mid_pred asm on x86_64. (broke in r16681)
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-18 Aurelien Jacobsmoves mid_pred() into mathops.h (with arch specific...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-27 Diego Biurrunconsistency cosmetics: Rename POWERPC identifiers to...
2008-12-22 Diego BiurrunRename libavcodec/i386/ --> libavcodec/x86/.
2008-12-17 Måns RullgårdARM: replace "armv4l" with "arm"
2008-11-24 Måns RullgårdAdd shift argument to MULL() macro
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-07-13 Måns Rullgårdmathops: add MAC64, MLS64, and MLS16
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-03-17 Måns Rullgårdfix typo ARCH_PPC -> ARCH_POWERPC
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-08-30 Marc HoffmanHooking bfin/mathops.h
2007-06-16 Måns Rullgårdinclude all prerequisites in header files
2006-12-08 Måns Rullgårdrename always_inline to av_always_inline and move to...
2006-11-01 Diego BiurrunAdd ARCH_X86_32 as a new define for 32 bit x86 architec...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-19 Luca BarbatoNew single instruction math operation header