index
:
~robswain/gst-plugins-good
working-qtdemux
Robert Swain's dumping ground for gst-plugins-good development
robswain
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-23
osxvideosink: Create the video NSView in READY->PAUSED rather than NULL->READY
Michael Smith
1
-1
/
+3
2009-10-23
osxvideo: explicitly link to GST_LIBS
Michael Smith
1
-1
/
+4
2009-10-14
v4l2src: Set duration on buffers
Thiago Santos
1
-0
/
+4
2009-10-09
osxvideo: fix a warning doing a cast
Josep Torra
1
-1
/
+1
2009-10-09
osxaudio: fix warnings on macosx
Josep Torra
1
-10
/
+14
2009-10-09
osxaudio: Fixes build on macosx snow leopard.
Josep Torra
1
-0
/
+1
2009-10-09
v4l2: Include sys/ioctl.h for the V4L ioctl requests
Pau Garcia i Quiles
1
-0
/
+1
2009-10-08
oss: Downgrade the rank of osssrc to SECONDARY
Sjoerd Simons
1
-1
/
+1
2009-09-16
osxaudio: link against GST_BASE_LIBS
David Schleef
1
-0
/
+1
2009-09-11
v4l2src: add a function pointer for get_frame function and optimize a bit
Stefan Kost
2
-8
/
+18
2009-09-11
v4l2: log buffer copies on queue underrun in perf category
Stefan Kost
2
-0
/
+7
2009-09-10
docs: fix gtk-doc warnings
Stefan Kost
4
-24
/
+42
2009-09-09
whitespace fixes
Wim Taymans
1
-9
/
+9
2009-09-07
v4l2src: add support for mpeg formats
Wim Taymans
3
-51
/
+84
2009-09-05
Remove Ronald Bultje from Authors field
David Schleef
1
-2
/
+1
2009-09-04
v4l2: Define V4L2_FMT_FLAG_EMULATED if it's not defined yet
Sebastian Dröge
1
-4
/
+7
2009-09-03
v4l2: Fix stupid typo in last commit
Sebastian Dröge
1
-1
/
+1
2009-09-03
v4l2: Put emulated formats behind native formats
Sebastian Dröge
1
-29
/
+67
2009-08-14
v4l2src: fix 'hang' with some cameras caused by bad timestamping if no framer...
Hans de Goede
1
-9
/
+11
2009-08-14
v4l2src: clear format list in READY->NULL
Filippo Argiolas
2
-0
/
+9
2009-08-11
v4l2: fix make distcheck by disting some more headers
Tim-Philipp Müller
1
-4
/
+11
2009-08-09
v4l2src: if max == min width/height put an int in the probed caps, not an int...
Tim-Philipp Müller
1
-8
/
+15
2009-08-09
osxaudiosrc: if max_channels == min_channels, use an int instead of an int ra...
Tim-Philipp Müller
1
-3
/
+6
2009-08-04
v4l2: Directly use GST_PTR_FORMAT for printing caps with the LOG_CAPS macro
Sebastian Dröge
1
-9
/
+1
2009-08-04
v4l2: Remove some OMAP specific hacks
Sebastian Dröge
2
-38
/
+1
2009-08-04
v4l2sink: change where buffers get dequeued
Rob Clark
4
-52
/
+38
2009-08-04
v4l2: Add v4l2sink element
Rob Clark
14
-1824
/
+3051
2009-07-19
v4l2: Fix v4l2src on OpenSolaris
Elaine Xiong
4
-8
/
+25
2009-07-13
v4l2src: optional support for device probing with gudev
Filippo Argiolas
2
-8
/
+83
2009-06-25
waveformsink: use 'guint8' instead of 'byte' to fix compilation with MSVC8
Tim-Philipp Müller
1
-1
/
+1
2009-06-25
v4l2src: set structs to zero before using them in ioctls
Stefan Kost
1
-5
/
+5
2009-06-22
v4l2: open/close the device in READY
Stefan Kost
1
-9
/
+39
2009-06-05
sunaudio: Fix switch setting on some devices. Add debug. Fix a FIXME.
Jan Schmidt
3
-21
/
+42
2009-06-05
sunaudio: Support new flags for options and actions
Jan Schmidt
7
-111
/
+583
2009-05-26
v4l2: cleanup and commenting
Stefan Kost
2
-48
/
+17
2009-05-16
Moved 'directdraw' from -good to -bad
Jan Schmidt
5
-2153
/
+2
2009-05-15
Fix compiler warnings
James Andrewartha
4
-8
/
+10
2009-04-18
osxringbuffer: Run gst-indent.
Edward Hervey
1
-1
/
+3
2009-04-18
ximage: Remove dead assignments.
Edward Hervey
1
-3
/
+0
2009-04-18
Remove trivial unused variables detected by CLang static analyzer.
Edward Hervey
1
-4
/
+1
2009-04-18
Remove unused variables in _class_init
Edward Hervey
2
-8
/
+0
2009-04-15
sunaudio: fix broken indentation of variable declarations
Tim-Philipp Müller
1
-13
/
+0
2009-04-15
sunaudio: remove some unused variables and goto labels
James Andrewartha
2
-9
/
+0
2009-03-25
v4l2src: move duplicated timestamping and buffer metadata code to _create()
Stefan Kost
2
-68
/
+42
2009-03-25
v4l2src: remove win32 ifdefs introduced by commit cff3f46760eac74c9bbd7a36aca...
Stefan Kost
2
-10
/
+0
2009-03-15
v4l2src: log details if we have them, needed for #575391
Stefan Kost
1
-2
/
+2
2009-03-13
v4l2src: Prepend to lists and reverse them at the end.
Jan Schmidt
1
-3
/
+7
2009-03-06
v4l2src: fix pads, so that they are subset of template caps
Stefan Kost
1
-4
/
+9
2009-03-01
Remove hardcoded definition of OBJC
David Schleef
1
-2
/
+0
2009-03-01
Wait for a frame to become available before capturing it
Sjoerd Simons
5
-2
/
+95
[next]