| Commit message (Expand) | Author | Age | Files | Lines |
* | vp9: check return value of ff_thread_ref_frame(). | Ronald S. Bultje | 2015-09-05 | 1 | -1/+3 |
* | vp9: fix edge copy for 10/12bpp frames. | Ronald S. Bultje | 2015-09-05 | 1 | -8/+8 |
* | vp9: do unscaled MC in scaled path if size of this reference matches. | Ronald S. Bultje | 2015-09-05 | 1 | -102/+117 |
* | vp9: sync segmentation.absolute_vals between threads. | Ronald S. Bultje | 2015-09-05 | 1 | -0/+1 |
* | vp9: always sync segmentation.feat between threads. | Ronald S. Bultje | 2015-09-05 | 1 | -4/+2 |
* | vp9: don't erase values for {lf,ref,skip,q}_enabled if segmentation=0. | Ronald S. Bultje | 2015-09-04 | 1 | -10/+5 |
* | vp9: fix segmentation map retention across keyframe boundaries. | Ronald S. Bultje | 2015-09-04 | 1 | -3/+3 |
* | vp9: fix RGB chroma subsampling. | Ronald S. Bultje | 2015-09-04 | 1 | -1/+1 |
* | vp9: read reserved bit in RGB header. | Ronald S. Bultje | 2015-09-04 | 1 | -0/+4 |
* | vp9: clip intermediates in dequant calculations. | Ronald S. Bultje | 2015-09-04 | 1 | -2/+2 |
* | vp9: fix segmentation map retention if segmentation is turned off. | Ronald S. Bultje | 2015-09-04 | 1 | -2/+4 |
* | vp9: use resetctx in the same way as libvpx. | Ronald S. Bultje | 2015-09-04 | 1 | -1/+5 |
* | vp9: fix indentation. | Ronald S. Bultje | 2015-09-04 | 1 | -1/+1 |
* | vp9: deal with the case where update_map=0 but we're key/intraonly. | Ronald S. Bultje | 2015-09-04 | 1 | -1/+2 |
* | vp9: reset segmentation information on context reset. | Ronald S. Bultje | 2015-09-04 | 1 | -0/+1 |
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\ |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
| * | vp9: Parse subsampling and report missing feature | Vittorio Giovara | 2015-05-31 | 1 | -1/+23 |
* | | lavc: Add properties field to AVCodecContext. | Carl Eugen Hoyos | 2015-07-16 | 1 | -0/+2 |
* | | vp9/update_prob: prevent out of bounds table read | James Zern | 2015-06-30 | 1 | -2/+3 |
* | | vp9: fix profile check for intraonly frames. | Ronald S. Bultje | 2015-06-25 | 1 | -1/+1 |
* | | vp9: don't retain NULL as segmentation_map | Andreas Cadhalpun | 2015-06-19 | 1 | -1/+2 |
* | | doc: avoid incorrect phrase 'allows to' | Andreas Cadhalpun | 2015-06-16 | 1 | -1/+1 |
* | | vp9: change type of tile_size from unsigned to int64_t | Andreas Cadhalpun | 2015-06-08 | 1 | -1/+1 |
* | | vp9: clamp final zero MV if find_ref_mvs() found no suitable candidates. | Ronald S. Bultje | 2015-06-01 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'rbultje/vp9-bugfixes' | Michael Niedermayer | 2015-05-18 | 1 | -46/+112 |
|\ \ |
|
| * | | vp9: match another find_ref_mvs() bug in libvpx. | Ronald S. Bultje | 2015-05-16 | 1 | -10/+20 |
| * | | vp9: fix scaled motion vector clipping for sub8x8 blocks. | Ronald S. Bultje | 2015-05-16 | 1 | -12/+16 |
| * | | vp9: improve signbias check. | Ronald S. Bultje | 2015-05-15 | 1 | -5/+4 |
| * | | vp9: don't allow compound references if error_resilience is enabled. | Ronald S. Bultje | 2015-05-15 | 1 | -2/+3 |
| * | | vp9: clamp segmented lflvl before applying ref/mode deltas. | Ronald S. Bultje | 2015-05-15 | 1 | -2/+2 |
| * | | vp9: reset loopfilter mode/ref deltas on keyframe. | Ronald S. Bultje | 2015-05-15 | 1 | -0/+9 |
| * | | vp9: fix crash when playing back 440/440 content with width%64<56. | Ronald S. Bultje | 2015-05-15 | 1 | -1/+1 |
| * | | vp9: extend loopfilter workaround for vp9 h/v mix-up to work for 422. | Ronald S. Bultje | 2015-05-15 | 1 | -2/+6 |
| * | | vp9: clip motion vectors in the same way as libvpx does. | Ronald S. Bultje | 2015-05-14 | 1 | -10/+20 |
| * | | vp9: set skip flag if the block had no coded coefficients. | Ronald S. Bultje | 2015-05-14 | 1 | -7/+19 |
| * | | vp9: apply mv scaling workaround only when subsampling is enabled. | Ronald S. Bultje | 2015-05-14 | 1 | -4/+14 |
| * | | vp9: read all 4x4 blocks in sub8x8 blocks individually with scalability. | Ronald S. Bultje | 2015-05-14 | 1 | -0/+4 |
| * | | vp9: fix segmentation map referencing upon framesize change. | Ronald S. Bultje | 2015-05-14 | 1 | -3/+6 |
* | | | avcodec/vp9: Use separate memset for counts.eob | Michael Niedermayer | 2015-05-15 | 1 | -1/+2 |
|/ / |
|
* | | vp9: add inter-frame profile 2/3 suport. | Ronald S. Bultje | 2015-05-06 | 1 | -48/+88 |
* | | vp9: add keyframe profile 2/3 support. | Ronald S. Bultje | 2015-05-06 | 1 | -120/+248 |
* | | vp9: parse profile 2/3 bitdepth in frame header. | Ronald S. Bultje | 2015-05-06 | 1 | -12/+27 |
* | | vp9: add profile 2/3 to exported profiles. | Ronald S. Bultje | 2015-05-06 | 1 | -0/+2 |
* | | vp9: error out if chroma subsampling changes between frames. | Ronald S. Bultje | 2015-05-05 | 1 | -1/+8 |
* | | vp9: add profile names | James Almer | 2015-05-04 | 1 | -8/+14 |
* | | vp9: fix mask_edges and filter_plane_rows/cols() for 440. | Ronald S. Bultje | 2015-05-01 | 1 | -87/+72 |
* | | vp9: more specifically specify mask destination to mask_edges(). | Ronald S. Bultje | 2015-05-01 | 1 | -26/+26 |
* | | vp9: don't create special u/v filter masks for 444. | Ronald S. Bultje | 2015-05-01 | 1 | -6/+8 |
* | | vp9: merge uv loopfilter code into generic filter_plane_rows/cols(). | Ronald S. Bultje | 2015-05-01 | 1 | -144/+71 |