summaryrefslogtreecommitdiff
path: root/sys/applemedia/vtdec.c
Commit message (Expand)AuthorAgeFilesLines
* vtdec: destroy and create the GL context on start()/stop()Matthew Waters2017-12-111-2/+11
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-121-4/+4
* vtdec: Mark pad as needing reconfiguration again if it failedSebastian Dröge2016-11-181-1/+8
* applemedia: changes to make GL memory mappable on CPU on iOSAlessandro Decina2016-08-261-8/+3
* vtdec: fix MPEG-2 video capsMatej Knopp2016-08-221-1/+2
* vtdec: minimize renegotiation to make hw decoding more reliableAlessandro Decina2016-06-231-11/+23
* vtdec: always drain in ::negotiateAlessandro Decina2016-06-071-6/+3
* vtdec: try to preserve downstream caps orderAlessandro Decina2016-06-071-4/+5
* vtdec: make vtdec_hw fallback to software on renegotiationAlessandro Decina2016-06-021-21/+28
* vtdec: fix switching from GLMemory to SysmemAlessandro Decina2016-06-021-0/+5
* vtdec: optimize renegotiationAlessandro Decina2016-06-021-3/+9
* applemedia: vtdec: output sysmem by defaultAlessandro Decina2016-05-041-2/+2
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-2/+2
* vtdec: Negotiate the decoder in set_format() alreadySebastian Dröge2016-02-251-1/+1
* applemedia: vtdec: implement GstElement::set_contextAlessandro Decina2016-02-091-3/+18
* applemedia: vtdec: update copyrightAlessandro Decina2016-02-091-1/+1
* applemedia: refactor GL context codeAlessandro Decina2016-01-291-45/+20
* applemedia: always fill GstBuffers with GstMemoryAlessandro Decina2016-01-191-3/+1
* applemedia: vtdec: fix texture-target on iOSAlessandro Decina2015-12-161-2/+6
* applemedia: vtdec: remove obsolete FIXMEAlessandro Decina2015-12-161-3/+0
* applemedia: vtdec: remove the internal GstGLColorConvertAlessandro Decina2015-12-161-10/+8
* applemedia: vtdec: decouple outputting textures from outputting RGBAAlessandro Decina2015-12-161-5/+12
* applemedia: vtdec: switch to IOSurface on MacAlessandro Decina2015-12-161-15/+1
* applemedia: rename GstCoreVideoTextureCache to GstVideoTextureCacheAlessandro Decina2015-12-161-5/+5
* Revert "vtdec: disable the texture cache on OSX"Alessandro Decina2015-12-161-5/+0
* plugins-bad: Fix example pipelinesVineeth TM2015-12-151-1/+1
* applemedia: vtdec: fix negotiation moreAlessandro Decina2015-11-171-3/+6
* applemedia: vtdec: minor texture cache fixesAlessandro Decina2015-11-171-11/+21
* applemedia: vtdec: fix setting internal SKIP / DROP flagsAlessandro Decina2015-11-171-2/+2
* applemedia: vtdec: improve negotiationAlessandro Decina2015-11-171-98/+106
* applemedia: vtdec: improve handing of decode errors/frame dropsAlessandro Decina2015-11-171-42/+43
* applemedia: vtdec: fix uninitialized variable warningAlessandro Decina2015-11-171-1/+1
* glcolorconvert: add support for converting texture targetsMatthew Waters2015-10-301-3/+7
* vtdec: disable the texture cache on OSXMatthew Waters2015-09-181-0/+5
* vtdec: gst-indent fileMatthew Waters2015-09-181-3/+6
* applemedia/vtdec: fix negotiation errors when resizing glimagesinkMatthew Waters2015-09-171-16/+16
* vtdec: Prefer GL output caps.Jan Schmidt2015-09-121-23/+33
* vtdec: handle non-consecutive GstBuffer input without copyingIlya Konstantinov2015-07-131-27/+79
* vtdec: fix refcount error in error handlingIlya Konstantinov2015-07-071-3/+0
* vtdec: don't copy meta from input to outputIlya Konstantinov2015-06-091-2/+0
* vtdec: Require width and height field for H264Nicolas Dufresne2015-06-011-1/+2
* vtdec: We shouldn't manually check reconfigure flag on pads but instead imple...Sebastian Dröge2015-05-081-0/+3
* applemedia: avoid implicit color conversionsAlessandro Decina2015-04-201-2/+8
* applemedia: vtdec: fix GL negotiationAlessandro Decina2015-04-141-21/+32
* vtdec: Register a hardware-only vtdec_hw on OSX and give it a higher rankSebastian Dröge2015-03-071-3/+56
* vtdec: only attempt use of the texture cache with GLMemory caps featuresMatthew Waters2015-02-251-10/+19
* vtdec: fix texture sharing on iOSAlessandro Decina2015-02-091-1/+4
* vtdec: Don't dereference NULL frames when draining/flushingSebastian Dröge2015-02-031-1/+1
* applemedia: rework GL texture sharingAlessandro Decina2015-01-301-13/+20
* applemedia: vtdec: fix CMBlockBufferRef leakAlessandro Decina2015-01-301-0/+1