summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2009-09-16osxaudio: link against GST_BASE_LIBSDavid Schleef1-0/+1
2009-09-11v4l2src: add a function pointer for get_frame function and optimize a bitStefan Kost2-8/+18
2009-09-11v4l2: log buffer copies on queue underrun in perf categoryStefan Kost2-0/+7
2009-09-10docs: fix gtk-doc warningsStefan Kost4-24/+42
2009-09-09whitespace fixesWim Taymans1-9/+9
2009-09-07v4l2src: add support for mpeg formatsWim Taymans3-51/+84
2009-09-05Remove Ronald Bultje from Authors fieldDavid Schleef1-2/+1
2009-09-04v4l2: Define V4L2_FMT_FLAG_EMULATED if it's not defined yetSebastian Dröge1-4/+7
2009-09-03v4l2: Fix stupid typo in last commitSebastian Dröge1-1/+1
2009-09-03v4l2: Put emulated formats behind native formatsSebastian Dröge1-29/+67
2009-08-14v4l2src: fix 'hang' with some cameras caused by bad timestamping if no framer...Hans de Goede1-9/+11
2009-08-14v4l2src: clear format list in READY->NULLFilippo Argiolas2-0/+9
2009-08-11v4l2: fix make distcheck by disting some more headersTim-Philipp Müller1-4/+11
2009-08-09v4l2src: if max == min width/height put an int in the probed caps, not an int...Tim-Philipp Müller1-8/+15
2009-08-09osxaudiosrc: if max_channels == min_channels, use an int instead of an int ra...Tim-Philipp Müller1-3/+6
2009-08-04v4l2: Directly use GST_PTR_FORMAT for printing caps with the LOG_CAPS macroSebastian Dröge1-9/+1
2009-08-04v4l2: Remove some OMAP specific hacksSebastian Dröge2-38/+1
2009-08-04v4l2sink: change where buffers get dequeuedRob Clark4-52/+38
2009-08-04v4l2: Add v4l2sink elementRob Clark14-1824/+3051
2009-07-19v4l2: Fix v4l2src on OpenSolarisElaine Xiong4-8/+25
2009-07-13v4l2src: optional support for device probing with gudevFilippo Argiolas2-8/+83
2009-06-25waveformsink: use 'guint8' instead of 'byte' to fix compilation with MSVC8Tim-Philipp Müller1-1/+1
2009-06-25v4l2src: set structs to zero before using them in ioctlsStefan Kost1-5/+5
2009-06-22v4l2: open/close the device in READYStefan Kost1-9/+39
2009-06-05sunaudio: Fix switch setting on some devices. Add debug. Fix a FIXME.Jan Schmidt3-21/+42
2009-06-05sunaudio: Support new flags for options and actionsJan Schmidt7-111/+583
2009-05-26v4l2: cleanup and commentingStefan Kost2-48/+17
2009-05-16Moved 'directdraw' from -good to -badJan Schmidt5-2153/+2
2009-05-15Fix compiler warningsJames Andrewartha4-8/+10
2009-04-18osxringbuffer: Run gst-indent.Edward Hervey1-1/+3
2009-04-18ximage: Remove dead assignments.Edward Hervey1-3/+0
2009-04-18Remove trivial unused variables detected by CLang static analyzer.Edward Hervey1-4/+1
2009-04-18Remove unused variables in _class_initEdward Hervey2-8/+0
2009-04-15sunaudio: fix broken indentation of variable declarationsTim-Philipp Müller1-13/+0
2009-04-15sunaudio: remove some unused variables and goto labelsJames Andrewartha2-9/+0
2009-03-25v4l2src: move duplicated timestamping and buffer metadata code to _create()Stefan Kost2-68/+42
2009-03-25v4l2src: remove win32 ifdefs introduced by commit cff3f46760eac74c9bbd7a36aca...Stefan Kost2-10/+0
2009-03-15v4l2src: log details if we have them, needed for #575391Stefan Kost1-2/+2
2009-03-13v4l2src: Prepend to lists and reverse them at the end.Jan Schmidt1-3/+7
2009-03-06v4l2src: fix pads, so that they are subset of template capsStefan Kost1-4/+9
2009-03-01Remove hardcoded definition of OBJCDavid Schleef1-2/+0
2009-03-01Wait for a frame to become available before capturing itSjoerd Simons5-2/+95
2009-02-27directdrawsink: Fix type mismatchesLRN1-5/+5
2009-02-23Conditionally compile code for YVYUWim Taymans1-0/+2
2009-02-23v4l2src: Make sort_by_frame_size conditionally compiledLevente Farkas1-0/+2
2009-02-23Add YVYU format to capsWim Taymans1-0/+15
2009-02-10osxvideosink: Fix build. Fixes #571038Edward Hervey1-8/+7
2009-02-05osxvideosink: remove non-embedded mode and fix memory management.Michael Smith2-349/+66
2009-02-04osxaudio fixes: multichannel and changing caps.Michael Smith1-4/+7
2009-01-30Fix comparison of the tuner normsBrijesh Singh1-1/+1