summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gst/alpha/: Stupid plugin to to RGBA to AYUV conversion because none of the c...Wim Taymans2004-07-223-1/+362
* More playback updates, attempt to fix things after the state change breakage.Wim Taymans2004-07-222-4/+42
* comment algorithmThomas Vander Stichele2004-07-221-0/+6
* cleanup and commentingThomas Vander Stichele2004-07-222-0/+12
* ext/: More seeking fixes, oggdemux now supports seeking to time and uses the ...Wim Taymans2004-07-211-0/+19
* ext/: Added query/convert/formats functions to vorbis and theora decoders so ...Wim Taymans2004-07-211-0/+16
* don't clog my log matroska hogThomas Vander Stichele2004-07-210-0/+0
* sys/ximage/ximagesink.c: Optimize images creation for both elements. We don't...Julien Moutte2004-07-211-0/+17
* don't needlessly do stuff; don't clutter my logsThomas Vander Stichele2004-07-211-0/+7
* gst-libs/gst/riff/riff-media.c: Fix double end-to-native symbol conversion (#...Ronald S. Bultje2004-07-201-0/+6
* sys/ximage/ximagesink.c: Don't use an Atom that doesn't exist.David Schleef2004-07-201-0/+5
* gst/tcp/gstmultifdsink.*: More multifdsink stats. Avoid deadlock by releasing...Wim Taymans2004-07-201-0/+11
* adding hungarian translationThomas Vander Stichele2004-07-203-1/+279
* gst/tcp/: Fixed the stupid marshal definition.Wim Taymans2004-07-201-0/+9
* gst/tcp/gstmultifdsink.*: Added more stats, added timeout for a client, fixed...Wim Taymans2004-07-201-0/+13
* gst/tcp/: Added get_stats method that returns a GValueArray of stats values.Wim Taymans2004-07-201-0/+11
* ext/ladspa/gstladspa.c: make sure longname, description and author are valid ...Benjamin Otte2004-07-192-2/+11
* respect SYNCHRONOUS after getting X contextThomas Vander Stichele2004-07-191-0/+8
* ... and keep playing of courseThomas Vander Stichele2004-07-181-0/+2
* make log less verboseThomas Vander Stichele2004-07-183-0/+26
* add debug categories to matroskaThomas Vander Stichele2004-07-183-0/+23
* Make sure the widget gets updated even if the slider value doesn't change.Wim Taymans2004-07-161-2/+5
* ext/libpng/: Added png decoder.Wim Taymans2004-07-165-2/+444
* gst/: Make sure we don't create 0 sized subbufers in riff-read.Wim Taymans2004-07-161-0/+4
* sys/: Getting the 2 video sinks synchronized again. Using internal data point...Julien Moutte2004-07-161-0/+17
* gst/playback/: Better error recovery. Added configurable preroll queue size. ...Wim Taymans2004-07-161-0/+26
* gst-libs/gst/video/video.h: Added 32 bits RGBA. Not sure if we should use ano...Wim Taymans2004-07-161-0/+7
* sys/: FPS seems to be 0.0 to MAX everywhere else.Wim Taymans2004-07-161-0/+6
* gst-libs/gst/riff/riff-media.c: mp42/mp43 (no caps) exist too.Ronald S. Bultje2004-07-154-6/+23
* sys/xvimage/xvimagesink.c: Tim Ringenbach2004-07-151-0/+6
* ext/alsa/gstalsa.c: disable some of the debugging code for now. Writing debug...Benjamin Otte2004-07-151-0/+8
* ext/mpeg2dec/gstmpeg2dec.c: use bufferpoolsBenjamin Otte2004-07-151-0/+5
* add debug categoriesThomas Vander Stichele2004-07-141-0/+7
* gst/playback/gstplaybin.c (gst_play_bin_set_property)Johan Dahlin2004-07-131-0/+5
* ext/ogg/gstoggdemux.c: When trying to find the stream length, seek back N pag...Wim Taymans2004-07-131-0/+7
* gst/: Set codec_data on caps for avidemuxer.Wim Taymans2004-07-132-3/+19
* configure.ac: Fix test for Objective CDavid Schleef2004-07-133-11/+7
* ext/gdk_pixbuf/gstgdkpixbuf.c: Add svg and pcx to template caps, and ensure t...Jan Schmidt2004-07-122-5/+36
* gst-libs/gst/riff/riff-media.c: Fix the template caps to include some more me...Wim Taymans2004-07-121-0/+6
* Remove signed field from caps factoryJohan Dahlin2004-07-121-1/+0
* Make Johan happy.Wim Taymans2004-07-121-0/+1
* gst/playback/: More fixes on reusing of the element.Wim Taymans2004-07-121-0/+66
* ext/mad/gstmad.c: allow seeking for other methods than just SETBenjamin Otte2004-07-111-0/+5
* gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For float, "any"...Andy Wingo2004-07-111-0/+10
* examples/seeking/seek.c: Don't consume all CPU in the idle loop.Wim Taymans2004-07-092-0/+6
* gst/mpegstream/gstmpegdemux.c: Add pad to element *after* setting the pad fun...Wim Taymans2004-07-091-0/+7
* ext/theora/theoradec.c: Sync to keyframe after seekWim Taymans2004-07-091-0/+6
* don't assert in state changeThomas Vander Stichele2004-07-092-6/+27
* new method. various debuggingThomas Vander Stichele2004-07-082-0/+14
* examples/seeking/seek.c: Added playbin seeking example.Wim Taymans2004-07-082-44/+156