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
2022-09-11avcodec/vp8: Move fade_present from context to stackAndreas Rheinhardt
2022-07-28avcodec/vp8, vp9: Avoid using VP56mv and VP56Frame in VP8/9Andreas Rheinhardt
2022-07-28avcodec/vp56: Move VP5-9 range coder functions to a header of their ownAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt
2022-02-09avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt
2021-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2017-11-27vp8: Add hwaccel hooksMark Thompson
2017-04-06vp8: make mv_min/max thread-local if using partition threading.Ronald S. Bultje
2017-04-06vp8: make wait/thread_mb_pos atomic.Ronald S. Bultje
2017-03-19Merge commit '87c6c78604e4dd16f1f45862b27ca006da010527'James Almer
2017-03-01avcodec/vp8: Check for bitsteam end in decode_mb_row_no_filter()Michael Niedermayer
2016-08-26vp8: Change type of stride parameters to ptrdiff_tDiego Biurrun
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2015-12-07lavc, lavu: use avutil/thread.h instead of redundant conditional includesClément Bœsch
2015-06-09vp8: change mv_{min,max}.{x,y} type to intAndreas Cadhalpun
2014-10-09Merge commit '65875a8b3b079752da25a61ec188d2e3d90a569f'Michael Niedermayer
2014-10-08vp8: initialize color space and range propertiesVittorio Giovara
2014-07-01Merge commit '79793f833784121d574454af4871866576c0749d'Michael Niedermayer
2014-07-01Update Fiona's name in copyright statements.Diego Biurrun
2014-04-15Merge commit 'a6ac4fcce44108f6f87278b8d12e890576f46a62'Michael Niedermayer
2014-04-14vp78: Align the intra4x4_pred_mode_top array within VP8MacroblockMartin Storsjö
2014-04-04On2 VP7 decoderPeter Ross
2014-03-30Merge commit '53c20f17c78d1d8a0fc2505868f201e69ff59cc5'Michael Niedermayer
2014-03-29vp8: K&R formatting cosmeticsVittorio Giovara
2014-03-25On2 VP7 decoderPeter Ross
2014-02-04Merge commit 'e46ad30a808744ddf3855567e162292a4eaabac7'Michael Niedermayer
2014-02-04vp8: use a fixed-size edge emu bufferAnton Khirnov
2013-09-29Rewrite emu_edge functions to have separate src/dst_stride arguments.Ronald S. Bultje
2013-09-19Merge commit 'c4bfa098072ba338d83555d6e2199f7e1e64ffff'Michael Niedermayer
2013-09-18Add a WebP decoderJustin Ruggles
2013-08-16Merge commit 'cb214707a6cb0d3272ec0261af6f1f5d8b7dabc7'Michael Niedermayer
2013-08-15vp56data: Move all shared enum/struct declarations to common headerDiego Biurrun
2013-05-28avcodec/vp8: Cosmetics, maintain alphabetical order in threading headersDave Yeo
2013-05-28os2threads: move from lavc to compat/Dave Yeo
2013-05-24Merge commit '90f9a5830b5d332de7ebb1ab45589f1870cbd65d'Michael Niedermayer
2013-05-24w32pthreads: move from lavc to compat/Anton Khirnov
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-12-21Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723'Michael Niedermayer
2012-12-20lavc: introduce VideoDSPContextRonald S. Bultje
2012-10-09lavc: include os2threads.h in vp8.h if HAVE_OS2THREADS is enabledKO Myung-Hun
2012-10-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
2012-08-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-02vp8: pack struct VP8ThreadData more efficientlyMans Rullgard
2012-07-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-15vp8: Enclose pthread function calls in ifdefsMartin Storsjö