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: split out loopfilter functions in their own source file.
Ronald S. Bultje
2017-03-28
1
-179
/
+2
*
vp9: re-split the decoder/format/dsp interface header files.
Ronald S. Bultje
2017-03-28
1
-1
/
+1
*
lavc/vp9: clarify inv_recenter_nonneg
Clément Bœsch
2017-03-27
1
-1
/
+5
*
lavc/vp9: consistent use of typedef instead of struct
Clément Bœsch
2017-03-27
1
-7
/
+7
*
lavc/vp9: misc cosmetics
Clément Bœsch
2017-03-27
1
-29
/
+31
*
lavc/vp9: rename res to ret
Clément Bœsch
2017-03-27
1
-66
/
+66
*
lavc/vp9: split a few assignment out of ifs
Clément Bœsch
2017-03-27
1
-5
/
+10
*
lavc/vp9: rename {ref,unref,alloc}_frame to frame_{ref,unref,alloc}
Clément Bœsch
2017-03-27
1
-16
/
+16
*
lavc/vp9: rename ctx to avctx
Clément Bœsch
2017-03-27
1
-141
/
+141
*
lavc/vp9: split into vp9{block,data,mvs}
Clément Bœsch
2017-03-27
1
-2763
/
+33
*
avcodec/vp568: Check that there is enough data for ff_vp56_init_range_decoder()
Michael Niedermayer
2017-03-07
1
-2
/
+7
*
avcodec/vaapi-vp9: add support for profile 2 (bpp > 8)
Mathieu Velten
2016-12-05
1
-1
/
+9
*
avcodec/vp9: move bpp to the shared context for use in hwaccel
Mathieu Velten
2016-12-05
1
-14
/
+14
*
aarch64: vp9: Add NEON optimizations of VP9 MC functions
Martin Storsjö
2016-11-15
1
-4
/
+4
*
arm: vp9: Add NEON optimizations of VP9 MC functions
Martin Storsjö
2016-11-15
1
-4
/
+16
*
vp9: change order of operations in adapt_prob().
Ronald S. Bultje
2016-10-24
1
-3
/
+2
*
Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27'
Hendrik Leppkes
2016-10-07
1
-0
/
+5
|
\
|
*
vp9: Return the correct size when decoding a superframe
Denis Charmet
2016-06-05
1
-1
/
+1
*
|
vp9: ignore frame_context_index field in key-/intraonly-frames.
Ronald S. Bultje
2016-04-17
1
-0
/
+2
*
|
vp9: fix a few signed integer left-shifts.
Ronald S. Bultje
2016-03-11
1
-10
/
+10
*
|
vp9: only call ff_get_format on stream format changes.
Ronald S. Bultje
2016-02-13
1
-25
/
+35
*
|
lavc: add vp9 profiles to AVCodecDescriptor
Hendrik Leppkes
2016-01-01
1
-9
/
+2
*
|
vaapi: Add VP9 hwaccell support
Timo Rothenpieler
2015-12-22
1
-1
/
+4
*
|
avcodec: implement vp9 dxva2 hwaccel
Hendrik Leppkes
2015-12-07
1
-1
/
+10
*
|
vp9: add hwaccel hooks
Hendrik Leppkes
2015-12-07
1
-37
/
+91
*
|
vp9: fix pixel format changes with threading
Hendrik Leppkes
2015-12-07
1
-1
/
+2
*
|
vp9: always keep s->bytesperpixel and ctx->pix_fmt in sync.
Ronald S. Bultje
2015-12-02
1
-21
/
+22
*
|
vp9: uses ff_set_dimensions (which sets coded_width/height).
Ronald S. Bultje
2015-10-24
1
-3
/
+3
*
|
vp9: use AVFrame.buf[0] to check if a frame is valid
Hendrik Leppkes
2015-10-16
1
-23
/
+23
*
|
vp9: expose reference frames in VP9SharedContext
Hendrik Leppkes
2015-10-15
1
-113
/
+96
*
|
vp9: split header into separate struct and expose in vp9.h
Ronald S. Bultje
2015-10-15
1
-397
/
+320
*
|
avcodec: use HAVE_THREADS header guards to silence -Wunused-function
Ganesh Ajjanagadde
2015-10-04
1
-0
/
+2
*
|
vp9: switch min_tile_cols location so it shifts up instead of down.
Ronald S. Bultje
2015-09-15
1
-1
/
+1
*
|
vp9: Fix emu[] edge overflow conditions for >8bpp/non-420.
Ronald S. Bultje
2015-09-12
1
-2
/
+2
*
|
vp9: re-initialize internal buffers on bpp change also.
Ronald S. Bultje
2015-09-12
1
-1
/
+2
*
|
vp9: fix overflow in 8x8 topleft 32x32 idct ssse3 version.
Ronald S. Bultje
2015-09-10
1
-1
/
+1
*
|
vp9: permanently delete segmentation refmap on any size change.
Ronald S. Bultje
2015-09-10
1
-12
/
+7
*
|
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
[next]