summaryrefslogtreecommitdiff
path: root/gst/vaapi/gstvaapidecode.c
Commit message (Expand)AuthorAgeFilesLines
* docs: update plugin documentationVíctor Manuel Jáquez Leal2016-02-031-2/+19
* plugins: fix code styleVíctor Manuel Jáquez Leal2016-02-031-5/+6
* vaapi: fix 'ISO C90 forbids mixed declarations and code' compiler warningsTim-Philipp Müller2016-02-021-7/+9
* vaapidecode: Fix renegotiation for resolution changeSreerenj Balachandran2016-02-021-0/+27
* Remove old gst version guardsVíctor Manuel Jáquez Leal2016-01-251-59/+0
* vaapidecode: Add comments for corner case fixes and fix couple of indentations.Sreerenj Balachandran2015-11-131-5/+9
* vaapidecode: return pad's template caps if no displayVíctor Manuel Jáquez Leal2015-11-091-11/+10
* plugins: don't create display at caps queryVíctor Manuel Jáquez Leal2015-11-091-2/+2
* plugins: fix context query handlingVíctor Manuel Jáquez Leal2015-11-091-10/+8
* VP9: plugins: Add VP9 decoderSreerenj Balachandran2015-11-061-0/+9
* vaapidecode: relax guards for memory:VASurface capsfeatureVíctor Manuel Jáquez Leal2015-10-201-1/+1
* vaapidecode: decide allocation doesn't update srccapsVíctor Manuel Jáquez Leal2015-10-201-7/+0
* vaapidecode: use caps to check the featuresVíctor Manuel Jáquez Leal2015-10-201-9/+4
* vaapidecode: set format before decide allocationVíctor Manuel Jáquez Leal2015-10-201-3/+0
* vaapidecode: Fix buffer copy assertionSreerenj Balachandran2015-10-121-1/+2
* vaapidecode: simplify copy of GstVideoCodecStateVíctor Manuel Jáquez Leal2015-09-231-17/+2
* vaapidecode: proper numerator and denominator for forced latency framerateMark Nauwelaerts2015-09-151-2/+2
* multiview: initial attempt at stereo/multiview supportJan Schmidt2015-08-311-0/+8
* vaapidecode: remove (another) unused variableVíctor Manuel Jáquez Leal2015-08-311-1/+0
* vaapidecode: remove unused variableVíctor Manuel Jáquez Leal2015-08-281-1/+0
* vaapidecode: compilation fixVíctor Manuel Jáquez Leal2015-08-281-1/+1
* vaapidecode: renegotiate if caps are not equalVíctor Manuel Jáquez Leal2015-08-291-1/+6
* vaapidecode: Rework the re-negotiation code to handle multi resoultion videosSreerenj Balachandran2015-08-291-6/+33
* vaapidecode: Always keep a copy of input codec stateSreerenj Balachandran2015-08-281-2/+32
* refactor vaapi caps strings for pad templatesVíctor Manuel Jáquez Leal2015-08-051-4/+2
* vaapidecode: don't lost GLTextureUpload on seekVíctor Manuel Jáquez Leal2015-08-041-2/+0
* decoder: add initial infrastructure for marking corrupted output.Gwenole Beauchesne2015-07-201-3/+5
* vaapidecode: log negotiated src/sink capsVíctor Manuel Jáquez Leal2015-06-221-0/+2
* vaapidecode: remove unneeded castingVíctor Manuel Jáquez Leal2015-06-011-3/+2
* vaapidecode: calculate decoding latencyVíctor Manuel Jáquez Leal2015-06-011-0/+16
* vaapidecode: add guards for disabled codecs.Gwenole Beauchesne2015-05-041-0/+8
* vaapidecode: refactor gst_vaapidecode_internal_flush()Víctor Manuel Jáquez Leal2015-04-211-14/+11
* vaapidecode: refactor gst_vaapidecode_destroy()Víctor Manuel Jáquez Leal2015-04-201-11/+27
* vaapidecode: Tell the base class about released frames on closeOlivier Crete2015-04-201-18/+14
* vaapidecode: reduce logging noiseVíctor Manuel Jáquez Leal2015-04-191-7/+3
* vaapidecode: Use the GstVideoDecoder error reporting functionOlivier Crete2015-04-191-6/+5
* vaapidecode: Update Author name in plugin metadataSreerenj Balachandran2015-04-131-1/+5
* plugins: Add HEVC decoderSreerenj Balachandran2015-04-131-0/+23
* vaapidecode: unref video codec frame twiceMichael Olbrich2015-04-101-0/+2
* Removal of gstreamer-1.0 supportVíctor Manuel Jáquez Leal2015-04-031-27/+3
* update and move gstcompat.hVíctor Manuel Jáquez Leal2015-04-031-6/+4
* Removal of gstreamer-0.10 supportVíctor Manuel Jáquez Leal2015-04-031-25/+0
* vaapidecode: add drain() vmethodVíctor Manuel Jáquez Leal2015-03-161-0/+16
* vaapidecode: remove vmethod reset()Víctor Manuel Jáquez Leal2015-03-161-17/+0
* vaapidecode: handle flush() vmethodVíctor Manuel Jáquez Leal2015-03-161-3/+22
* vaapidecode: call the correct query functionVíctor Manuel Jáquez Leal2015-03-161-1/+1
* vaapidecode: Don't crash if a buffer outlives the decoderOlivier Crete2015-03-061-2/+3
* vaapidecode: clean-ups (indentation, drop unused variables)Sreerenj Balachandran2015-03-061-4/+2
* vaapidecode: use the query virtual methods in 1.4Víctor Manuel Jáquez Leal2015-03-061-53/+110
* vaapidecode: re-indent (gst-indent) gstvaapidecode.cSreerenj Balachandran2015-03-021-687/+684