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