Andreas Cadhalpun
|
28efeb6502
doc: avoid incorrect phrase 'allows to'
|
9 лет назад |
Andreas Cadhalpun
|
b18eac7ff2
vp9: change type of tile_size from unsigned to int64_t
|
9 лет назад |
Ronald S. Bultje
|
138581c41a
vp9: clamp final zero MV if find_ref_mvs() found no suitable candidates.
|
9 лет назад |
Michael Niedermayer
|
451be676f3
Merge remote-tracking branch 'rbultje/vp9-bugfixes'
|
9 лет назад |
Ronald S. Bultje
|
900e3af857
vp9: match another find_ref_mvs() bug in libvpx.
|
9 лет назад |
Ronald S. Bultje
|
ccfb03ecc4
vp9: fix scaled motion vector clipping for sub8x8 blocks.
|
9 лет назад |
Ronald S. Bultje
|
68c1e91316
vp9: improve signbias check.
|
9 лет назад |
Ronald S. Bultje
|
32b6d31ef3
vp9: don't allow compound references if error_resilience is enabled.
|
9 лет назад |
Ronald S. Bultje
|
5de142d316
vp9: clamp segmented lflvl before applying ref/mode deltas.
|
9 лет назад |
Ronald S. Bultje
|
c81677e9b7
vp9: reset loopfilter mode/ref deltas on keyframe.
|
9 лет назад |
Ronald S. Bultje
|
88126916c8
vp9: fix crash when playing back 440/440 content with width%64<56.
|
9 лет назад |
Ronald S. Bultje
|
3e634e3e98
vp9: extend loopfilter workaround for vp9 h/v mix-up to work for 422.
|
9 лет назад |
Michael Niedermayer
|
5e1d530f91
avcodec/vp9: Use separate memset for counts.eob
|
9 лет назад |
Ronald S. Bultje
|
29045fbfd4
vp9: clip motion vectors in the same way as libvpx does.
|
9 лет назад |
Ronald S. Bultje
|
96a58a8daa
vp9: set skip flag if the block had no coded coefficients.
|
9 лет назад |
Ronald S. Bultje
|
1e4a77d001
vp9: apply mv scaling workaround only when subsampling is enabled.
|
9 лет назад |
Ronald S. Bultje
|
dc96c0f9fc
vp9: read all 4x4 blocks in sub8x8 blocks individually with scalability.
|
9 лет назад |
Ronald S. Bultje
|
e12188e143
vp9: fix segmentation map referencing upon framesize change.
|
9 лет назад |
Ronald S. Bultje
|
23ba4538f9
vp9: add inter-frame profile 2/3 suport.
|
9 лет назад |
Ronald S. Bultje
|
b224b165cb
vp9: add keyframe profile 2/3 support.
|
9 лет назад |
Ronald S. Bultje
|
346ce5da19
vp9: parse profile 2/3 bitdepth in frame header.
|
10 лет назад |
Ronald S. Bultje
|
01e59d48ed
vp9: add profile 2/3 to exported profiles.
|
10 лет назад |
Ronald S. Bultje
|
ed68fccf76
vp9: error out if chroma subsampling changes between frames.
|
10 лет назад |
James Almer
|
079b7f6eac
vp9: add profile names
|
10 лет назад |
Ronald S. Bultje
|
2a7d7bef62
vp9: fix mask_edges and filter_plane_rows/cols() for 440.
|
10 лет назад |
Ronald S. Bultje
|
cf62f2d2d6
vp9: more specifically specify mask destination to mask_edges().
|
10 лет назад |
Ronald S. Bultje
|
e4f77e6239
vp9: don't create special u/v filter masks for 444.
|
10 лет назад |
Ronald S. Bultje
|
afa9d00b43
vp9: merge uv loopfilter code into generic filter_plane_rows/cols().
|
10 лет назад |
Ronald S. Bultje
|
ba59a5ec42
vp9: split out loopfilter luma rows/cols functions from loopfilter_sb().
|
10 лет назад |
Ronald S. Bultje
|
844799b033
vp9: invert order of two conditions.
|
10 лет назад |
Ronald S. Bultje
|
d382cc0fad
vp9: use correct chroma subsampling for profile 1 inter block recon.
|
10 лет назад |
Ronald S. Bultje
|
d2aa6f65db
vp9: use correct chroma subsampling for profile 1 intra block recon.
|
10 лет назад |
Ronald S. Bultje
|
ed3e0cc715
vp9: take chroma subsampling into account when walking the block tree.
|
10 лет назад |
Ronald S. Bultje
|
6019002f0f
vp9: support non-420 chroma subsampling for profile 1 token decoding.
|
10 лет назад |
Ronald S. Bultje
|
2d0bea4719
vp9: increase buffer sizes for non-420 chroma subsamplings.
|
10 лет назад |
Ronald S. Bultje
|
a03b057ede
vp9: profile 1 header decoding.
|
10 лет назад |
Ronald S. Bultje
|
5935513c0e
vp9: fix show-existing-frames for multi-threading.
|
10 лет назад |
Ronald S. Bultje
|
640d878bc1
vp9: fix intraonly frame decoding.
|
10 лет назад |
Ronald S. Bultje
|
ed45edb2f6
vp9: use aligned size to write segmentation map into cache.
|
10 лет назад |
Ronald S. Bultje
|
d9555adf06
vp9: set timestamps for show_existing_frame return images.
|
10 лет назад |
Ronald S. Bultje
|
c82e870c12
vp9: maintain lf_delta values if feature is turned off.
|
10 лет назад |
Ronald S. Bultje
|
e8b4f6d6be
vp9: add support for resolution changes in inter frames.
|
10 лет назад |
Ronald S. Bultje
|
1fd1f58bd6
vp9: make above buffer pointer 32-byte aligned.
|
10 лет назад |
Michael Niedermayer
|
27191b82de
avcodec/vp9: Fix undefined shifts in decode_frame_header()
|
10 лет назад |
Ronald S. Bultje
|
0b69c53a61
vp9: included uses_2pass member in vp9_ref_frame().
|
10 лет назад |
Ronald S. Bultje
|
4ba8f3273e
vp9: split segmentation map / mvpair references.
|
10 лет назад |
Ronald S. Bultje
|
efff3854f0
vp9: fix segmentation map retention with threading enabled.
|
10 лет назад |
Steve Lhomme
|
4851db80a4
fix VP9 packet decoder returning 0 instead of the used data size
|
10 лет назад |
Ronald S. Bultje
|
b6e1711223
vp9/x86: invert hu_ipred left array ordering.
|
10 лет назад |
Michael Niedermayer
|
a82f3de053
Merge commit '312daa15891dc7abb77a404fe927d5ee35c52a71'
|
10 лет назад |