summaryrefslogtreecommitdiff
path: root/sys/applemedia
Commit message (Expand)AuthorAgeFilesLines
* 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
* avfvideosrc: Only use the duration of the sample if it is validSebastian Dröge2015-02-121-2/+4
* vtdec: fix texture sharing on iOSAlessandro Decina2015-02-092-45/+101
* corevideotexturecache: Add some assertions instead of just dereferencing NULLSebastian Dröge2015-02-031-0/+5
* corevideotexturecache: Don't unconditionally use the CoreMedia meta on iOSSebastian Dröge2015-02-031-1/+1
* vtdec: Don't dereference NULL frames when draining/flushingSebastian Dröge2015-02-031-1/+1
* applemedia: rework GL texture sharingAlessandro Decina2015-01-304-53/+101
* applemedia: vtdec: fix CMBlockBufferRef leakAlessandro Decina2015-01-301-0/+1
* applemedia: don't call CVPixelBufferLockBaseAddress when doing texture sharingAlessandro Decina2015-01-305-20/+23
* applemedia: corevideobuffer: make mapping the CVPixelBuffer in CPU optionalAlessandro Decina2015-01-305-13/+22
* applemedia: update for gstgl cocoa -> cgl changeMatthew Waters2015-01-231-8/+7
* vtdec: implement the GL texture upload metaAlessandro Decina2015-01-153-43/+154
* avfvideosrc: implement the GL texture upload metaAlessandro Decina2015-01-155-6/+229