Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-04mathops: use MUL64 macro where it forms part of other opsMans Rullgard
2011-06-04Add missing #includes to make headers self-contained.Diego Biurrun
2011-05-17Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-17mathops: remove ancient confusing commentMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-07-01Add more int packing macros, name them consistentlyMåns Rullgård
2010-06-23Rename PACK4x8() to PACK4UINT8().Ronald S. Bultje
2010-06-22Add a macro to pack 4 bytes into native byte-order so they can be writtenRonald S. Bultje
2010-05-13Use standard C for implementing sign_extend() and zero_extend().Michael Niedermayer
2010-02-22Add zero_extend() functionMåns Rullgård
2010-02-18Move NEG_[US]SR32 macros to mathops.hMåns Rullgård
2010-01-26Add UMULH()Måns Rullgård
2010-01-20Move COPY3_IF_LT to lavc/mathops.hMåns Rullgård
2009-08-17AVR32: optimised mathops.hMåns Rullgård
2009-05-29MIPS: add MIPS64 and Loongson asm for MAC64/MLS64Måns Rullgård
2009-05-20mathops: sort arch-specific #include linesMåns Rullgård
2009-05-20mathops: whitespace cosmeticsMåns Rullgård
2009-03-03Add sign_extend() function to mathops.hMåns Rullgård
2009-02-08re-enable mid_pred asm on x86_64. (broke in r16681)Loren Merritt
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-19moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-12-27consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun
2008-12-22Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun
2008-12-17ARM: replace "armv4l" with "arm"Måns Rullgård
2008-11-24Add shift argument to MULL() macroMåns Rullgård
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-07-13mathops: add MAC64, MLS64, and MLS16Måns Rullgård
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-03-17fix typo ARCH_PPC -> ARCH_POWERPCMåns Rullgård
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-08-30Hooking bfin/mathops.hMarc Hoffman
2007-06-17include all prerequisites in header filesMåns Rullgård
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård
2006-11-01Add ARCH_X86_32 as a new define for 32 bit x86 architectures and changeDiego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-20New single instruction math operation headerLuca Barbato