summaryrefslogtreecommitdiffstats
path: root/sys/qcam/qcam-os.c
AgeCommit message (Collapse)AuthorFilesLines
2004-04-29ext/jpeg/: move format setting to inner loopThomas Vander Stichele1-3/+5
Original commit message from CVS: * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type): * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type), (gst_jpegenc_getcaps): move format setting to inner loop * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcolorspace_getcaps): use GST_PAD_CAPS if available so that we use already negotiated caps * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse): extra debugging * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock): * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock): move hardcoded path to DEFINE
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-7/+7
Original commit message from CVS: don't mix tabs and spaces
2004-03-14gst-indentThomas Vander Stichele1-88/+114
Original commit message from CVS: gst-indent
2003-11-07Remove all config.h includes from header files, add it to each source file ↵Ronald S. Bultje1-0/+3
and remove duplicate config.h includes fro... Original commit message from CVS: Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
2003-04-05Revert last change, since it breaks buildDavid Schleef1-1/+1
Original commit message from CVS: Revert last change, since it breaks build
2003-04-04sys/io.h -> asm/io.h (more portable) - fixes bug #109048Ronald S. Bultje1-1/+1
Original commit message from CVS: sys/io.h -> asm/io.h (more portable) - fixes bug #109048
2001-12-17first batchThomas Vander Stichele1-0/+246
Original commit message from CVS: first batch