summaryrefslogtreecommitdiff
path: root/sys/applemedia
Commit message (Expand)AuthorAgeFilesLines
* vtenc: Set profile_level to NULL after releaseHeinrich Fink2015-11-161-0/+1
* Revert "vtenc: free input buffer ASAP"Alessandro Decina2015-11-031-4/+0
* 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
* avfvideosrc: fix build failure with clangYujin Lee2015-04-191-1/+1
* avfvideosrc: get connection and input clock earlyIlya Konstantinov2015-04-181-5/+9
* avfvideosrc: remove unused variablesIlya Konstantinov2015-04-151-4/+0
* applemedia: vtdec: fix GL negotiationAlessandro Decina2015-04-141-21/+32
* avfvideosrc: log timestampsAlessandro Decina2015-04-141-3/+10
* avfvideosrc: subtract time spent in AVF queuesIlya Konstantinov2015-04-141-4/+18
* avfvideosrc: fix GL texture negotiationIlya Konstantinov2015-04-141-20/+26
* avfvideosrc: fix setting of buffer offset endIlya Konstantinov2015-04-071-1/+1
* Restricted activeVideoMaxFrameDuration to fix frame rateijsf2015-03-131-1/+2
* vtdec: Register a hardware-only vtdec_hw on OSX and give it a higher rankSebastian Dröge2015-03-073-4/+61
* avfvideosrc: allow "capture-screen" mode to select which screen to capture vi...Florian Zwoch2015-03-061-8/+34
* applemedia/avsamplesink: utilise a pull based approach of displaying video fr...Matthew Waters2015-03-042-41/+118
* vtdec: only attempt use of the texture cache with GLMemory caps featuresMatthew Waters2015-02-251-10/+19
* applemedia: new AVSampleBufferLayerSinkMatthew Waters2015-02-244-1/+845
* avfvideosrc: Only set latency if we already know our capsSebastian Dröge2015-02-191-1/+4
* vtenc: Check if VTSessionCopyProperty() succeeds before using the resultSebastian Dröge2015-02-161-0/+5
* applemedia: avfvideosrc: fix crash when non-GL memory is usedAlessandro Decina2015-02-131-3/+8