summaryrefslogtreecommitdiffstats
path: root/sys/osxvideo
Commit message (Expand)AuthorAgeFilesLines
* docs/plugins/Makefile.am: Also look for .m (objectivec) files.Edward Hervey2007-05-221-0/+37
* sys/osxvideo/osxvideosink.*: Remove the event-loop-in-separate-thread modific...Edward Hervey2007-05-172-8/+1
* sys/osxvideo/osxvideosink.*: Fix a stupid #if vs #ifdef bug. Should use the p...Edward Hervey2007-05-172-3/+19
* 80 char policeThomas Vander Stichele2007-04-291-2/+2
* sys/osxvideo/osxvideosink.m: Fix previous commit, we want to pass the NSView ...Edward Hervey2007-03-161-1/+1
* sys/osxvideo/osxvideosink.m: Emit 'have-ns-view' message when working in embe...Edward Hervey2007-03-161-5/+17
* sys/osxvideo/: Fix leaks when running a NSApp.Edward Hervey2007-03-144-55/+225
* update copyright statementsChristian Schaller2007-02-274-1/+23
* sys/osxvideo/: Disable the cocoa event loop since it's a huge memory leak. Sh...Edward Hervey2007-02-274-149/+2
* configure.ac: Check for an Objective C compilerEdward Hervey2007-01-305-0/+1156