summaryrefslogtreecommitdiff
path: root/libavcodec/vp8.h
Commit message (Expand)AuthorAge
* avcodec/vp8, vp9: Avoid using VP56mv and VP56Frame in VP8/9Andreas Rheinhardt2022-07-28
* avcodec/vp56: Move VP5-9 range coder functions to a header of their ownAndreas Rheinhardt2022-07-28
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-09
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* vp8: Add hwaccel hooksMark Thompson2017-11-26
* vp8: make mv_min/max thread-local if using partition threading.Ronald S. Bultje2017-04-06
* vp8: make wait/thread_mb_pos atomic.Ronald S. Bultje2017-04-06
* Merge commit '87c6c78604e4dd16f1f45862b27ca006da010527'James Almer2017-03-19
|\
| * vp8: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-26
* | avcodec/vp8: Check for bitsteam end in decode_mb_row_no_filter()Michael Niedermayer2017-03-01
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | lavc, lavu: use avutil/thread.h instead of redundant conditional includesClément Bœsch2015-12-07
* | vp8: change mv_{min,max}.{x,y} type to intAndreas Cadhalpun2015-06-08
* | Merge commit '65875a8b3b079752da25a61ec188d2e3d90a569f'Michael Niedermayer2014-10-09
|\|
| * vp8: initialize color space and range propertiesVittorio Giovara2014-10-08
* | Merge commit '79793f833784121d574454af4871866576c0749d'Michael Niedermayer2014-07-01
|\|
| * Update Fiona's name in copyright statements.Diego Biurrun2014-07-01
* | Merge commit 'a6ac4fcce44108f6f87278b8d12e890576f46a62'Michael Niedermayer2014-04-15
|\|
| * vp78: Align the intra4x4_pred_mode_top array within VP8MacroblockMartin Storsjö2014-04-14
| * On2 VP7 decoderPeter Ross2014-04-04
* | Merge commit '53c20f17c78d1d8a0fc2505868f201e69ff59cc5'Michael Niedermayer2014-03-30
|\|
| * vp8: K&R formatting cosmeticsVittorio Giovara2014-03-29
* | On2 VP7 decoderPeter Ross2014-03-25
* | Merge commit 'e46ad30a808744ddf3855567e162292a4eaabac7'Michael Niedermayer2014-02-04
|\|
| * vp8: use a fixed-size edge emu bufferAnton Khirnov2014-02-04
* | Rewrite emu_edge functions to have separate src/dst_stride arguments.Ronald S. Bultje2013-09-28
* | Merge commit 'c4bfa098072ba338d83555d6e2199f7e1e64ffff'Michael Niedermayer2013-09-19
|\|
| * Add a WebP decoderJustin Ruggles2013-09-18
* | Merge commit 'cb214707a6cb0d3272ec0261af6f1f5d8b7dabc7'Michael Niedermayer2013-08-16
|\|
| * vp56data: Move all shared enum/struct declarations to common headerDiego Biurrun2013-08-15
* | avcodec/vp8: Cosmetics, maintain alphabetical order in threading headersDave Yeo2013-05-28
* | os2threads: move from lavc to compat/Dave Yeo2013-05-28
* | Merge commit '90f9a5830b5d332de7ebb1ab45589f1870cbd65d'Michael Niedermayer2013-05-24
|\|
| * w32pthreads: move from lavc to compat/Anton Khirnov2013-05-24
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-12
|\|
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-23
|\|
| * Drop DCTELEM typedefDiego Biurrun2013-01-22
* | Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723'Michael Niedermayer2012-12-21
|\|
| * lavc: introduce VideoDSPContextRonald S. Bultje2012-12-20
* | lavc: include os2threads.h in vp8.h if HAVE_OS2THREADS is enabledKO Myung-Hun2012-10-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-06
|\|
| * Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-02
|\|
| * vp8: pack struct VP8ThreadData more efficientlyMans Rullgard2012-08-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-16
|\|
| * vp8: Enclose pthread function calls in ifdefsMartin Storsjö2012-07-15
| * vp8: Include the thread headers before using the pthread typesMartin Storsjö2012-07-14