Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-01-31sys/v4l2/v4l2_calls.c: Treat ENOTTY (driver does not implement ioctl) the sam...Jan Schmidt
2008-01-21configure.ac: Detect video4linux headers on Solaris too.Brian Cameron
2008-01-15Revert previous change caused by a file that got stuck on an old revision.Stefan Kost
2008-01-15Managed to resolve most unused declarations. Filed a bug for one left.Stefan Kost
2008-01-12Generate the image-type values correctly. Leave them out of the caps when out...Jan Schmidt
2008-01-07sys/directdraw/gstdirectdrawsink.c: FALSE is not a gpointer.Tim-Philipp Müller
2008-01-06sys/directdraw/gstdirectdrawsink.c: Make sure we create our internal window o...Julien Moutte
2007-12-26Fix 'xyz may be used uninitialized' compiler warnings caused by broken g_asse...Tim-Philipp Müller
2007-12-11sys/v4l2/: Init some structs to zero before we pass them to ioctl, which avoi...Tim-Philipp Müller
2007-12-08sys/oss/gstosshelper.c: Verify that the format returned after the ioctl is th...Jan Schmidt
2007-12-07sys/oss/: Post decent (and translated) error message when we can't open the a...Tim-Philipp Müller
2007-12-07sys/oss/: Allow the AUDIODEV environment variable to redirect us to a differe...Jan Schmidt
2007-11-20Fix build on Mac OS X 10.5Julien Moutte
2007-11-15Always copy buffers by default (handle safer with bugged drivers) and added a...Edgard Lima
2007-11-13sys/v4l2/v4l2src_calls.c: but the corresponding ioctl() call fails even thoug...Tim-Philipp Müller
2007-10-26sys/v4l2/v4l2src_calls.c: Fix 'unused variable' compiler warning when compili...Tim-Philipp Müller
2007-10-23sys/osxaudio/gstosxaudiosrc.c: Use default input device instead of default ou...Yun Zheng Hu
2007-10-22sys/v4l2/v4l2src_calls.c: Fixes "v4l2src ! queue ! xvimagesink". The queue as...Edgard Lima
2007-10-18sys/v4l2/v4l2src_calls.c: Add some more debug info. Generate an error when we...Wim Taymans
2007-10-13sys/v4l2/: When probing the formats and sizes a camera supports, make sure th...Tim-Philipp Müller
2007-09-23sys/oss/gstosshelper.c: Use GST_WARNING instead of a g_critical. This situati...Stefan Kost
2007-09-22fix header and commentsThomas Vander Stichele
2007-09-12ext/gconf/gstgconfaudiosink.c: Fix warning when building without debug.Stefan Kost
2007-09-11sys/v4l2/v4l2src_calls.c: Fix framerate detection code some more.Wim Taymans
2007-09-07sys/v4l2/v4l2src_calls.c: Don't overwrite our GValue with 0 but instead use t...Wim Taymans
2007-09-05sys/v4l2/: Implement LATENCY queries in the crudest way possible so I don't h...Tim-Philipp Müller
2007-09-05sys/v4l2/v4l2src_calls.c: Add some more debugging in the framerate function.Wim Taymans
2007-09-04sys/v4l2/gstv4l2src.c: Restructure the setcaps function so that we can also c...Wim Taymans
2007-08-22sys/v4l2/v4l2src_calls.c: Handle optional v4l2 ioctls gracefully.Mark Nauwelaerts
2007-07-18sys/v4l2/gstv4l2src.c: Add another example pipeline.Stefan Kost
2007-07-18sys/v4l2/gstv4l2src.c: Use define here.Alexander Eichner
2007-07-17sys/v4l2/gstv4l2src.c: Initialize num_buffers with minimum value.Stefan Kost
2007-06-14Make sure to dist everything needed for win32 builds.Jan Schmidt
2007-06-13Move videocrop and osxvideo from -bad.Jan Schmidt
2007-06-12Return a copy of the pool buffer if all mmap buffers have been dequeued.Andy Wingo
2007-06-12sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize) (gst_v4l2_buffer_class_in...Andy Wingo
2007-06-11sys/ximage/gstximagesrc.c: Actually use the display_name property so that we ...daniel fischer
2007-06-08Add DirectDraw & DirectSound plugins to the build and docs.Jan Schmidt
2007-06-08Rename the keep-aspect-ratio property to force-aspect-ratio to make it consis...Jan Schmidt
2007-06-06sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)Andy Wingo
2007-06-05sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add some useless...Andy Wingo
2007-05-30sys/v4l2/gstv4l2object.*: Revert some unintended changes.Andy Wingo
2007-05-30sys/v4l2/v4l2src_calls.*: Store the format list in the order that the driver ...Andy Wingo
2007-05-24sys/directdraw/gstdirectdrawsink.*: Fix more warnings when compiling with Min...Vincent Torri
2007-05-24docs/plugins/gst-plugins-bad-plugins.args: Remove directsoundsink property do...Sébastien Moutte
2007-05-22docs/plugins/Makefile.am: Also look for .m (objectivec) files.Edward Hervey
2007-05-20sys/directdraw/gstdirectdrawsink.c: Bunch of small fixes: remove static funct...Tim-Philipp Müller
2007-05-17sys/osxvideo/osxvideosink.*: Remove the event-loop-in-separate-thread modific...Edward Hervey
2007-05-17sys/osxvideo/osxvideosink.*: Fix a stupid #if vs #ifdef bug. Should use the p...Edward Hervey
2007-05-15Add DIRECTDRAW_CFLAGS and DIRECTSOUND_CFLAGS to Makefile.am; save and restore...Tim-Philipp Müller