index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
mathops.h
Age
Commit message (
Expand
)
Author
2014-03-22
dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h
Diego Biurrun
2014-03-04
mathops: move macro to the only place it is used
Vittorio Giovara
2013-09-18
lavc: add ff_u8_to_s8() for safe type punning of uint8_t to int8_t
Justin Ruggles
2013-08-05
mpegts: Remove one 64-bit integer modulus operation per packet
Ben Avison
2012-10-12
Move av_reverse table to libavcodec
Diego Biurrun
2012-10-11
Move avutil tables only used in libavcodec to libavcodec.
Diego Biurrun
2012-08-09
Move MASK_ABS macro to libavcodec/mathops.h
Mans Rullgard
2012-01-27
cosmetics: Remove extra newlines at EOF
Alex Converse
2011-10-13
mathops: remove undefined behaviour from sign_extend()
Mans Rullgard
2011-06-04
mathops: use MUL64 macro where it forms part of other ops
Mans Rullgard
2011-06-04
Add missing #includes to make headers self-contained.
Diego Biurrun
2011-05-16
mathops: remove ancient confusing comment
Mans Rullgard
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-06-30
Add more int packing macros, name them consistently
Måns Rullgård
2010-06-22
Rename PACK4x8() to PACK4UINT8().
Ronald S. Bultje
2010-06-22
Add a macro to pack 4 bytes into native byte-order so they can be written
Ronald S. Bultje
2010-05-13
Use standard C for implementing sign_extend() and zero_extend().
Michael Niedermayer
2010-02-21
Add zero_extend() function
Måns Rullgård
2010-02-17
Move NEG_[US]SR32 macros to mathops.h
Måns Rullgård
2010-01-26
Add UMULH()
Måns Rullgård
2010-01-20
Move COPY3_IF_LT to lavc/mathops.h
Måns Rullgård
2009-08-17
AVR32: optimised mathops.h
Måns Rullgård
2009-05-28
MIPS: add MIPS64 and Loongson asm for MAC64/MLS64
Måns Rullgård
2009-05-20
mathops: sort arch-specific #include lines
Måns Rullgård
2009-05-20
mathops: whitespace cosmetics
Måns Rullgård
2009-03-03
Add sign_extend() function to mathops.h
Måns Rullgård
2009-02-08
re-enable mid_pred asm on x86_64. (broke in r16681)
Loren Merritt
2009-01-19
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-18
moves mid_pred() into mathops.h (with arch specific code split by directory)
Aurelien Jacobs
2009-01-13
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2008-12-27
consistency cosmetics: Rename POWERPC identifiers to PPC.
Diego Biurrun
2008-12-22
Rename libavcodec/i386/ --> libavcodec/x86/.
Diego Biurrun
2008-12-17
ARM: replace "armv4l" with "arm"
Måns Rullgård
2008-11-24
Add shift argument to MULL() macro
Måns Rullgård
2008-08-31
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-07-13
mathops: add MAC64, MLS64, and MLS16
Måns Rullgård
2008-05-09
Use full path for #includes from another directory.
Diego Biurrun
2008-03-17
fix typo ARCH_PPC -> ARCH_POWERPC
Måns Rullgård
2007-10-17
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
2007-08-30
Hooking bfin/mathops.h
Marc Hoffman
2007-06-16
include all prerequisites in header files
Måns Rullgård
2006-12-08
rename always_inline to av_always_inline and move to common.h
Måns Rullgård
2006-11-01
Add ARCH_X86_32 as a new define for 32 bit x86 architectures and change
Diego Biurrun
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-09-19
New single instruction math operation header
Luca Barbato