summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2013-03-10osxvideo: suppress warnings for deprecated glib APIJosep Torra1-0/+5
2013-03-10osxaudio: fixes implicit declaration of function 'getpid'Josep Torra1-0/+1
2013-03-10osxaudio: Fixes error: "GST_LEVEL_DEFAULT" redefinedJosep Torra2-2/+1
2013-03-08osxaudio: add support for iOS using the RemoteIO AudioUnitAndoni Morales Alastruey5-3/+155
2013-03-08osxaudio: add a façade for the CoreAudio APIAndoni Morales Alastruey10-1684/+2176
2013-01-31osxvideosink: Make GstNavigation key input events in osxvideosink compatible ...Alexey Chernov2-10/+302
2013-01-16osxvideosink: Fix crash in osxvideosink with external window outputAlexey Chernov2-3/+10
2013-01-16osxvideosink: Make GstGLView propagate input events to its parent viewAlexey Chernov1-0/+7
2012-12-10osxvideosink: Fix resizing the Cocoa window on receiving new capsAlexey Chernov1-1/+2
2012-08-21v4l2: make gst_v4l2_fill_lists() adapt to kernel 3.3+Huacai Chen1-1/+1
2012-08-18v4l2: fix RGB32 and BGR32 capsRené Stadler1-7/+12
2012-08-18v4l2: fix BGR32 masksRené Stadler1-4/+4
2012-08-18v4l2sink: fix crash with NULL caps on bufferRené Stadler1-2/+6
2012-08-09v4l2: fix build with recent kernels, the v4l2_buffer input field was removedMatthias Clasen1-1/+0
2012-08-06osxvideosink: add a better detection for the main run loopAndoni Morales Alastruey2-1/+69
2012-08-06directsoundsink: Do not overwrite the DS buffer when testing for AC3 supportXavi Artigas1-3/+3
2012-06-26directsoundsink: fix access to invalid pointer in set_volumeAndoni Morales Alastruey1-0/+1
2012-06-26v4l2: Free the kernel buffers when the bufferpool is destroyedYouness Alaoui1-0/+14
2012-06-19osxaudiosink: respect the prefered channel layoutJosep Torra6-61/+174
2012-06-14osxaudiosink: Add support for SPDIF outputJosep Torra6-265/+1668
2012-06-13directsoundsink: Fix caps leaksSebastian Dröge1-6/+24
2012-06-11v4l2object: Don't probe UVC devices for being interlacedHans de Goede1-4/+12
2012-06-04osxaudiosink: Handle endianness correctlyJosep Torra1-0/+3
2012-06-01osxaudiosink: Add support for int audioJosep Torra2-4/+45
2012-05-31osxvideosink: Really fix the build on 10.5Josep Torra1-4/+10
2012-05-30osxvideosink: Fix last commit to actually workJosep Torra1-3/+3
2012-05-30osxvideosink: Put the right flags in the right variableSebastian Dröge1-1/+3
2012-05-30osxvideosink: NSWindowDelegate is available in all OSX versions newer than 10.6Sebastian Dröge1-1/+1
2012-05-30osxvideosink: Fix build with older OSX versionsJosep Torra1-0/+4
2012-05-30configure: Add OBJC specific compiler flagsSebastian Dröge1-6/+4
2012-05-29directsoundsink: fix acceptcaps checkAndoni Morales Alastruey1-10/+16
2012-05-26osxvideosink: fix race in starting the runloop threadAlessandro Decina2-16/+28
2012-05-25directsoundsink: add support for DTSAndoni Morales Alastruey1-2/+5
2012-05-25directsoundsink: use helper function to check for spdif formatsAndoni Morales Alastruey1-37/+29
2012-05-25osxvideosink: make sure all selectors are performed on the same threadAndoni Morales Alastruey4-49/+70
2012-05-24osxvideosink: start the loop before calling [gstview haveSuperview]Alessandro Decina1-1/+1
2012-05-24osxvideosink: fix indentationAlessandro Decina1-13/+13
2012-05-23osxvideosink: enable running the cocoa main runloop in a threadAlessandro Decina1-1/+1
2012-05-23osxvideosink: add code to optionally run the cocoa main runloop in a separate...Alessandro Decina2-12/+93
2012-05-23osxvideosink: reset app_started to FALSE when shutting downAlessandro Decina1-0/+3
2012-05-23osxvideosink: rename cocoa runloop helper funcsAlessandro Decina1-4/+4
2012-05-23osxvideosink: don't create application menusAlessandro Decina1-83/+0
2012-05-23osxvideosink: reset the embed property for backward compatilibityAndoni Morales Alastruey2-9/+14
2012-05-23osxvideosink: fix navigation when force-aspect-ratio is activatedAndoni Morales Alastruey3-24/+25
2012-05-23osxvideosink: add force-aspect-ratio propertyAndoni Morales Alastruey4-1/+60
2012-05-23osxvideosink: start internal window if no view is providedAndoni Morales Alastruey4-3/+232
2012-05-23osxvideosink: implement the navigation interfaceAndoni Morales Alastruey3-16/+199
2012-05-23osvideosink: create, destroy, resize and draw from the main threadAndoni Morales Alastruey2-26/+133
2012-05-11v4l2: fix typo in EXTRA_DIST marshal.list filenameYouness Alaoui1-1/+1
2012-05-09v4l2src: fix v4l2_std_id loggingPeter Seiderer1-1/+1