- 14 Feb, 2003 1 commit
-
-
Thomas Vander Stichele authored
committing fixes before deleting all of my gstreamer cvs to make room for music for the skiing trip, yay ! Original commit message from CVS: committing fixes before deleting all of my gstreamer cvs to make room for music for the skiing trip, yay !
-
- 11 Feb, 2003 2 commits
-
-
Wim Taymans authored
Original commit message from CVS: Do rate control, skip frames when too old.
-
Wim Taymans authored
Original commit message from CVS: ref the caps when returning it as the result of a getcaps function as we're reusing it.
-
- 09 Feb, 2003 1 commit
-
-
Benjamin Otte authored
fixing alsa step 2: complete rewrite of data transfer. The whole stuff is clean enough to go from there now. Original commit message from CVS: fixing alsa step 2: complete rewrite of data transfer. The whole stuff is clean enough to go from there now. License change to LGPL, since no copied code is left now. Missing: - alsasrc - resetting format - corner cases - testsuite
-
- 07 Feb, 2003 4 commits
-
-
Ronald S. Bultje authored
Will the who-ever it is that writes gcc-2.95-incompatible code please stop that? Some of us don't use C99 yet ;) Original commit message from CVS: Will the who-ever it is that writes gcc-2.95-incompatible code please stop that? Some of us don't use C99 yet ;)
-
Julien Moutte authored
Original commit message from CVS: Documented libgstplay's public methods
-
Colin Walters authored
Original commit message from CVS: *** empty log message ***
-
Colin Walters authored
Original commit message from CVS: Port all the fixes from BRANCH-GSTREAMER-0_6.
-
- 06 Feb, 2003 2 commits
-
-
Julien Moutte authored
Original commit message from CVS: Code cleanup and reorganization I ll now be able to make nice gtk-doc for this lib Fixed latency bug on async_queue pop X video window now comes immediatly
-
Ronald S. Bultje authored
make v4l element do all calls in one thread, this makes performance much better (because of kernel locking, more thre... Original commit message from CVS: make v4l element do all calls in one thread, this makes performance much better (because of kernel locking, more threads doesn't make sense anyway)
-
- 02 Feb, 2003 3 commits
-
-
Wim Taymans authored
Original commit message from CVS: Fix compile error Add some more debug info
-
Wim Taymans authored
Original commit message from CVS: - Cleanups - remove old tracing API calls
-
David Schleef authored
Original commit message from CVS: Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer conversion.
-
- 31 Jan, 2003 5 commits
-
-
Ronald S. Bultje authored
Original commit message from CVS: Don't use irrelevant debugging output on get_buffer calls
-
Ronald S. Bultje authored
Original commit message from CVS: Don't use irrelevant debugging output on get_buffer calls, and fix a race in v4lsrc
-
Owen Fraser-Green authored
Original commit message from CVS: Renamed GST_RIFF_WAVE_FORMAT_DIVX and _divx to _DIVX_WMAV1 and _DIVX_WMAV2 and added _WMAV9
-
Owen Fraser-Green authored
Original commit message from CVS: Added handlers for .wmv .wma and .wa to use the ASF demuxer
-
Ronald S. Bultje authored
Original commit message from CVS: Add metadata/streaminfo to AVI
-
- 30 Jan, 2003 3 commits
-
-
Ronald S. Bultje authored
Original commit message from CVS: Add untested get-video-size function (bug 104360)
-
Zeeshan Ali authored
Original commit message from CVS: The first attempt to support MAS. Dont expect it to work :)
-
Benjamin Otte authored
Original commit message from CVS: cleaning up alsa, step 1: cleaning up caps parsing/setting and templates - gst-launch ... ! spider ! alsasink works now - alsasrc definitely does not work
-
- 27 Jan, 2003 1 commit
-
-
Leif Johnson authored
+ removed the access_addr crap from GstAlsaPad ... just use this->access_addr[channel] instead + completely reorganiz... Original commit message from CVS: + removed the access_addr crap from GstAlsaPad ... just use this->access_addr[channel] instead + completely reorganized and reindented code + removed the gst_alsa_sink_silence_on_channel function, needs to be completely redone anyway + got alsasink to work on my machine finally ! yay !
-
- 26 Jan, 2003 3 commits
-
-
Christian Schaller authored
Original commit message from CVS: add asf pipeline
-
Christian Schaller authored
Original commit message from CVS: add asf plugin
-
Christian Schaller authored
Original commit message from CVS: add asf plugin to build
-
- 25 Jan, 2003 2 commits
-
-
Colin Walters authored
Original commit message from CVS: (gst_gnomevfssrc_open_file): Don't make a size request when in iradio mode.
-
Benjamin Otte authored
Original commit message from CVS: bugfixing: - Fix for bug 93479 - Fix for bug 103659 - Did not set interleaved/non-interleaved correctly - Changed g_print to DEBUG to disable unwanted output Alsa is still not really useful. Missing is for example: - Support for Relinking in paused state (when going to next song in gst-player) - A bug when using gst-launch filesrc ! spider ! alsasink - Support for events - Padtemplates exporting proper caps - general cleanliness K, back to work ;)
-
- 23 Jan, 2003 3 commits
-
-
Christian Schaller authored
Original commit message from CVS: fix swfdec link
-
Thomas Vander Stichele authored
Original commit message from CVS: clean up spec file, more virtualprovides
-
Thomas Vander Stichele authored
Original commit message from CVS: 0.7.x dev branch is open
-
- 22 Jan, 2003 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: update version
-
- 21 Jan, 2003 3 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: stray x check
-
Wim Taymans authored
Original commit message from CVS: - Add strn tag - fix memleak in debugging code
-
Christian Schaller authored
Original commit message from CVS: remove aviparse again
-
- 20 Jan, 2003 2 commits
-
-
Wim Taymans authored
Original commit message from CVS: Indexing patch from vishnu
-
Thomas Vander Stichele authored
Original commit message from CVS: uninstall fix
-
- 19 Jan, 2003 4 commits
-
-
Leif Johnson authored
+ fixing 100 % cpu usage bug (bug #103658) + cleaning up some of the FIXMEs, mostly bytestream stuff + changing loop ... Original commit message from CVS: + fixing 100 % cpu usage bug (bug #103658) + cleaning up some of the FIXMEs, mostly bytestream stuff + changing loop to use snd_pcm_wait instead of that poll business
-
Thomas Vander Stichele authored
Original commit message from CVS: add mpeg
-
Christian Schaller authored
Original commit message from CVS: update with latest changes
-
Wim Taymans authored
Original commit message from CVS: Slightly better read function
-