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
2016-04-24Merge commit 'f4d581cda3897f66c1dda7586b93f86a591dbbef'Derek Buitenhuis
2016-03-25lavc: Deduplicate zigzag_scan tableDiego Biurrun
2015-10-11AAC encoder: Extensive improvementsClaudio Freire
2015-08-12avutil: add ff_reverse as av_reverse replacementAndreas Cadhalpun
2015-04-27avcodec: optimize mathops for Loongson-3 v1ZhouXiaoyong
2015-02-16avcodec/vc1_mc: move median4() to mathops.hzhaoxiu.zeng
2014-08-05Fix compile error on bfin.Bernd Kuhls
2014-03-23Merge commit 'f9279ee74936b4990fc46287c27816ef828cc06c'Michael Niedermayer
2014-03-22dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.hDiego Biurrun
2014-03-04Merge commit '5397386effba2e53e4ff82852a86f6be4d59e9c1'Michael Niedermayer
2014-03-04mathops: move macro to the only place it is usedVittorio Giovara
2013-09-19Merge commit '9ae53c5860e17d087642d27b00dade071970a2e7'Michael Niedermayer
2013-09-18lavc: add ff_u8_to_s8() for safe type punning of uint8_t to int8_tJustin Ruggles
2013-08-06Merge commit 'a22ae9f0c579793f411e2bd7a8db557091a3a4ae'Michael Niedermayer
2013-08-05mpegts: Remove one 64-bit integer modulus operation per packetBen Avison
2012-10-13Merge commit 'd5c62122a7b26704bf867a1262df358623bf5edf'Michael Niedermayer
2012-10-12Move av_reverse table to libavcodecDiego Biurrun
2012-10-12Merge commit '9734b8ba56d05e970c353dfd5baafa43fdb08024'Michael Niedermayer
2012-10-11Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun
2012-08-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-09Move MASK_ABS macro to libavcodec/mathops.hMans Rullgard
2012-01-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2011-10-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-13mathops: remove undefined behaviour from sign_extend()Mans Rullgard
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