summaryrefslogtreecommitdiffstats
path: root/libavcodec/vp9.c
Commit message (Expand)AuthorAgeFilesLines
* vp9/update_prob: prevent out of bounds table readJames Zern2015-06-301-2/+3
* vp9: fix profile check for intraonly frames.Ronald S. Bultje2015-06-251-1/+1
* vp9: don't retain NULL as segmentation_mapAndreas Cadhalpun2015-06-191-1/+2
* doc: avoid incorrect phrase 'allows to'Andreas Cadhalpun2015-06-161-1/+1
* vp9: change type of tile_size from unsigned to int64_tAndreas Cadhalpun2015-06-081-1/+1
* vp9: clamp final zero MV if find_ref_mvs() found no suitable candidates.Ronald S. Bultje2015-06-011-0/+1
* Merge remote-tracking branch 'rbultje/vp9-bugfixes'Michael Niedermayer2015-05-181-46/+112
|\
| * vp9: match another find_ref_mvs() bug in libvpx.Ronald S. Bultje2015-05-161-10/+20
| * vp9: fix scaled motion vector clipping for sub8x8 blocks.Ronald S. Bultje2015-05-161-12/+16
| * vp9: improve signbias check.Ronald S. Bultje2015-05-151-5/+4
| * vp9: don't allow compound references if error_resilience is enabled.Ronald S. Bultje2015-05-151-2/+3
| * vp9: clamp segmented lflvl before applying ref/mode deltas.Ronald S. Bultje2015-05-151-2/+2
| * vp9: reset loopfilter mode/ref deltas on keyframe.Ronald S. Bultje2015-05-151-0/+9
| * vp9: fix crash when playing back 440/440 content with width%64<56.Ronald S. Bultje2015-05-151-1/+1
| * vp9: extend loopfilter workaround for vp9 h/v mix-up to work for 422.Ronald S. Bultje2015-05-151-2/+6
| * vp9: clip motion vectors in the same way as libvpx does.Ronald S. Bultje2015-05-141-10/+20
| * vp9: set skip flag if the block had no coded coefficients.Ronald S. Bultje2015-05-141-7/+19
| * vp9: apply mv scaling workaround only when subsampling is enabled.Ronald S. Bultje2015-05-141-4/+14
| * vp9: read all 4x4 blocks in sub8x8 blocks individually with scalability.Ronald S. Bultje2015-05-141-0/+4
| * vp9: fix segmentation map referencing upon framesize change.Ronald S. Bultje2015-05-141-3/+6
* | avcodec/vp9: Use separate memset for counts.eobMichael Niedermayer2015-05-151-1/+2
|/
* vp9: add inter-frame profile 2/3 suport.Ronald S. Bultje2015-05-061-48/+88
* vp9: add keyframe profile 2/3 support.Ronald S. Bultje2015-05-061-120/+248
* vp9: parse profile 2/3 bitdepth in frame header.Ronald S. Bultje2015-05-061-12/+27
* vp9: add profile 2/3 to exported profiles.Ronald S. Bultje2015-05-061-0/+2
* vp9: error out if chroma subsampling changes between frames.Ronald S. Bultje2015-05-051-1/+8
* vp9: add profile namesJames Almer2015-05-041-8/+14
* vp9: fix mask_edges and filter_plane_rows/cols() for 440.Ronald S. Bultje2015-05-011-87/+72
* vp9: more specifically specify mask destination to mask_edges().Ronald S. Bultje2015-05-011-26/+26
* vp9: don't create special u/v filter masks for 444.Ronald S. Bultje2015-05-011-6/+8
* vp9: merge uv loopfilter code into generic filter_plane_rows/cols().Ronald S. Bultje2015-05-011-144/+71
* vp9: split out loopfilter luma rows/cols functions from loopfilter_sb().Ronald S. Bultje2015-05-011-41/+56
* vp9: invert order of two conditions.Ronald S. Bultje2015-05-011-9/+7
* vp9: use correct chroma subsampling for profile 1 inter block recon.Ronald S. Bultje2015-05-011-8/+8
* vp9: use correct chroma subsampling for profile 1 intra block recon.Ronald S. Bultje2015-05-011-12/+13
* vp9: take chroma subsampling into account when walking the block tree.Ronald S. Bultje2015-05-011-21/+21
* vp9: support non-420 chroma subsampling for profile 1 token decoding.Ronald S. Bultje2015-05-011-39/+38
* vp9: increase buffer sizes for non-420 chroma subsamplings.Ronald S. Bultje2015-05-011-30/+37
* vp9: profile 1 header decoding.Ronald S. Bultje2015-05-011-24/+64
* vp9: fix show-existing-frames for multi-threading.Ronald S. Bultje2015-04-301-0/+7
* vp9: fix intraonly frame decoding.Ronald S. Bultje2015-04-241-4/+4
* vp9: use aligned size to write segmentation map into cache.Ronald S. Bultje2015-04-241-3/+3
* vp9: set timestamps for show_existing_frame return images.Ronald S. Bultje2015-04-231-0/+2
* vp9: maintain lf_delta values if feature is turned off.Ronald S. Bultje2015-04-231-12/+15
* vp9: add support for resolution changes in inter frames.Ronald S. Bultje2015-04-231-156/+160
* vp9: make above buffer pointer 32-byte aligned.Ronald S. Bultje2015-03-211-1/+1
* avcodec/vp9: Fix undefined shifts in decode_frame_header()Michael Niedermayer2015-03-121-2/+2
* vp9: included uses_2pass member in vp9_ref_frame().Ronald S. Bultje2015-03-081-0/+1
* vp9: split segmentation map / mvpair references.Ronald S. Bultje2015-03-081-38/+34
* vp9: fix segmentation map retention with threading enabled.Ronald S. Bultje2015-03-071-3/+13
OpenPOWER on IntegriCloud