72 Commits (782ea8b2e5a96bb18a45210f94fb427009e996b1)

Author SHA1 Message Date
Martijn van Beurden 909cfdc205 libavcodec/flacdec: Implement decoding of 32 bit-per-sample PCM 2 years ago
Andreas Rheinhardt 0b95a6a1d0 avcodec/mathops: Set hidden visibility where advantageous 2 years ago
Andreas Rheinhardt 86c909558c avcodec/internal: Move FF_SIGNBIT and ff_log2_run to mathops.h 3 years ago
Andreas Rheinhardt b303f1e083 avcodec/mathops: Move bitswap_32() to its only user 3 years ago
James Almer 1d4d0ee4b0 avutil/reverse: move the ff_reverse declaration to a separate header 8 years ago
James Almer e71b8119e7 avcodec/mathops: add missing header for ff_reverse 8 years ago
Steinar H. Gunderson eaff1aa09e avcodec: move bitswap_32() into a header file 8 years ago
Diego Biurrun be1db21ba8 mathops: Drop disabled alternative mid_pred() implementation 8 years ago
Diego Biurrun f4d581cda3 lavc: Deduplicate zigzag_scan table 9 years ago
Claudio Freire 01ecb7172b AAC encoder: Extensive improvements 9 years ago
Andreas Cadhalpun 107e54c5bf avutil: add ff_reverse as av_reverse replacement 9 years ago
ZhouXiaoyong 0ace686ae8 avcodec: optimize mathops for Loongson-3 v1 10 years ago
zhaoxiu.zeng 0f83415569 avcodec/vc1_mc: move median4() to mathops.h 10 years ago
Bernd Kuhls bf6c84d7eb Fix compile error on bfin. 10 years ago
Diego Biurrun f9279ee749 dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h 11 years ago
Vittorio Giovara 5397386eff mathops: move macro to the only place it is used 11 years ago
Justin Ruggles 9ae53c5860 lavc: add ff_u8_to_s8() for safe type punning of uint8_t to int8_t 11 years ago
Ben Avison a22ae9f0c5 mpegts: Remove one 64-bit integer modulus operation per packet 11 years ago
Diego Biurrun d5c62122a7 Move av_reverse table to libavcodec 12 years ago
Diego Biurrun 9734b8ba56 Move avutil tables only used in libavcodec to libavcodec. 12 years ago
Mans Rullgard d7a4f8f8b9 Move MASK_ABS macro to libavcodec/mathops.h 12 years ago
Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
Mans Rullgard f59bb3d8f3 mathops: remove undefined behaviour from sign_extend() 13 years ago
Mans Rullgard 95912731c2 mathops: use MUL64 macro where it forms part of other ops 14 years ago
Diego Biurrun 8d459acc10 Add missing #includes to make headers self-contained. 14 years ago
Mans Rullgard 005db47011 mathops: remove ancient confusing comment 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Måns Rullgård cf60d669a6 Add more int packing macros, name them consistently 15 years ago
Ronald S. Bultje 157cb0694a Rename PACK4x8() to PACK4UINT8(). 15 years ago
Ronald S. Bultje b39a2d19d4 Add a macro to pack 4 bytes into native byte-order so they can be written 15 years ago
Michael Niedermayer e969e261a5 Use standard C for implementing sign_extend() and zero_extend(). 15 years ago
Måns Rullgård 48960b8f24 Add zero_extend() function 15 years ago
Måns Rullgård 5e46be96f8 Move NEG_[US]SR32 macros to mathops.h 15 years ago
Måns Rullgård f2c694af28 Add UMULH() 15 years ago
Måns Rullgård 5e7dfb7de1 Move COPY3_IF_LT to lavc/mathops.h 15 years ago
Måns Rullgård b7904f78c1 AVR32: optimised mathops.h 15 years ago
Måns Rullgård 9d48e28f00 MIPS: add MIPS64 and Loongson asm for MAC64/MLS64 16 years ago
Måns Rullgård e20a4f53a0 mathops: sort arch-specific #include lines 16 years ago
Måns Rullgård 26f6a57467 mathops: whitespace cosmetics 16 years ago
Måns Rullgård 101dfa7d0a Add sign_extend() function to mathops.h 16 years ago
Loren Merritt 6166516d1f re-enable mid_pred asm on x86_64. (broke in r16681) 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Aurelien Jacobs 199436b952 moves mid_pred() into mathops.h (with arch specific code split by directory) 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Diego Biurrun 79cb09b2f7 consistency cosmetics: Rename POWERPC identifiers to PPC. 16 years ago
Diego Biurrun a6493a8fbd Rename libavcodec/i386/ --> libavcodec/x86/. 16 years ago
Måns Rullgård a2fc0f6a6d ARM: replace "armv4l" with "arm" 16 years ago
Måns Rullgård 4deaa94639 Add shift argument to MULL() macro 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Måns Rullgård ffa978f157 mathops: add MAC64, MLS64, and MLS16 17 years ago