summaryrefslogtreecommitdiff
path: root/sys/osxvideo
AgeCommit message (Expand)AuthorFilesLines
2009-04-20patch over logic errors in osxvideosrcAndy Wingo1-129/+131
2009-04-20add osxvideosrcAndy Wingo4-0/+1536
2007-06-12Move videocrop and osxvideo to -good.Jan Schmidt5-1259/+0
2007-05-22docs/plugins/Makefile.am: Also look for .m (objectivec) files.Edward Hervey1-0/+37
2007-05-17sys/osxvideo/osxvideosink.*: Remove the event-loop-in-separate-thread modific...Edward Hervey2-8/+1
2007-05-17sys/osxvideo/osxvideosink.*: Fix a stupid #if vs #ifdef bug. Should use the p...Edward Hervey2-3/+19
2007-04-2980 char policeThomas Vander Stichele1-2/+2
2007-03-16sys/osxvideo/osxvideosink.m: Fix previous commit, we want to pass the NSView ...Edward Hervey1-1/+1
2007-03-16sys/osxvideo/osxvideosink.m: Emit 'have-ns-view' message when working in embe...Edward Hervey1-5/+17
2007-03-14sys/osxvideo/: Fix leaks when running a NSApp.Edward Hervey4-55/+225
2007-02-27update copyright statementsChristian Schaller4-1/+23
2007-02-27sys/osxvideo/: Disable the cocoa event loop since it's a huge memory leak. Sh...Edward Hervey4-149/+2
2007-01-30configure.ac: Check for an Objective C compilerEdward Hervey5-0/+1156