index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
vp9.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vp9: enable multi-thread decoding when refreshctx is equal to 0
Di Wu
2014-10-10
1
-0
/
+2
*
Merge commit 'eddf95283fbba1b469b76e7518bc3941f671b193'
Michael Niedermayer
2014-10-09
1
-0
/
+12
|
\
|
*
vp9: initialize color space and range properties
Vittorio Giovara
2014-10-08
1
-0
/
+12
|
*
vp9: Read the frame size as unsigned
Luca Barbato
2014-05-03
1
-2
/
+2
|
*
vp9: fix bugs in updating coef probabilities with parallelmode=1
Guillaume Martres
2014-01-24
1
-2
/
+11
*
|
avcodec/vp9: Use av_malloc_array()
Michael Niedermayer
2014-08-25
1
-1
/
+1
*
|
vp9: ignore reference segmentation map if error_resilience flag is set.
Ronald S. Bultje
2014-08-13
1
-11
/
+15
*
|
vp9: remove unused assignment
Timothy Gu
2014-07-16
1
-3
/
+0
*
|
avcodec/vp9: fix () in macros
Michael Niedermayer
2014-06-18
1
-1
/
+1
*
|
Merge commit '6d69f9f37689c999815a65a2d99999fad3a41705'
Michael Niedermayer
2014-04-25
1
-1
/
+5
|
\
\
|
*
|
vp9: write uveob as 16-bit value for 16x16/32x32 transforms.
Ronald S. Bultje
2014-04-25
1
-1
/
+5
*
|
|
vp9: use LOCAL_ALIGNED_32 for left/top intra_pred pointers
James Almer
2014-04-25
1
-3
/
+3
|
/
/
*
|
vp9: split decode_coeff_b loop inside txsz branch.
Ronald S. Bultje
2014-02-17
1
-56
/
+99
*
|
vp9: fix compilation with !HAVE_FAST_64BIT.
Clément Bœsch
2014-02-09
1
-3
/
+3
*
|
vp9: invert order in l[] intra prediction array.
Ronald S. Bultje
2014-02-09
1
-7
/
+7
*
|
vp9: remove memset in loopfilter level setting loop.
Ronald S. Bultje
2014-02-09
1
-10
/
+53
*
|
vp9: coef decoding context-splat speedup.
Ronald S. Bultje
2014-02-09
1
-10
/
+42
*
|
vp9: decode_mode context optimizations.
Ronald S. Bultje
2014-02-09
1
-28
/
+75
*
|
vp9: more aligned zeroes.
Ronald S. Bultje
2014-02-09
1
-2
/
+3
*
|
vp9: faster skip-block coefficient blanking.
Ronald S. Bultje
2014-02-09
1
-6
/
+27
*
|
vp9: coef context reading optimization.
Ronald S. Bultje
2014-02-09
1
-14
/
+17
*
|
vp9: just disallow temporal or no-update segmentation on size-change.
Ronald S. Bultje
2014-02-09
1
-9
/
+12
*
|
vp9: don't allow retaining old segmentation maps after a size change.
Ronald S. Bultje
2014-02-08
1
-4
/
+9
*
|
vp9: some variable re-arrangements for alignment.
Ronald S. Bultje
2014-02-08
1
-23
/
+35
*
|
vp9: re-allocate block buffers on uses_2pass change w/o size change.
Ronald S. Bultje
2014-02-08
1
-1
/
+22
*
|
vp9: fix mix-up of last-frame/cur-frame in frame size checks.
Ronald S. Bultje
2014-02-08
1
-2
/
+5
*
|
vp9: fix invalid ref frame w/h on size change.
Ronald S. Bultje
2014-01-26
1
-27
/
+36
*
|
vp9: disable use_last_frame_mvs on resolution change (scalable).
Ronald S. Bultje
2014-01-26
1
-1
/
+2
*
|
vp9: fix memory corruption if header decoding fails after size change.
Ronald S. Bultje
2014-01-24
1
-1
/
+2
*
|
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
[next]