OSDN Git Service

cmdutils: add support for programs in check_stream_specifier()
[coroid/libav_saccubus.git] / libavcodec / mathops.h
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