summaryrefslogtreecommitdiff
path: root/gst-libs/gst/codecs/gstvp9decoder.c
Commit message (Expand)AuthorAgeFilesLines
* codecs: vp9decoder: Use GstFlowReturn everywhereSeungha Yang2021-09-201-16/+32
* codecs: vp9decoder: Make duplicate_picture() vfunc optionalSeungha Yang2021-04-091-18/+10
* codecs: vp9decoder: Allow decoding start with intra-only frameSeungha Yang2021-04-071-4/+22
* codecs: vp9decoder: Pass GstVideoCodecFrame to duplicate_picture()Seungha Yang2021-04-071-3/+3
* codecs: vp9decoder: Port to GstVp9StatefulParserSeungha Yang2021-04-071-32/+14
* codecs: vp9decoder: Don't check codec change with show_existing_frameSeungha Yang2021-04-071-1/+3
* codecs: vp9decoder: Fix to output frame when show_existing_frame flag is setSeungha Yang2021-03-261-1/+1
* codecs: vp9decoder: Add segmentation to picture.Víctor Manuel Jáquez Leal2020-10-161-0/+3
* codecs: vp9decoder: Pass parser as new_sequence() parameter.Víctor Manuel Jáquez Leal2020-10-161-1/+1
* codecs: vp9decoder: handle the show_frame check in base classSeungha Yang2020-10-151-3/+12
* codecs: vp9decoder: Relying on upstream vp9parse for super frame handlingSeungha Yang2020-09-151-132/+62
* codecs: vp9decoder: Remove unused pts variableSeungha Yang2020-09-151-2/+0
* codecs: vp9decoder: Sync up with h264decoder implementationSeungha Yang2020-07-231-18/+15
* codecs: Add minimal state validationSeungha Yang2020-04-091-8/+14
* codecs: Add basic documentation stubsThibault Saunier2020-04-081-0/+7
* vp9decoder: Update documentSeungha Yang2020-03-051-2/+2
* codecs: Change output_picture() to mandatory implementationSeungha Yang2020-03-051-4/+4
* h264picture: Add system_frame_numNicolas Dufresne2020-03-051-6/+9
* Move CODEC base classes into it's own libraryNicolas Dufresne2020-03-051-0/+469