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
2017-06-21build: Generalize yasm/nasm-related variable namesDiego Biurrun
2017-03-31Merge commit '0361e4dcb4d394c88c33364415a3b8fe315b67d1'Clément Bœsch
2017-01-31Merge commit '4efab89332ea39a77145e8b15562b981d9dbde68'James Almer
2016-11-08h264_qpel: x86: Move function with only one instance out of template macroDiego Biurrun
2016-07-29Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'Clément Bœsch
2016-07-20x86: Use *_FAST/*_SLOW CPU feature detection macros where appropriateDiego Biurrun
2016-06-21h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov
2015-10-20x86: fpel: Move prototypes for 4-px block functionsTimothy Gu
2015-06-12Merge commit 'b7a4127a45b780d76e6b09427a3d0197c4bc1cdb'Michael Niedermayer
2015-06-12h264_qpel: Use the correct headerVittorio Giovara
2015-03-14x86: lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNEDChristophe Gisquet
2014-07-25Merge commit '7fb993d338d88f2f62e0a358b6c9f3eb9a3a08ac'Michael Niedermayer
2014-07-25qpeldsp: Mark source pointer in qpel_mc_func function pointer constDiego Biurrun
2014-05-26x86: hpeldsp: propagate changes across codecsChristophe Gisquet
2014-05-21x86: kill fpel_mmx.cChristophe Gisquet
2014-04-05Merge commit 'c2c5be57494e6117086771bca34c8cd4c72c8e99'Michael Niedermayer
2014-04-04x86: h264_qpel: Simplify an #if conditionalDiego Biurrun
2014-03-26x86: h264_qpel: Fix typo in CALL_2X_PIXELS macro invocationDiego Biurrun
2014-03-23avcodec/x86/h264_qpel: Fix typo introduced by 322a1dda973e802db7b57f2007fad3e...Michael Niedermayer
2014-03-23Merge commit '6655c933a887a2d20707fff657b614aa1d86a25b'Michael Niedermayer
2014-03-23Merge commit '322a1dda973e802db7b57f2007fad3efcd5bab81'Michael Niedermayer
2014-03-22x86: dsputil: Move fpel declarations to a separate headerDiego Biurrun
2014-03-22dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macrosDiego Biurrun
2013-07-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-07-18Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun
2013-05-14Merge commit '1399931d07f0f37ef4526eb8d39d33c64e09618a'Michael Niedermayer
2013-05-14Merge commit '46bb456853b197f4562de7acf5d42abf11ded9be'Michael Niedermayer
2013-05-13x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.hDiego Biurrun
2013-05-13x86: dsputil: Refactor pixels16 wrapper functions with a macroDiego Biurrun
2013-05-01Merge commit '7f75f2f2bd692857c1c1ca7f414eb30ece3de93d'Michael Niedermayer
2013-04-30x86: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
2013-04-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-04-20x86: Remove unused inline asm instruction definesMartin Storsjö
2013-04-13Merge commit 'c51a3a5bd9a5b404176ff343ecadb80b2553b256'Michael Niedermayer
2013-04-13Merge commit 'a89c05500f68d94a0269e68bc522abfd420c5497'Michael Niedermayer
2013-04-12x86: dsputil: Refactor some ff_{avg|put}_pixels function declarationsDiego Biurrun
2013-04-12x86: h264qpel: int --> ptrdiff_t for some line_size parametersDiego Biurrun
2013-03-24x86: Change a missed occurrance of int to ptrdiff_t for stridesMartin Storsjö
2013-03-23x86/h264_qpel: switch to av_assertMichael Niedermayer
2013-03-17h264_qpel: fix another forgotten int strideMichael Niedermayer
2013-03-13Merge commit 'a8b6015823e628047a45916404c00044c5e80415'Michael Niedermayer
2013-03-12dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato
2013-02-27Merge commit '096cc11ec102701a18951b4f0437d609081ca1dd'Michael Niedermayer
2013-02-27x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.cDiego Biurrun
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-06Merge commit '620289a20e022b9c16c10d546ef86cc0bb77cc84'Michael Niedermayer
2013-02-05Add av_cold attributes to arch-specific init functionsDiego Biurrun
2013-01-29Merge commit '098eed95bc1a6b2c8ac97f126f62bb74699670cf'Michael Niedermayer
2013-01-29x86: Simplify some arch conditionalsDiego Biurrun