summaryrefslogtreecommitdiff
path: root/ext/vpx/gstvpxdec.c
Commit message (Expand)AuthorAgeFilesLines
* vpxdec: Set fb->priv to NULL after freeing just in caseSebastian Dröge2017-05-091-0/+1
* vpxdec: libvpx's release buffer is sometimes called with fb->priv==NULLSebastian Dröge2016-11-221-1/+4
* vpxdec: Use threads on multi-core systemsNicolas Dufresne2016-03-241-1/+5
* vpxdec: Unref frame in all code paths of handle_frame()Sebastian Dröge2016-01-201-4/+8
* vpxdec: Initialize buffer variable to NULLSebastian Dröge2015-12-291-1/+1
* vpxdec: Remove unneeded add video_metaNicolas Dufresne2015-12-151-17/+5
* vpx: created common base class GstVPXdec for vpx decodersPrashant Gotarne2015-12-151-0/+808