summaryrefslogtreecommitdiff
path: root/sys/applemedia
AgeCommit message (Expand)AuthorFilesLines
2013-06-18applemedia: fix release of null pointerAndoni Morales Alastruey1-2/+4
2013-06-18applemedia: coremediabuffer: fix leaking of apple media structsThiago Santos1-0/+4
2013-06-18applemedia: move defines to CPPFLAGS for obj-c filesAndoni Morales Alastruey1-4/+6
2013-05-24applemedia: fix duplicated symbols with applemediaAndoni Morales Alastruey1-1/+11
2013-05-20vtdec: simplify caps settingAndoni Morales Alastruey1-2/+1
2013-05-20applemedia: fix H264 streams with b-framesAndoni Morales Alastruey2-19/+43
2013-05-20applemedia: fix segfault with dropped framesAndoni Morales Alastruey1-1/+8
2013-05-20applemedia: improve usage of the VT APIAndoni Morales Alastruey4-14/+45
2013-05-20applemedia: add support for MPEG-1 tooAndoni Morales Alastruey1-1/+3
2013-05-20applemedia: add support for MPEG-2 decodingAndoni Morales Alastruey2-0/+5
2013-05-20applemedia: use the best colorformat on each platformAndoni Morales Alastruey1-3/+13
2013-05-20applemedia: replace private function with its public variantAndoni Morales Alastruey3-10/+76
2013-05-20applemedia: remove the unneeded buffer factoryAndoni Morales Alastruey5-136/+4
2013-05-20applemedia: don't use the dynamic API for public frameworksAndoni Morales Alastruey14-653/+77
2013-05-20applemedia: move plugins using private frameworks to applemedia-nonpublicAndoni Morales Alastruey14-4046/+2
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-04-15avfvideosrc: fix deadlock draining queue from the same threadAndoni Morales Alastruey1-1/+2
2013-03-25applemedia: fix build for objcThiago Santos1-0/+4
2013-03-10applemedia: suppress warnings for deprecated glib APIJosep Torra1-0/+4
2013-02-16applemedia: update contact informationOle André Vadla Ravnås44-51/+51
2013-02-16applemedia: fix gst_buffer_get_core_media_meta macroOle André Vadla Ravnås1-1/+2
2013-02-16applemedia: port vtenc to 1.0Ole André Vadla Ravnås3-44/+111
2013-02-16applemedia: replace usage of deprecated gst_pad_set_caps() in vtdecOle André Vadla Ravnås1-1/+1
2013-02-16applemedia: port vtapi to run on OS X 10.8Ole André Vadla Ravnås4-21/+28
2012-11-04Fix FSF addressTim-Philipp Müller44-88/+88
2012-10-30avfvideosrc: Negotiate format, also support more resolutionsOlivier Crête1-18/+101
2012-10-03meta info: register thread-safely.Michael Smith2-4/+6
2012-09-18applemedia: init videoinfoMark Nauwelaerts2-0/+2
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts7-7/+7
2012-05-30applemedia: Put the right flags into the right variableSebastian Dröge1-1/+1
2012-05-30configure: Add OBJC specific compiler flagsSebastian Dröge1-2/+2
2012-04-19fix for video api updateWim Taymans1-2/+2
2012-04-19video: Update for libgstvideo API changesSebastian Dröge1-2/+3
2012-04-16applemedia: do not link gstinterfacesMatej Knopp1-1/+0
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-05applemedia: update corevideobuffer after buffer meta API changeAlessandro Decina2-1/+19
2012-04-05applemedia: update coremediabuffer after buffer meta API changeAlessandro Decina2-2/+19
2012-04-05qtkitvideosrc: update after BaseSrc::fixate API changeAlessandro Decina1-6/+12
2012-04-04gst: Update versioningSebastian Dröge1-2/+2
2012-03-30update for buffer api changeWim Taymans2-2/+2
2012-03-03applemedia: port vtdecAlessandro Decina7-87/+164
2012-03-03applemedia: update signature of CMSampleBufferCreate and CMBlockBufferCreateW...Alessandro Decina1-6/+11
2012-03-03applemedia: update format description helper signatureAlessandro Decina1-1/+1
2012-02-28applemedia: port qtkitvideosrcAlessandro Decina7-159/+125
2012-02-08GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans4-4/+4
2011-08-15qtkitvideosrc: get the framerate from capsAlessandro Decina1-11/+49
2011-05-15applemedia: bump the rank of qtkitvideosrc to PRIMARYAlessandro Decina1-1/+1
2010-12-18applemedia: fix compiler warning: redundant declaration of 'parent_class'Leo Singer2-6/+2
2010-12-10applemedia: only enqueue buffers in the VideoToolbox callbacksOle André Vadla Ravnås2-20/+26
2010-12-10applemedia: bring back Leopard compatibilityOle André Vadla Ravnås5-8/+10