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
/
libvpxdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avcodec: Constify AVCodecs
Andreas Rheinhardt
2021-04-27
1
-1
/
+1
*
avutil/buffer: Switch AVBuffer API to size_t
Andreas Rheinhardt
2021-04-27
1
-1
/
+1
*
lavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OTHER_THREADS
Anton Khirnov
2021-03-16
1
-2
/
+2
*
lavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS with an internal cap
Anton Khirnov
2021-03-16
1
-0
/
+2
*
avcodec: use the buffer_size_t typedef where required
James Almer
2021-03-10
1
-1
/
+1
*
avcodec/decode: move the ff_decode_frame_props() prototype to the proper header
James Almer
2020-08-20
1
-0
/
+1
*
avcodec, avformat: Remove unnecessary initializations of side data size
Andreas Rheinhardt
2020-06-22
1
-1
/
+1
*
avcodec/libvpxdec.c,cosmetics: bpp -> bpc
James Zern
2019-11-08
1
-1
/
+1
*
avcodec/libvpxdec: reject video and alpha dimension mismatches
Marton Balint
2019-11-05
1
-0
/
+11
*
avcodec/libvpxdec: decode to custom framebuffers for vp9
Marton Balint
2019-11-05
1
-5
/
+68
*
avcodec/libvpxdec: pass decoder instances to vpx_init directly
Marton Balint
2019-11-05
1
-13
/
+13
*
avcodec/libvpxdec: make sure BlockAdditional side data size >= 8
Marton Balint
2019-11-05
1
-1
/
+1
*
avcodec/libvpxdec: fix setting auto threads
James Zern
2018-10-29
1
-2
/
+1
*
avcodec: add metadata to identify wrappers and hardware decoders
wm4
2017-12-14
1
-0
/
+2
*
libvpxdec: remove pre-1.4.0 checks
James Zern
2017-11-20
1
-25
/
+0
*
avcodec/libvpxdec: Check that display dimensions fit in the storage dimensions
Michael Niedermayer
2017-06-11
1
-0
/
+7
*
libvpxdec,cosmetics: rename common fns vp8 -> vpx
James Zern
2016-07-21
1
-14
/
+14
*
libavcodec/libvpx: Add VPx alpha decode support
Vignesh Venkatasubramanian
2016-07-19
1
-20
/
+87
*
lavc/libvpx: Fix high-bitdepth pix_fmts on big endian.
Carl Eugen Hoyos
2016-02-19
1
-10
/
+10
*
libvpxdec: fix 'ISO C90 forbids mixed declarations and code' warning
James Zern
2016-01-12
1
-1
/
+1
*
libvpx: Support setting color range for vp9.
Sasi Inguva
2016-01-09
1
-0
/
+6
*
lavc: add vp9 profiles to AVCodecDescriptor
Hendrik Leppkes
2016-01-01
1
-9
/
+2
*
libvpxdec: apply RGB to 444P16 instead of 422P16.
Ronald S. Bultje
2015-09-11
1
-10
/
+10
*
libvpxdec: explicitly signal RGB.
Ronald S. Bultje
2015-09-04
1
-0
/
+15
*
Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'
Michael Niedermayer
2015-07-27
1
-2
/
+2
|
\
|
*
lavc: AV-prefix all codec capabilities
Vittorio Giovara
2015-07-27
1
-2
/
+2
|
*
libvpx: Support the vp9 extended profiles
Luca Barbato
2015-06-21
1
-5
/
+2
*
|
libvpxdec: report colorspace
James Zern
2015-06-24
1
-0
/
+7
*
|
libvpxdec: report profile for vp9
James Zern
2015-06-24
1
-0
/
+18
*
|
libvpxdec: add 440 pixfmts.
Ronald S. Bultje
2015-05-07
1
-0
/
+17
*
|
libvpxdec: cosmetics: reindent
James Zern
2015-04-24
1
-41
/
+42
*
|
Show correct pix_fmt for vp9 videos != AV_PIX_FMT_YUV420P.
Carl Eugen Hoyos
2014-09-26
1
-1
/
+0
*
|
avcodec/libvpxdec: don't check for formats other than i420 when vp9 decoding ...
James Almer
2014-09-23
1
-0
/
+2
*
|
avcodec/libvpxdec: Adds decode support for formats other than 420
Deb Mukherjee
2014-09-14
1
-4
/
+60
*
|
avcodec/libvpx: set CODEC_CAP_EXPERIMENTAL correctly instead of testing at co...
Michael Niedermayer
2013-12-10
1
-3
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-12-08
1
-1
/
+5
|
\
\
|
|
/
|
*
libvpx: do not mark VP9 as experimental when using libvpx >= 1.3.0
Guillaume Martres
2013-12-08
1
-1
/
+5
*
|
libvpxdec: set CODEC_CAP_DR1 for vp9
James Zern
2013-11-23
1
-1
/
+1
*
|
Merge commit '13207484bba8a8b78b40d5a22da8c9c555429089'
Michael Niedermayer
2013-11-01
1
-3
/
+3
|
\
\
|
|
/
|
*
libvpxdec: stop using deprecated avcodec_set_dimensions
Anton Khirnov
2013-10-31
1
-3
/
+3
*
|
Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'
Michael Niedermayer
2013-10-04
1
-2
/
+2
|
\
\
|
|
/
|
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-2
/
+2
*
|
libvpxenc: Fix "passing argument 3 of av_image_copy from incompatible pointer...
Michael Niedermayer
2013-05-16
1
-1
/
+1
*
|
Merge commit '759001c534287a96dc96d1e274665feb7059145d'
Michael Niedermayer
2013-03-12
1
-9
/
+7
|
\
\
|
|
/
|
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-9
/
+7
*
|
Merge commit '3f111804eb5c603a344706b84b7164cbf7b4e0df'
Michael Niedermayer
2013-01-15
1
-3
/
+29
|
\
\
|
|
/
|
*
libvpx: make vp8 and vp9 selectable
Luca Barbato
2013-01-14
1
-6
/
+10
|
*
libvpx: support vp9
Luca Barbato
2013-01-14
1
-2
/
+24
*
|
Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'
Michael Niedermayer
2012-12-05
1
-2
/
+2
|
\
\
|
|
/
|
*
lavc: fix decode_frame() third parameter semantics for video decoders
Anton Khirnov
2012-12-04
1
-2
/
+2
[next]