| Commit message (Expand) | Author | Age | Files | Lines |
* | vp9: fix mt-related hang a parser infinite loop. | Ronald S. Bultje | 2014-01-11 | 1 | -2/+6 |
* | Merge commit 'ca96e337169093979d7c763064ad9dae12b3108c' | Michael Niedermayer | 2014-01-09 | 1 | -2/+2 |
|\ |
|
| * | lavc: VP9 decoder | Ronald S. Bultje | 2013-11-15 | 1 | -0/+1270 |
* | vp9: make mv bounds 32bit. | Ronald S. Bultje | 2014-01-07 | 1 | -1/+1 |
* | vp9: reset contextual caches on frame size change with mt enabled. | Ronald S. Bultje | 2014-01-07 | 1 | -4/+12 |
* | vp9: fix crash if segmentation=1, keyframe/intraonly=1 and updatemap=0. | Ronald S. Bultje | 2013-12-24 | 1 | -1/+2 |
* | vp9: fix bug in updating of coef probabilities with parallelmode=1. | Ronald S. Bultje | 2013-12-24 | 1 | -1/+4 |
* | vp9: make decode_coeffs() return value void. | Ronald S. Bultje | 2013-11-30 | 1 | -90/+61 |
* | vp9: cosmetics. | Ronald S. Bultje | 2013-11-30 | 1 | -73/+73 |
* | vp9: add a 2-pass decoding mode, and add frame-mt support. | Ronald S. Bultje | 2013-11-30 | 1 | -90/+290 |
* | vp9: allocate 'b', 'block/uvblock' and 'eob/uveob' dynamically. | Ronald S. Bultje | 2013-11-30 | 1 | -12/+31 |
* | vp9: split last/cur_frame from the reference buffers. | Ronald S. Bultje | 2013-11-30 | 1 | -102/+202 |
* | vp9: move some entries out of VP9Block into VP9Context. | Ronald S. Bultje | 2013-11-30 | 1 | -59/+59 |
* | vp9: split packet parsing into an AVParser. | Ronald S. Bultje | 2013-11-30 | 1 | -53/+4 |
* | vp9: use proper refcounting. | Ronald S. Bultje | 2013-11-30 | 1 | -54/+38 |
* | avcodec/vp9: assert on sane size in update_size(). | Clément Bœsch | 2013-11-16 | 1 | -0/+2 |
* | avcodec/vp9: remove some reset-to-zero from vp9_decode_free(). | Clément Bœsch | 2013-11-16 | 1 | -10/+0 |
* | avcodec/vp9: add a never triggerable assert. | Clément Bœsch | 2013-11-16 | 1 | -0/+2 |
* | vp9: Ensure that the arithmetic coder values are read in the right order | Martin Storsjö | 2013-11-16 | 1 | -28/+28 |
* | avcodec/vp9: make last_invisible local. | Clément Bœsch | 2013-11-16 | 1 | -3/+4 |
* | avcodec/vp9: fix "initialize" typo. | Clément Bœsch | 2013-11-15 | 1 | -1/+1 |
* | Merge commit '458446acfa1441d283dacf9e6e545beb083b8bb0' | Michael Niedermayer | 2013-11-15 | 1 | -6/+8 |
* | avcodec/vp9: use av_freep() for above_partition_ctx | Paul B Mahol | 2013-11-12 | 1 | -1/+1 |
* | vp9: fix mvref finding to adhere to bug in libvpx. | Ronald S. Bultje | 2013-11-09 | 1 | -2/+8 |
* | Put vp9_scans and vp9_scans_nb in ro_data. | Ronald S. Bultje | 2013-11-04 | 1 | -2/+2 |
* | vp9: skip itxfm_add if the whole block has no coefficients. | Ronald S. Bultje | 2013-10-27 | 1 | -2/+2 |
* | vp9: always consume the full input packet | Hendrik Leppkes | 2013-10-22 | 1 | -2/+2 |
* | avcodec/vp9: Add asserts to help source code analyzers | Michael Niedermayer | 2013-10-20 | 1 | -0/+2 |
* | avcodec/vp9: fix band_counts array size / padding | Ronald S. Bultje | 2013-10-16 | 1 | -1/+1 |
* | cosmetics: group remaining .name and .long_name. | Clément Bœsch | 2013-10-04 | 1 | -1/+1 |
* | Native VP9 decoder. | Ronald S. Bultje | 2013-10-02 | 1 | -0/+3576 |