Age | Commit message (Expand) | Author | Files | Lines |
2007-12-24 | sys/glsink/: Rewrite a bunch of code to use textures as the intermediate inst... | David Schleef | 9 | -137/+262 |
2007-12-22 | sys/glsink/: A careful read of the documentation reveals that I can't use ren... | David Schleef | 7 | -20/+206 |
2007-12-21 | sys/glsink/: Switch to using framebuffer_objects instead of GLXPixmaps, becau... | David Schleef | 13 | -188/+1394 |
2007-12-18 | sys/glsink/: Use new GstVideoFormat checked into -base. Add new glupload ele... | David Schleef | 9 | -665/+219 |
2007-12-16 | sys/glsink/: Rename GLVideo* to GstGL*. | David Schleef | 4 | -105/+104 |
2007-12-16 | sys/glsink/: Add vblank synchronization. Isn't really working on my driver. :( | David Schleef | 4 | -5/+210 |
2007-12-15 | sys/glsink/: Add support for xRGB, xBGR, and AYUV. Re-add support for power-... | David Schleef | 6 | -36/+286 |
2007-12-15 | sys/glsink/gstvideo-common.*: Pull together some common raw video functions i... | David Schleef | 8 | -108/+785 |
2007-12-14 | update spec file and add two missing files for disting | Christian Schaller | 1 | -0/+2 |
2007-12-12 | sys/glsink/: Split out gl-related code into a separate file with a sensible A... | David Schleef | 4 | -393/+503 |
2007-12-05 | gst/mpegtsparse/: A sub table is identified by the pair table_id and sub_tabl... | Zaheer Abbas Merali | 1 | -5/+11 |
2007-12-03 | gst/mpegtsparse/: Remove signals for pat, pmt, nit, eit, sdt. Replace with bu... | Zaheer Abbas Merali | 1 | -10/+54 |
2007-11-26 | configure.ac: Add QuickTime Wrapper plug-in. | Julien Moutte | 12 | -2/+2918 |
2007-11-23 | gst/mpegtsparse/: pat-info is now a signal not a GObject property that gets n... | Alessandro Decina | 9 | -107/+85 |
2007-11-04 | gst-libs/gst/dshow/gstdshowfakesink.*: Fix crasher in constructor due to the ... | Ole André Vadla Ravnås | 2 | -2/+2 |
2007-10-31 | sys/dvb/camswclient.c: Warn on failed write. | Zaheer Abbas Merali | 1 | -1/+3 |
2007-10-30 | sys/dvb/dvbbasebin.c: Fix the build. | Stefan Kost | 1 | -0/+1 |
2007-10-29 | sys/dvb/dvbbasebin.c: Uncomment the line that sets the pid filter. Wrong way ... | Zaheer Abbas Merali | 1 | -3/+2 |
2007-10-23 | sys/dvb/gstdvbsrc.c: Actually use the code-rate-hp parameter for DVB-S. | Zaheer Abbas Merali | 1 | -21/+48 |
2007-10-19 | sys/dvb/dvbbasebin.c: Added proxy property of diseqc-source | Zaheer Abbas Merali | 1 | -0/+4 |
2007-10-17 | sys/dvb/: Fix some warnings. | Tim-Philipp Müller | 2 | -2/+2 |
2007-10-16 | sys/dvb/: Integrate SoC work done by Alessandro for the Freevo project. | Alessandro Decina | 26 | -74/+4483 |
2007-09-24 | Massive leak fixing, plus code cleanups. | Stefan Kost | 3 | -3/+20 |
2007-07-18 | Add stdlib include (free, atoi, exit). | Stefan Kost | 1 | -0/+1 |
2007-07-04 | sys/dvb/gstdvbsrc.c (dvbsrc_details, ARG_DVBSRC_ADAPTER, | Zaheer Abbas Merali | 2 | -90/+94 |
2007-06-25 | gconf/: Remove dysfunctional directory (this stuff is in -good). | Tim-Philipp Müller | 1 | -9/+11 |
2007-06-22 | Fix leaks. | Edward Hervey | 3 | -8/+3 |
2007-06-21 | Re-enable VCD source and fix up release notes. | Tim-Philipp Müller | 1 | -1/+1 |
2007-06-13 | sys/Makefile.am: Disable VCD build because we're frozen.. | Wim Taymans | 1 | -1/+1 |
2007-06-13 | Port VCD element. | Wim Taymans | 4 | -322/+151 |
2007-06-12 | Move videocrop and osxvideo to -good. | Jan Schmidt | 6 | -1267/+2 |
2007-06-12 | Remove the waveform plugin now that it is in -good. | Jan Schmidt | 3 | -739/+0 |
2007-06-08 | Remove DirectDraw & DirectSound plugins, as they've moved to Good | Jan Schmidt | 9 | -2755/+2 |
2007-06-08 | Rename the keep-aspect-ratio property to force-aspect-ratio to make it consis... | Jan Schmidt | 1 | -2/+3 |
2007-06-06 | sys/glsink/glimagesink.c: Sprinkle in some XSync calls to avoid raciness with... | Jan Schmidt | 1 | -0/+12 |
2007-05-24 | sys/directdraw/gstdirectdrawsink.*: Fix more warnings when compiling with Min... | Vincent Torri | 2 | -15/+34 |
2007-05-23 | docs/plugins/gst-plugins-bad-plugins.args: Remove directsoundsink property do... | Sébastien Moutte | 8 | -78/+2268 |
2007-05-22 | docs/plugins/Makefile.am: Also look for .m (objectivec) files. | Edward Hervey | 1 | -0/+37 |
2007-05-20 | sys/directdraw/gstdirectdrawsink.c: Bunch of small fixes: remove static funct... | Tim-Philipp Müller | 1 | -59/+58 |
2007-05-18 | sys/glsink/glimagesink.c: Update the cached caps after opening the display so... | Jan Schmidt | 1 | -0/+1 |
2007-05-17 | sys/osxvideo/osxvideosink.*: Remove the event-loop-in-separate-thread modific... | Edward Hervey | 2 | -8/+1 |
2007-05-17 | sys/osxvideo/osxvideosink.*: Fix a stupid #if vs #ifdef bug. Should use the p... | Edward Hervey | 2 | -3/+19 |
2007-05-15 | Add DIRECTDRAW_CFLAGS and DIRECTSOUND_CFLAGS to Makefile.am; save and restore... | Tim-Philipp Müller | 2 | -4/+4 |
2007-04-29 | 80 char police | Thomas Vander Stichele | 2 | -6/+6 |
2007-04-03 | sys/glsink/glimagesink.c: Fix handling of video/x-raw-yuv. Add overlay handl... | David Schleef | 1 | -39/+192 |
2007-03-16 | sys/osxvideo/osxvideosink.m: Fix previous commit, we want to pass the NSView ... | Edward Hervey | 1 | -1/+1 |
2007-03-16 | sys/osxvideo/osxvideosink.m: Emit 'have-ns-view' message when working in embe... | Edward Hervey | 1 | -5/+17 |
2007-03-14 | sys/osxvideo/: Fix leaks when running a NSApp. | Edward Hervey | 4 | -55/+225 |
2007-03-11 | sys/directdraw/gstdirectdrawsink.*: Handle display mode changes during playback. | Sébastien Moutte | 2 | -434/+660 |
2007-02-27 | update copyright statements | Christian Schaller | 10 | -3/+57 |