| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'be1db21ba88fe86036fea9f8d2c1a5f47c2a0a7e' | Clément Bœsch | 2017-03-19 | 1 | -10/+0 |
|\ |
|
| * | mathops: Drop disabled alternative mid_pred() implementation | Diego Biurrun | 2016-08-17 | 1 | -10/+0 |
* | | avutil/reverse: move the ff_reverse declaration to a separate header | James Almer | 2017-01-12 | 1 | -1/+1 |
* | | avcodec/mathops: add missing header for ff_reverse | James Almer | 2017-01-11 | 1 | -0/+1 |
* | | avcodec: move bitswap_32() into a header file | Steinar H. Gunderson | 2017-01-11 | 1 | -0/+8 |
* | | Merge commit 'f4d581cda3897f66c1dda7586b93f86a591dbbef' | Derek Buitenhuis | 2016-04-24 | 1 | -0/+1 |
|\| |
|
| * | lavc: Deduplicate zigzag_scan table | Diego Biurrun | 2016-03-25 | 1 | -0/+1 |
* | | AAC encoder: Extensive improvements | Claudio Freire | 2015-10-11 | 1 | -0/+5 |
* | | avutil: add ff_reverse as av_reverse replacement | Andreas Cadhalpun | 2015-08-12 | 1 | -1/+0 |
* | | avcodec: optimize mathops for Loongson-3 v1 | ZhouXiaoyong | 2015-04-27 | 1 | -0/+3 |
* | | avcodec/vc1_mc: move median4() to mathops.h | zhaoxiu.zeng | 2015-02-16 | 1 | -0/+14 |
* | | Fix compile error on bfin. | Bernd Kuhls | 2014-08-05 | 1 | -2/+0 |
* | | Merge commit 'f9279ee74936b4990fc46287c27816ef828cc06c' | Michael Niedermayer | 2014-03-22 | 1 | -0/+4 |
|\| |
|
| * | dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h | Diego Biurrun | 2014-03-22 | 1 | -0/+4 |
* | | Merge commit '5397386effba2e53e4ff82852a86f6be4d59e9c1' | Michael Niedermayer | 2014-03-04 | 1 | -9/+0 |
|\| |
|
| * | mathops: move macro to the only place it is used | Vittorio Giovara | 2014-03-04 | 1 | -9/+0 |
* | | Merge commit '9ae53c5860e17d087642d27b00dade071970a2e7' | Michael Niedermayer | 2013-09-19 | 1 | -0/+10 |
|\| |
|
| * | lavc: add ff_u8_to_s8() for safe type punning of uint8_t to int8_t | Justin Ruggles | 2013-09-18 | 1 | -0/+10 |
* | | Merge commit 'a22ae9f0c579793f411e2bd7a8db557091a3a4ae' | Michael Niedermayer | 2013-08-06 | 1 | -0/+9 |
|\| |
|
| * | mpegts: Remove one 64-bit integer modulus operation per packet | Ben Avison | 2013-08-05 | 1 | -0/+9 |
* | | Merge commit 'd5c62122a7b26704bf867a1262df358623bf5edf' | Michael Niedermayer | 2012-10-13 | 1 | -0/+1 |
|\| |
|
| * | Move av_reverse table to libavcodec | Diego Biurrun | 2012-10-12 | 1 | -0/+1 |
* | | Merge commit '9734b8ba56d05e970c353dfd5baafa43fdb08024' | Michael Niedermayer | 2012-10-12 | 1 | -0/+29 |
|\| |
|
| * | Move avutil tables only used in libavcodec to libavcodec. | Diego Biurrun | 2012-10-11 | 1 | -0/+29 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-09 | 1 | -0/+7 |
|\| |
|
| * | Move MASK_ABS macro to libavcodec/mathops.h | Mans Rullgard | 2012-08-09 | 1 | -0/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-29 | 1 | -1/+0 |
|\| |
|
| * | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-14 | 1 | -1/+3 |
|\| |
|
| * | mathops: remove undefined behaviour from sign_extend() | Mans Rullgard | 2011-10-13 | 1 | -1/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-05 | 1 | -6/+7 |
|\| |
|
| * | 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 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-17 | 1 | -3/+0 |
|\| |
|
| * | 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 |