index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
mathops.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move av_reverse table to libavcodec
Diego Biurrun
2012-10-12
1
-0
/
+1
*
Move avutil tables only used in libavcodec to libavcodec.
Diego Biurrun
2012-10-11
1
-0
/
+29
*
Move MASK_ABS macro to libavcodec/mathops.h
Mans Rullgard
2012-08-09
1
-0
/
+7
*
cosmetics: Remove extra newlines at EOF
Alex Converse
2012-01-27
1
-1
/
+0
*
mathops: remove undefined behaviour from sign_extend()
Mans Rullgard
2011-10-13
1
-1
/
+3
*
mathops: use MUL64 macro where it forms part of other ops
Mans Rullgard
2011-06-04
1
-6
/
+6
*
Add missing #includes to make headers self-contained.
Diego Biurrun
2011-06-04
1
-0
/
+1
*
mathops: remove ancient confusing comment
Mans Rullgard
2011-05-16
1
-3
/
+0
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Add more int packing macros, name them consistently
Måns Rullgård
2010-06-30
1
-5
/
+29
*
Rename PACK4x8() to PACK4UINT8().
Ronald S. Bultje
2010-06-22
1
-2
/
+2
*
Add a macro to pack 4 bytes into native byte-order so they can be written
Ronald S. Bultje
2010-06-22
1
-0
/
+8
*
Use standard C for implementing sign_extend() and zero_extend().
Michael Niedermayer
2010-05-13
1
-2
/
+2
*
Add zero_extend() function
Måns Rullgård
2010-02-21
1
-0
/
+7
*
Move NEG_[US]SR32 macros to mathops.h
Måns Rullgård
2010-02-17
1
-0
/
+8
*
Add UMULH()
Måns Rullgård
2010-01-26
1
-0
/
+6
*
Move COPY3_IF_LT to lavc/mathops.h
Måns Rullgård
2010-01-20
1
-0
/
+9
*
AVR32: optimised mathops.h
Måns Rullgård
2009-08-17
1
-0
/
+2
*
MIPS: add MIPS64 and Loongson asm for MAC64/MLS64
Måns Rullgård
2009-05-28
1
-0
/
+2
*
mathops: sort arch-specific #include lines
Måns Rullgård
2009-05-20
1
-5
/
+5
*
mathops: whitespace cosmetics
Måns Rullgård
2009-05-20
1
-12
/
+4
*
Add sign_extend() function to mathops.h
Måns Rullgård
2009-03-03
1
-0
/
+7
*
re-enable mid_pred asm on x86_64. (broke in r16681)
Loren Merritt
2009-02-08
1
-1
/
+1
*
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-19
1
-1
/
+1
*
moves mid_pred() into mathops.h (with arch specific code split by directory)
Aurelien Jacobs
2009-01-18
1
-0
/
+30
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-4
/
+4
*
consistency cosmetics: Rename POWERPC identifiers to PPC.
Diego Biurrun
2008-12-27
1
-1
/
+1
*
Rename libavcodec/i386/ --> libavcodec/x86/.
Diego Biurrun
2008-12-22
1
-1
/
+1
*
ARM: replace "armv4l" with "arm"
Måns Rullgård
2008-12-17
1
-2
/
+2
*
Add shift argument to MULL() macro
Måns Rullgård
2008-11-24
1
-1
/
+1
*
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-08-31
1
-3
/
+3
*
mathops: add MAC64, MLS64, and MLS16
Måns Rullgård
2008-07-13
1
-0
/
+12
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-1
/
+1
*
fix typo ARCH_PPC -> ARCH_POWERPC
Måns Rullgård
2008-03-17
1
-1
/
+1
*
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
2007-10-17
1
-3
/
+3
*
Hooking bfin/mathops.h
Marc Hoffman
2007-08-30
1
-0
/
+4
*
include all prerequisites in header files
Måns Rullgård
2007-06-16
1
-0
/
+2
*
rename always_inline to av_always_inline and move to common.h
Måns Rullgård
2006-12-08
1
-1
/
+1
*
Add ARCH_X86_32 as a new define for 32 bit x86 architectures and change
Diego Biurrun
2006-11-01
1
-1
/
+1
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
New single instruction math operation header
Luca Barbato
2006-09-19
1
-0
/
+67