summaryrefslogtreecommitdiff
path: root/libavcodec/mathops.h
Commit message (Expand)AuthorAge
* avcodec/internal: Move FF_SIGNBIT and ff_log2_run to mathops.hAndreas Rheinhardt2022-03-21
* avcodec/mathops: Move bitswap_32() to its only userAndreas Rheinhardt2022-03-21
* Merge commit 'be1db21ba88fe86036fea9f8d2c1a5f47c2a0a7e'Clément Bœsch2017-03-19
|\
| * mathops: Drop disabled alternative mid_pred() implementationDiego Biurrun2016-08-17
* | avutil/reverse: move the ff_reverse declaration to a separate headerJames Almer2017-01-12
* | avcodec/mathops: add missing header for ff_reverseJames Almer2017-01-11
* | avcodec: move bitswap_32() into a header fileSteinar H. Gunderson2017-01-11
* | Merge commit 'f4d581cda3897f66c1dda7586b93f86a591dbbef'Derek Buitenhuis2016-04-24
|\|
| * lavc: Deduplicate zigzag_scan tableDiego Biurrun2016-03-25
* | AAC encoder: Extensive improvementsClaudio Freire2015-10-11
* | avutil: add ff_reverse as av_reverse replacementAndreas Cadhalpun2015-08-12
* | avcodec: optimize mathops for Loongson-3 v1ZhouXiaoyong2015-04-27
* | avcodec/vc1_mc: move median4() to mathops.hzhaoxiu.zeng2015-02-16
* | Fix compile error on bfin.Bernd Kuhls2014-08-05
* | Merge commit 'f9279ee74936b4990fc46287c27816ef828cc06c'Michael Niedermayer2014-03-22
|\|
| * dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.hDiego Biurrun2014-03-22
* | Merge commit '5397386effba2e53e4ff82852a86f6be4d59e9c1'Michael Niedermayer2014-03-04
|\|
| * mathops: move macro to the only place it is usedVittorio Giovara2014-03-04
* | Merge commit '9ae53c5860e17d087642d27b00dade071970a2e7'Michael Niedermayer2013-09-19
|\|
| * lavc: add ff_u8_to_s8() for safe type punning of uint8_t to int8_tJustin Ruggles2013-09-18
* | Merge commit 'a22ae9f0c579793f411e2bd7a8db557091a3a4ae'Michael Niedermayer2013-08-06
|\|
| * mpegts: Remove one 64-bit integer modulus operation per packetBen Avison2013-08-05
* | Merge commit 'd5c62122a7b26704bf867a1262df358623bf5edf'Michael Niedermayer2012-10-13
|\|
| * Move av_reverse table to libavcodecDiego Biurrun2012-10-12
* | Merge commit '9734b8ba56d05e970c353dfd5baafa43fdb08024'Michael Niedermayer2012-10-12
|\|
| * Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun2012-10-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-09
|\|
| * Move MASK_ABS macro to libavcodec/mathops.hMans Rullgard2012-08-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-29
|\|
| * cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-14
|\|
| * mathops: remove undefined behaviour from sign_extend()Mans Rullgard2011-10-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-05
|\|
| * mathops: use MUL64 macro where it forms part of other opsMans Rullgard2011-06-04
| * Add missing #includes to make headers self-contained.Diego Biurrun2011-06-04
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-17
|\|
| * mathops: remove ancient confusing commentMans Rullgard2011-05-16
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* Add more int packing macros, name them consistentlyMåns Rullgård2010-06-30
* Rename PACK4x8() to PACK4UINT8().Ronald S. Bultje2010-06-22
* Add a macro to pack 4 bytes into native byte-order so they can be writtenRonald S. Bultje2010-06-22
* Use standard C for implementing sign_extend() and zero_extend().Michael Niedermayer2010-05-13
* Add zero_extend() functionMåns Rullgård2010-02-21
* Move NEG_[US]SR32 macros to mathops.hMåns Rullgård2010-02-17
* Add UMULH()Måns Rullgård2010-01-26
* Move COPY3_IF_LT to lavc/mathops.hMåns Rullgård2010-01-20
* AVR32: optimised mathops.hMåns Rullgård2009-08-17
* MIPS: add MIPS64 and Loongson asm for MAC64/MLS64Måns Rullgård2009-05-28
* mathops: sort arch-specific #include linesMåns Rullgård2009-05-20
* mathops: whitespace cosmeticsMåns Rullgård2009-05-20