aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mathops.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '9ae53c5860e17d087642d27b00dade071970a2e7'Michael Niedermayer2013-09-191-0/+10
|\
| * lavc: add ff_u8_to_s8() for safe type punning of uint8_t to int8_tJustin Ruggles2013-09-181-0/+10
* | Merge commit 'a22ae9f0c579793f411e2bd7a8db557091a3a4ae'Michael Niedermayer2013-08-061-0/+9
|\|
| * mpegts: Remove one 64-bit integer modulus operation per packetBen Avison2013-08-051-0/+9
* | Merge commit 'd5c62122a7b26704bf867a1262df358623bf5edf'Michael Niedermayer2012-10-131-0/+1
|\|
| * Move av_reverse table to libavcodecDiego Biurrun2012-10-121-0/+1
* | Merge commit '9734b8ba56d05e970c353dfd5baafa43fdb08024'Michael Niedermayer2012-10-121-0/+29
|\|
| * Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun2012-10-111-0/+29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-091-0/+7
|\|
| * Move MASK_ABS macro to libavcodec/mathops.hMans Rullgard2012-08-091-0/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-291-1/+0
|\|
| * cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-141-1/+3
|\|
| * mathops: remove undefined behaviour from sign_extend()Mans Rullgard2011-10-131-1/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-051-6/+7
|\|
| * mathops: use MUL64 macro where it forms part of other opsMans Rullgard2011-06-041-6/+6
| * Add missing #includes to make headers self-contained.Diego Biurrun2011-06-041-0/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-171-3/+0
|\|
| * mathops: remove ancient confusing commentMans Rullgard2011-05-161-3/+0
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Add more int packing macros, name them consistentlyMåns Rullgård2010-06-301-5/+29
* Rename PACK4x8() to PACK4UINT8().Ronald S. Bultje2010-06-221-2/+2
* Add a macro to pack 4 bytes into native byte-order so they can be writtenRonald S. Bultje2010-06-221-0/+8
* Use standard C for implementing sign_extend() and zero_extend().Michael Niedermayer2010-05-131-2/+2
* Add zero_extend() functionMåns Rullgård2010-02-211-0/+7
* Move NEG_[US]SR32 macros to mathops.hMåns Rullgård2010-02-171-0/+8
* Add UMULH()Måns Rullgård2010-01-261-0/+6
* Move COPY3_IF_LT to lavc/mathops.hMåns Rullgård2010-01-201-0/+9
* AVR32: optimised mathops.hMåns Rullgård2009-08-171-0/+2
* MIPS: add MIPS64 and Loongson asm for MAC64/MLS64Måns Rullgård2009-05-281-0/+2
* mathops: sort arch-specific #include linesMåns Rullgård2009-05-201-5/+5
* mathops: whitespace cosmeticsMåns Rullgård2009-05-201-12/+4
* Add sign_extend() function to mathops.hMåns Rullgård2009-03-031-0/+7
* re-enable mid_pred asm on x86_64. (broke in r16681)Loren Merritt2009-02-081-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-181-0/+30
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-4/+4
* consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun2008-12-271-1/+1
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-221-1/+1
* ARM: replace "armv4l" with "arm"Måns Rullgård2008-12-171-2/+2
* Add shift argument to MULL() macroMåns Rullgård2008-11-241-1/+1
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* mathops: add MAC64, MLS64, and MLS16Måns Rullgård2008-07-131-0/+12
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* fix typo ARCH_PPC -> ARCH_POWERPCMåns Rullgård2008-03-171-1/+1
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* Hooking bfin/mathops.hMarc Hoffman2007-08-301-0/+4
* include all prerequisites in header filesMåns Rullgård2007-06-161-0/+2
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-081-1/+1
* Add ARCH_X86_32 as a new define for 32 bit x86 architectures and changeDiego Biurrun2006-11-011-1/+1