summaryrefslogtreecommitdiff
path: root/sys/applemedia
Commit message (Expand)AuthorAgeFilesLines
* applemedia: vtdec: switch to IOSurface on MacAlessandro Decina2015-12-166-74/+410
* applemedia: rename GstCoreVideoTextureCache to GstVideoTextureCacheAlessandro Decina2015-12-166-33/+33
* Revert "vtdec: disable the texture cache on OSX"Alessandro Decina2015-12-161-5/+0
* plugins-bad: Fix example pipelinesVineeth TM2015-12-154-4/+4
* applemedia: update for GLMemory API changesMatthew Waters2015-12-141-4/+4
* Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet2015-11-181-6/+2
* applemedia: vtdec: fix negotiation moreAlessandro Decina2015-11-171-3/+6
* applemedia: vtdec: minor texture cache fixesAlessandro Decina2015-11-171-11/+21
* applemedia: corevideotexturecache: stop configuring cache->convert over and overAlessandro Decina2015-11-171-0/+1
* applemedia: vtdec: fix setting internal SKIP / DROP flagsAlessandro Decina2015-11-171-2/+2
* applemedia: vtdec: improve negotiationAlessandro Decina2015-11-172-98/+107
* 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
* vtenc: Set profile_level to NULL after releaseHeinrich Fink2015-11-111-0/+1
* applemedia: fix vtdec texture sharing on ios 9.1Alessandro Decina2015-11-101-6/+9
* Revert "vtenc: free input buffer ASAP"Alessandro Decina2015-11-021-4/+0
* vtdec: fix compilation errorMatthew Waters2015-10-301-1/+1
* glcolorconvert: add support for converting texture targetsMatthew Waters2015-10-303-26/+41
* glmemory: add support for rectangle texturesMatthew Waters2015-10-301-4/+19
* applemedia: dist missing header filesAleix Conchillo Flaqué2015-09-301-0/+2
* 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: Use R/RG textures for NV12 when the context provides themJan Schmidt2015-09-121-5/+15
* vtdec: Prefer GL output caps.Jan Schmidt2015-09-121-23/+33
* applemedia/avsample: Fix racy cleanup of CA layerHeinrich Fink2015-07-311-2/+3
* vtdec: handle non-consecutive GstBuffer input without copyingIlya Konstantinov2015-07-131-27/+79
* applemedia/avsample: fix unconditional use of OSX 10.10 APIMatthew Waters2015-07-131-0/+2
* vtdec: fix refcount error in error handlingIlya Konstantinov2015-07-071-3/+0
* docs: decodebin2 -> decodebinLuis de Bethencourt2015-06-251-1/+1
* applemedia: enable sharing of CMBlockBuffer dataIlya Konstantinov2015-06-251-2/+3
* applemedia: CMBlockBuffer can be non-contiguousIlya Konstantinov2015-06-251-10/+15
* avfvideosrc: add frame rate range to capsIlya Konstantinov2015-06-221-9/+29
* vtenc: always enqueue frames, even on errorIlya Konstantinov2015-06-101-24/+37
* vtenc: free input buffer ASAPIlya Konstantinov2015-06-101-0/+4
* vtenc: Add missing gst_vtenc_frame_free() in error pathIlya Konstantinov2015-06-101-0/+1
* vtenc: add alignment=au to sink capsIlya Konstantinov2015-06-101-1/+2
* avfassetsrc: fix huge memory leakIlya Konstantinov2015-06-091-0/+4
* vtenc: no need for queue_length with try_popIlya Konstantinov2015-06-091-6/+4
* vtdec: don't copy meta from input to outputIlya Konstantinov2015-06-091-2/+0
* Fix a common typo: retreive -> retrieveThiago Santos2015-06-051-1/+1
* vtdec: Require width and height field for H264Nicolas Dufresne2015-06-011-1/+2
* vtenc: fix keyframe request race conditionIlya Konstantinov2015-06-012-28/+24
* avfvideosrc: fix unconditional buffer queue unlockIlya Konstantinov2015-05-111-2/+2
* vtdec: We shouldn't manually check reconfigure flag on pads but instead imple...Sebastian Dröge2015-05-081-0/+3
* avfvideosrc: drop frames we get before we have a clockIlya Konstantinov2015-04-261-0/+5
* vtdec: fix build error with clangYujin Lee2015-04-261-1/+1
* applemedia: avoid implicit color conversionsAlessandro Decina2015-04-204-49/+94
* corevideotexturecache: free texture cache on iOSIlya Konstantinov2015-04-191-1/+1
* avfvideosrc: check for failure to create bufferIlya Konstantinov2015-04-191-1/+9