Age | Commit message (Expand) | Author | Files | Lines |
2004-07-21 | ext/: More seeking fixes, oggdemux now supports seeking to time and uses the ... | Wim Taymans | 1 | -0/+19 |
2004-07-21 | ext/: Added query/convert/formats functions to vorbis and theora decoders so ... | Wim Taymans | 1 | -0/+16 |
2004-07-21 | sys/ximage/ximagesink.c: Optimize images creation for both elements. We don't... | Julien Moutte | 1 | -0/+17 |
2004-07-21 | don't needlessly do stuff; don't clutter my logs | Thomas Vander Stichele | 1 | -0/+7 |
2004-07-20 | gst-libs/gst/riff/riff-media.c: Fix double end-to-native symbol conversion (#... | Ronald S. Bultje | 2 | -3/+9 |
2004-07-20 | sys/ximage/ximagesink.c: Don't use an Atom that doesn't exist. | David Schleef | 1 | -0/+5 |
2004-07-20 | gst/tcp/gstmultifdsink.*: More multifdsink stats. Avoid deadlock by releasing... | Wim Taymans | 1 | -0/+11 |
2004-07-20 | adding hungarian translation | Thomas Vander Stichele | 3 | -1/+279 |
2004-07-20 | gst/tcp/: Fixed the stupid marshal definition. | Wim Taymans | 1 | -0/+9 |
2004-07-20 | gst/tcp/gstmultifdsink.*: Added more stats, added timeout for a client, fixed... | Wim Taymans | 1 | -0/+13 |
2004-07-20 | gst/tcp/: Added get_stats method that returns a GValueArray of stats values. | Wim Taymans | 1 | -0/+11 |
2004-07-19 | ext/ladspa/gstladspa.c: make sure longname, description and author are valid ... | Benjamin Otte | 2 | -2/+11 |
2004-07-19 | respect SYNCHRONOUS after getting X context | Thomas Vander Stichele | 1 | -0/+8 |
2004-07-18 | make log less verbose | Thomas Vander Stichele | 1 | -0/+9 |
2004-07-18 | add debug categories to matroska | Thomas Vander Stichele | 1 | -0/+7 |
2004-07-16 | Make sure the widget gets updated even if the slider value doesn't change. | Wim Taymans | 1 | -2/+5 |
2004-07-16 | ext/libpng/: Added png decoder. | Wim Taymans | 1 | -0/+21 |
2004-07-16 | gst/: Make sure we don't create 0 sized subbufers in riff-read. | Wim Taymans | 1 | -4/+12 |
2004-07-16 | sys/: Getting the 2 video sinks synchronized again. Using internal data point... | Julien Moutte | 1 | -0/+17 |
2004-07-16 | gst/playback/: Better error recovery. Added configurable preroll queue size. ... | Wim Taymans | 1 | -0/+26 |
2004-07-16 | gst-libs/gst/video/video.h: Added 32 bits RGBA. Not sure if we should use ano... | Wim Taymans | 2 | -0/+34 |
2004-07-16 | sys/: FPS seems to be 0.0 to MAX everywhere else. | Wim Taymans | 1 | -0/+6 |
2004-07-15 | gst-libs/gst/riff/riff-media.c: mp42/mp43 (no caps) exist too. | Ronald S. Bultje | 2 | -0/+15 |
2004-07-15 | sys/xvimage/xvimagesink.c: | Tim Ringenbach | 1 | -0/+6 |
2004-07-15 | ext/alsa/gstalsa.c: disable some of the debugging code for now. Writing debug... | Benjamin Otte | 1 | -0/+8 |
2004-07-15 | ext/mpeg2dec/gstmpeg2dec.c: use bufferpools | Benjamin Otte | 1 | -0/+5 |
2004-07-14 | add debug categories | Thomas Vander Stichele | 1 | -0/+7 |
2004-07-13 | gst/playback/gstplaybin.c (gst_play_bin_set_property) | Johan Dahlin | 1 | -0/+5 |
2004-07-13 | ext/ogg/gstoggdemux.c: When trying to find the stream length, seek back N pag... | Wim Taymans | 1 | -0/+7 |
2004-07-13 | gst/: Set codec_data on caps for avidemuxer. | Wim Taymans | 5 | -15/+112 |
2004-07-13 | configure.ac: Fix test for Objective C | David Schleef | 3 | -11/+7 |
2004-07-12 | ext/gdk_pixbuf/gstgdkpixbuf.c: Add svg and pcx to template caps, and ensure t... | Jan Schmidt | 1 | -0/+8 |
2004-07-12 | gst-libs/gst/riff/riff-media.c: Fix the template caps to include some more me... | Wim Taymans | 2 | -2/+12 |
2004-07-12 | ignore more | Thomas Vander Stichele | 1 | -0/+2 |
2004-07-12 | Make Johan happy. | Wim Taymans | 1 | -0/+1 |
2004-07-12 | gst/playback/: More fixes on reusing of the element. | Wim Taymans | 1 | -0/+66 |
2004-07-11 | ext/mad/gstmad.c: allow seeking for other methods than just SET | Benjamin Otte | 1 | -0/+5 |
2004-07-11 | gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For float, "any"... | Andy Wingo | 1 | -0/+10 |
2004-07-09 | examples/seeking/seek.c: Don't consume all CPU in the idle loop. | Wim Taymans | 2 | -0/+6 |
2004-07-09 | gst/mpegstream/gstmpegdemux.c: Add pad to element *after* setting the pad fun... | Wim Taymans | 1 | -0/+7 |
2004-07-09 | ext/theora/theoradec.c: Sync to keyframe after seek | Wim Taymans | 1 | -0/+6 |
2004-07-09 | don't assert in state change | Thomas Vander Stichele | 2 | -0/+29 |
2004-07-08 | new method. various debugging | Thomas Vander Stichele | 4 | -23/+107 |
2004-07-08 | examples/seeking/seek.c: Added playbin seeking example. | Wim Taymans | 2 | -44/+156 |
2004-07-08 | use macro to hash lookup | Thomas Vander Stichele | 2 | -76/+41 |
2004-07-08 | gst-libs/gst/play/play.c: - add debugging info | Thomas Vander Stichele | 2 | -30/+107 |
2004-07-08 | ext/alsa/: - add debugging info | Thomas Vander Stichele | 1 | -0/+11 |
2004-07-08 | gst/playback/Makefile.am: Add headers to noinst | Wim Taymans | 1 | -0/+5 |
2004-07-08 | update | Thomas Vander Stichele | 1 | -0/+6 |
2004-07-07 | sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES | David Schleef | 2 | -1/+5 |