summaryrefslogtreecommitdiff
path: root/sys/applemedia
Commit message (Expand)AuthorAgeFilesLines
* vtdec: use L/LA textures on GLES2 as wellMatthew Waters2016-06-291-15/+3
* vtdec: add support for zerocopy decoding with GLES 3.xMatthew Waters2016-06-291-3/+15
* glmemory: add the texture type to allocate to parametersMatthew Waters2016-06-293-8/+14
* vtdec: minimize renegotiation to make hw decoding more reliableAlessandro Decina2016-06-231-11/+23
* avfassetsrc: Don't escape the URI before passing it to NSURLSebastian Dröge2016-06-131-5/+2
* iosassetsrc: Print the correct URI if it was rejectedSebastian Dröge2016-06-131-2/+2
* vtdec: always drain in ::negotiateAlessandro Decina2016-06-071-6/+3
* vtdec: try to preserve downstream caps orderAlessandro Decina2016-06-071-4/+5
* applemedia: Only use the OpenGL framework on OSXEdward Hervey2016-06-031-1/+1
* applemedia: CGLTexImageIOSurface2D needs the OpenGL framework on OSXHavard Graff2016-06-021-0/+1
* avsamplevideosink: check we are compiling for 10.1 up to 10.4Havard Graff2016-06-021-1/+4
* applemedia: vtenc: Register a hardware-only vtenc_h264_hw element on OSXHeinrich Fink2016-06-022-2/+15
* 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: fix core_video_meta init registrationPhilippe Normand2016-05-101-1/+1
* applemedia: Ship all headers in tarballsSebastian Dröge2016-05-091-0/+2
* applemedia: vtdec: output sysmem by defaultAlessandro Decina2016-05-041-2/+2
* applemedia: vtenc: fix build break on iOSHyunjun Ko2016-04-211-1/+1
* applemedia: vtenc: Fix a warning by weak-link symbolHyunjun Ko2016-04-201-0/+6
* applemedia: GstCoreVideoMeta in the plugin using only public API has no ctx m...Sebastian Dröge2016-04-131-1/+0
* applemedia: GstCoreMediaMeta in the plugin using only public API has no ctx m...Sebastian Dröge2016-04-131-1/+0
* meta: Initialize all GstMeta fieldsSebastian Dröge2016-04-132-1/+25
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-247-18/+12
* vtdec: Negotiate the decoder in set_format() alreadySebastian Dröge2016-02-251-1/+1
* avfvideosrc: Frame durations as CTime to the API, not doubleJoe Gorse2016-02-251-4/+2
* applemedia: videotesturecache: let CVOpenGLESTextureCache flush every 1sAlessandro Decina2016-02-101-4/+0
* applemedia: vtdec: implement GstElement::set_contextAlessandro Decina2016-02-091-3/+18
* applemedia: vtdec: update copyrightAlessandro Decina2016-02-091-1/+1
* applemedia: avfvideosrc: implement GstElement::set_contextAlessandro Decina2016-02-091-0/+21
* applemedia: avfvideosrc: add myself to the copyright holdersAlessandro Decina2016-02-091-0/+1
* applemedia: refactor GL context codeAlessandro Decina2016-01-296-138/+252
* applemedia: avfvideosrc: actually set the configured framerateAlessandro Decina2016-01-271-7/+15
* applemedia: texture cache: copy the input metasAlessandro Decina2016-01-221-6/+6
* applemedia: vtenc: fix build on iOSAlessandro Decina2016-01-191-2/+1
* applemedia: always fill GstBuffers with GstMemoryAlessandro Decina2016-01-1910-91/+56
* applemedia: implement copying of metaIlya Konstantinov2016-01-192-19/+77
* applemedia: implement GstAppleCoreVideoMemoryIlya Konstantinov2016-01-197-120/+652
* applemedia: iosurfacememory: alloc with g_new0Alessandro Decina2016-01-191-1/+1
* applemedia: avfvideosrc: optionally get the GL context from gst_element_set_c...Alessandro Decina2016-01-121-3/+29
* applemedia: iosurfacememory: remove NO_SHARE flagAlessandro Decina2016-01-121-1/+0
* applemedia: avfvideosrc: enable renegotiationAlessandro Decina2016-01-061-17/+3
* applemedia: avfvideosrc: small negotiation fixAlessandro Decina2016-01-061-0/+7
* applemedia: vtenc: accept UYVY on MacAlessandro Decina2016-01-061-0/+8
* applemedia: avfvideosrc: change texture format from BGRA to NV12 on iOSAlessandro Decina2016-01-061-2/+2
* applemedia: avfvideosrc: output at highest fps/resolution by defaultAlessandro Decina2015-12-291-0/+8
* applemedia: set -mmacosx-version-min to 10.8Julien Isorce2015-12-181-1/+9
* glmemory: add gst_gl_memory_allocator_get_defaultAlessandro Decina2015-12-181-1/+1
* gl*memory*: reverse the parameter order of user_data and destroy notifyMatthew Waters2015-12-172-7/+7
* applemedia: fix build on iOSAlessandro Decina2015-12-171-7/+9