Age | Commit message (Expand) | Author | Files | Lines |
2006-10-03 | removing icle for v4l2 | Thomas Vander Stichele | 2 | -526/+1 |
2006-10-03 | remove last cond | Thomas Vander Stichele | 1 | -1/+0 |
2006-10-03 | moved to gst-plugins-good | Thomas Vander Stichele | 22 | -5200/+28 |
2006-10-03 | comment out the notifies for removed properties | Thomas Vander Stichele | 1 | -0/+6 |
2006-10-03 | sys/v4l2/gstv4l2object.c: comment out the properties that are already part of... | Thomas Vander Stichele | 2 | -0/+10 |
2006-10-03 | sys/v4l2/gstv4l2src.c: Improve docs. | Zaheer Abbas Merali | 2 | -8/+8 |
2006-10-02 | ext/xvid/gstxvid.c: Set rank of xviddec to NONE until someone fixes it (too m... | Tim-Philipp Müller | 3 | -1/+7 |
2006-09-28 | sys/v4l2/: Framerate can be 0/1 too. | Wim Taymans | 3 | -2/+21 |
2006-09-28 | gst/qtdemux/qtdemux.c: Add support for 'yv12' fourcc. | Tim-Philipp Müller | 3 | -0/+9 |
2006-09-27 | Removed set-undef-fps. | Edgard Lima | 4 | -45/+9 |
2006-09-27 | sys/v4l2/: Renamed some properties to match the tuner interface naming. | Wim Taymans | 7 | -64/+84 |
2006-09-27 | Small cleanups. | Wim Taymans | 7 | -60/+124 |
2006-09-27 | Some cleanups and comments. | Edgard Lima | 8 | -223/+143 |
2006-09-26 | docs/plugins/: Add v4l2 plugin to the docs. | Wim Taymans | 7 | -9/+51 |
2006-09-26 | sys/v4l2/Makefile.am: Fix makefile, list libs in stack order. | Wim Taymans | 13 | -208/+181 |
2006-09-26 | sys/v4l2/: Fix pass at code cleanups, move errors cases out of the normal flo... | Wim Taymans | 6 | -353/+542 |
2006-09-23 | ext/cdaudio/gstcdaudio.c: Port to 0.10. | Wim Taymans | 2 | -133/+196 |
2006-09-23 | sys/glsink/glimagesink.c: Fix problems when the element cannot open the displ... | David Schleef | 2 | -9/+22 |
2006-09-22 | configure.ac: Up requirements to -base CVS and core CVS (the format for the v... | Tim-Philipp Müller | 2 | -2/+9 |
2006-09-22 | ext/directfb/dfbvideosink.c: Lower rank from SECONDARY to MARGINAL. Plugins i... | Tim-Philipp Müller | 3 | -2/+13 |
2006-09-21 | Reverted previous commit (2006-09-19 - Allow internal codes from last.fm). As... | Edgard Lima | 4 | -151/+76 |
2006-09-21 | ext/faac/gstfaac.c: Add decoder specific info on the caps. | Wim Taymans | 2 | -42/+84 |
2006-09-19 | Allow internal codes from last.fm | Edgard Lima | 4 | -64/+160 |
2006-09-19 | Just a small fix to the app options. | Edgard Lima | 2 | -1/+6 |
2006-09-19 | Add Video Orientation interface support to v4l2src. | Edgard Lima | 6 | -5/+339 |
2006-09-19 | ext/gsm/gstgsmdec.*: Handle WAV49 variant (GSM in WAV). | Wim Taymans | 3 | -28/+64 |
2006-09-18 | Fix GST_BUFFER_DURATION. | Edgard Lima | 2 | -1/+6 |
2006-09-16 | tests/check/: Fix big batch of compiler warnings. | Stefan Kost | 1 | -2/+0 |
2006-09-16 | More G_OBJECT macro fixing. | Stefan Kost | 16 | -15/+34 |
2006-09-15 | The test application and the plgind error messages has been improved. | Edgard Lima | 8 | -222/+342 |
2006-09-12 | gst/spectrum/gstspectrum.c: Implements stop() to clear the adapter and event(... | Stefan Kost | 2 | -6/+42 |
2006-09-11 | gst/spectrum/gstspectrum.*: Fix type mixup in spectrum->interval (gdouble<->g... | Stefan Kost | 3 | -2/+11 |
2006-09-11 | gst/spectrum/demo-osssrc.c: Use more defines | Stefan Kost | 4 | -17/+31 |
2006-09-08 | configure.ac: Bump requirements of -base (videocrop test case needs this). | Tim-Philipp Müller | 4 | -47/+239 |
2006-09-08 | gst/videocrop/: Some quick tests indicate that it doesn't make a great deal o... | Tim-Philipp Müller | 3 | -9/+17 |
2006-09-03 | higher up first | Thomas Vander Stichele | 1 | -2/+2 |
2006-09-03 | tests/check/elements/videocrop.c: More tests: check passthrough mode and caps... | Tim-Philipp Müller | 2 | -0/+327 |
2006-09-02 | docs/plugins/: Add videocrop to docs. | Tim-Philipp Müller | 11 | -58/+450 |
2006-09-02 | Port/rewrite videocrop from scratch for GStreamer-0.10, and make it support a... | Tim-Philipp Müller | 4 | -376/+500 |
2006-09-02 | sys/v4l2/: Whitespace cleanups, dashify property-names. | Stefan Kost | 6 | -10/+19 |
2006-09-02 | sys/v4l2/: Cleanup error messages and unify header comments | Stefan Kost | 16 | -46/+87 |
2006-08-31 | gst/nsf/Makefile.am: Add missing GST_LIBS | Jan Schmidt | 2 | -1/+6 |
2006-08-30 | Another small fix to set_caps function. | Edgard Lima | 2 | -6/+7 |
2006-08-30 | Send new_segment in GST_FORMAT_TIME instead of in GST_FORMAT_BYTES. | Edgard Lima | 2 | -0/+6 |
2006-08-30 | A small fix to set_caps function. | Edgard Lima | 2 | -2/+6 |
2006-08-30 | gst/qtdemux/qtdemux.c: Reset each streams last_flow to GST_FLOW_OK. | Edward Hervey | 2 | -1/+13 |
2006-08-30 | gst/qtdemux/qtdemux.c: put back 'segment start<=stop' change that was mystica... | Stefan Kost | 2 | -2/+9 |
2006-08-30 | gst/qtdemux/qtdemux.c: Fix the build for disabled debug | Stefan Kost | 2 | -1/+10 |
2006-08-29 | Fixed framerate negotiation. | Edgard Lima | 4 | -14/+113 |
2006-08-29 | ext/sdl/: Only de-init the subsystem we previously initialised. Avoids borkag... | Andrew Andkjar | 3 | -3/+14 |