Christian Schaller [Tue, 11 Mar 2003 21:46:07 +0000 (21:46 +0000)]
fixes for monkeys audio
Original commit message from CVS:
fixes for monkeys audio
Jeremy Simon [Tue, 11 Mar 2003 19:29:20 +0000 (19:29 +0000)]
Add monkeyaudio plugin
Original commit message from CVS:
Add monkeyaudio plugin
Benjamin Otte [Mon, 10 Mar 2003 21:44:08 +0000 (21:44 +0000)]
make formats test go faster and add .cvsignore
Original commit message from CVS:
make formats test go faster and add .cvsignore
Benjamin Otte [Mon, 10 Mar 2003 21:30:00 +0000 (21:30 +0000)]
Bugfixing in alsa again:
Original commit message from CVS:
Bugfixing in alsa again:
- Leif's commit reverted an earlier patch
(stupid diff)
- Some comment from Leif made me clean up his code
- Moved wait() directly in front of mmap
- Assorted fixes
- fixed newbie bug: DON'T EVER USE STATIC VARIABLES WHEN YOU'RE NOT ABSOLUTELY SURE WHAT YOU'RE DOING, Leif *slap* ;)
I hope I didn't break the src now...
Ronald S. Bultje [Sun, 9 Mar 2003 15:07:53 +0000 (15:07 +0000)]
Fix v4l/v4l2 compilation problems
Original commit message from CVS:
Fix v4l/v4l2 compilation problems
Ronald S. Bultje [Wed, 5 Mar 2003 13:41:34 +0000 (13:41 +0000)]
Fix compilation failure in testsuite/alsa/
Original commit message from CVS:
Fix compilation failure in testsuite/alsa/
Wim Taymans [Tue, 4 Mar 2003 22:22:56 +0000 (22:22 +0000)]
goom takes stereo data
Original commit message from CVS:
goom takes stereo data
Benjamin Otte [Mon, 3 Mar 2003 23:15:21 +0000 (23:15 +0000)]
started tests for alsa. Doesn't work yet due to scheduler bugs, but I commit it anyway so everyone has it in Norway ;)
Original commit message from CVS:
started tests for alsa. Doesn't work yet due to scheduler bugs, but I commit it anyway so everyone has it in Norway ;)
Julien Moutte [Mon, 3 Mar 2003 17:58:07 +0000 (17:58 +0000)]
gst_play_get_sink_element has been improved :
Original commit message from CVS:
gst_play_get_sink_element has been improved :
- Recursively searches in bins
- Able to find sink_element of a specified GstPlaySinkType (audio,video,any)
This now allow us to send very complex bins to GstPlay for audio/video sink without breaking length querying, eos signaling, etc..
Ronald S. Bultje [Sun, 2 Mar 2003 21:58:52 +0000 (21:58 +0000)]
Unification of the way to speak to v4l2 and v4l elements... Also fix a segfautl when doing gst-inspect v4l2src
Original commit message from CVS:
Unification of the way to speak to v4l2 and v4l elements... Also fix a segfautl when doing gst-inspect v4l2src
Christian Schaller [Sun, 2 Mar 2003 11:58:26 +0000 (11:58 +0000)]
remove obsolete requirement from rtp plugin
Original commit message from CVS:
remove obsolete requirement from rtp plugin
Christian Schaller [Sun, 2 Mar 2003 11:29:18 +0000 (11:29 +0000)]
commit RTP fixes to spec file
Original commit message from CVS:
commit RTP fixes to spec file
Christian Schaller [Sun, 2 Mar 2003 10:17:53 +0000 (10:17 +0000)]
one missing file updated
Original commit message from CVS:
one missing file updated
Christian Schaller [Sun, 2 Mar 2003 10:16:24 +0000 (10:16 +0000)]
Complete the move of the RTP plugin
Original commit message from CVS:
Complete the move of the RTP plugin
Christian Schaller [Sat, 1 Mar 2003 15:04:35 +0000 (15:04 +0000)]
remove videosink from spec
Original commit message from CVS:
remove videosink from spec
Christian Schaller [Sat, 1 Mar 2003 14:49:57 +0000 (14:49 +0000)]
fix ivorbis part 2
Original commit message from CVS:
fix ivorbis part 2
Sjoerd Simons [Sat, 1 Mar 2003 14:35:17 +0000 (14:35 +0000)]
I'm too lazy to comment this
Original commit message from CVS:
Some nicer softsync thread work (patch by sjoerd@luon.net)
Sjoerd Simons [Sat, 1 Mar 2003 13:12:41 +0000 (13:12 +0000)]
I'm too lazy to comment this
Original commit message from CVS:
close device if opening fails, and don't use audio if nothing was set (patch by sjoerd@luon.net)
Sjoerd Simons [Sat, 1 Mar 2003 13:11:02 +0000 (13:11 +0000)]
Use GST_TIMEVAL_TO_TIME (patch from sjoerd@luon.net)
Original commit message from CVS:
Use GST_TIMEVAL_TO_TIME (patch from sjoerd@luon.net)
Leif Johnson [Thu, 27 Feb 2003 23:13:22 +0000 (23:13 +0000)]
+ alsasrc compiles and runs in "alsasrc ! fakesink" and "alsasrc ! osssink" pipelines. seems to have a 100% cpu issue...
Original commit message from CVS:
+ alsasrc compiles and runs in "alsasrc ! fakesink" and "alsasrc ! osssink"
pipelines. seems to have a 100% cpu issue at the moment.
Benjamin Otte [Thu, 27 Feb 2003 22:33:01 +0000 (22:33 +0000)]
bugfixes found while testing:
Original commit message from CVS:
bugfixes found while testing:
- return after 1 iteration, don't loop for ever
- caps nego: only parse endianness when necessary
- caps nego: make mu law and a law work
- caps nego: make float work
- call right function when going from PAUSED to PLAYING
- stupid error in request_new_pad
Christian Schaller [Sun, 23 Feb 2003 21:52:42 +0000 (21:52 +0000)]
disabling videosink from head build, should I do the same for 0.6 branch?
Original commit message from CVS:
disabling videosink from head build, should I do the same for 0.6 branch?
Christian Schaller [Sun, 23 Feb 2003 19:58:50 +0000 (19:58 +0000)]
add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, also disable ivorbis plugin as the test mis...
Original commit message from CVS:
add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, also disable ivorbis plugin as the test mistakes ordinary vorbis for tremor
Christian Schaller [Sun, 23 Feb 2003 17:35:35 +0000 (17:35 +0000)]
merge integer based Tremor vorbis plugin
Original commit message from CVS:
merge integer based Tremor vorbis plugin
Colin Walters [Sat, 15 Feb 2003 04:55:04 +0000 (04:55 +0000)]
New functions.
Original commit message from CVS:
(unicodify, gst_gnomevfssrc_unicodify): New functions.
(audiocast_thread_run): Use them. Remove redundant if from
"if (foo) g_free (foo);" bits. Change fprintf to g_print.
(gst_gnomevfssrc_received_headers_callback): Ditto.
(gst_gnomevfssrc_get_icy_metadata): Ditto.
Colin Walters [Sat, 15 Feb 2003 04:54:32 +0000 (04:54 +0000)]
I'm too lazy to comment this
Original commit message from CVS:
*** empty log message ***
Thomas Vander Stichele [Fri, 14 Feb 2003 14:22:05 +0000 (14:22 +0000)]
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 !
Wim Taymans [Tue, 11 Feb 2003 21:31:28 +0000 (21:31 +0000)]
Do rate control, skip frames when too old.
Original commit message from CVS:
Do rate control, skip frames when too old.
Wim Taymans [Tue, 11 Feb 2003 20:53:01 +0000 (20:53 +0000)]
ref the caps when returning it as the result of a getcaps function as we're reusing it.
Original commit message from CVS:
ref the caps when returning it as the result of a getcaps function as we're
reusing it.
Benjamin Otte [Sun, 9 Feb 2003 22:47:34 +0000 (22:47 +0000)]
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
Ronald S. Bultje [Fri, 7 Feb 2003 21:55:43 +0000 (21:55 +0000)]
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 [Fri, 7 Feb 2003 11:02:21 +0000 (11:02 +0000)]
Documented libgstplay's public methods
Original commit message from CVS:
Documented libgstplay's public methods
Colin Walters [Fri, 7 Feb 2003 01:48:21 +0000 (01:48 +0000)]
I'm too lazy to comment this
Original commit message from CVS:
*** empty log message ***
Colin Walters [Fri, 7 Feb 2003 01:47:58 +0000 (01:47 +0000)]
Port all the fixes from BRANCH-GSTREAMER-0_6.
Original commit message from CVS:
Port all the fixes from BRANCH-GSTREAMER-0_6.
Julien Moutte [Thu, 6 Feb 2003 23:17:37 +0000 (23:17 +0000)]
Code cleanup and reorganization
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 [Thu, 6 Feb 2003 18:45:35 +0000 (18:45 +0000)]
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)
Wim Taymans [Sun, 2 Feb 2003 22:05:53 +0000 (22:05 +0000)]
Fix compile error
Original commit message from CVS:
Fix compile error
Add some more debug info
Wim Taymans [Sun, 2 Feb 2003 19:25:58 +0000 (19:25 +0000)]
- Cleanups
Original commit message from CVS:
- Cleanups
- remove old tracing API calls
David Schleef [Sun, 2 Feb 2003 05:26:29 +0000 (05:26 +0000)]
Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer conversion.
Original commit message from CVS:
Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer
conversion.
Ronald S. Bultje [Fri, 31 Jan 2003 23:45:25 +0000 (23:45 +0000)]
Don't use irrelevant debugging output on get_buffer calls
Original commit message from CVS:
Don't use irrelevant debugging output on get_buffer calls
Ronald S. Bultje [Fri, 31 Jan 2003 23:44:40 +0000 (23:44 +0000)]
Don't use irrelevant debugging output on get_buffer calls, and fix a race in v4lsrc
Original commit message from CVS:
Don't use irrelevant debugging output on get_buffer calls, and fix a race in v4lsrc
Owen Fraser-Green [Fri, 31 Jan 2003 23:06:18 +0000 (23:06 +0000)]
Renamed GST_RIFF_WAVE_FORMAT_DIVX and _divx to _DIVX_WMAV1 and _DIVX_WMAV2 and added _WMAV9
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 [Fri, 31 Jan 2003 22:59:04 +0000 (22:59 +0000)]
Added handlers for .wmv .wma and .wa to use the ASF demuxer
Original commit message from CVS:
Added handlers for .wmv .wma and .wa to use the ASF demuxer
Ronald S. Bultje [Fri, 31 Jan 2003 19:37:25 +0000 (19:37 +0000)]
Add metadata/streaminfo to AVI
Original commit message from CVS:
Add metadata/streaminfo to AVI
Ronald S. Bultje [Thu, 30 Jan 2003 20:47:43 +0000 (20:47 +0000)]
Add untested get-video-size function (bug 104360)
Original commit message from CVS:
Add untested get-video-size function (bug 104360)
Zeeshan Ali [Thu, 30 Jan 2003 20:24:25 +0000 (20:24 +0000)]
The first attempt to support MAS. Dont expect it to work :)
Original commit message from CVS:
The first attempt to support MAS. Dont expect it to work :)
Benjamin Otte [Thu, 30 Jan 2003 18:30:30 +0000 (18:30 +0000)]
cleaning up alsa, step 1: cleaning up caps parsing/setting and templates
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
Leif Johnson [Mon, 27 Jan 2003 12:59:24 +0000 (12:59 +0000)]
+ 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 !
Christian Schaller [Sun, 26 Jan 2003 15:42:37 +0000 (15:42 +0000)]
add asf pipeline
Original commit message from CVS:
add asf pipeline
Christian Schaller [Sun, 26 Jan 2003 00:25:41 +0000 (00:25 +0000)]
add asf plugin
Original commit message from CVS:
add asf plugin
Christian Schaller [Sun, 26 Jan 2003 00:25:04 +0000 (00:25 +0000)]
add asf plugin to build
Original commit message from CVS:
add asf plugin to build
Colin Walters [Sat, 25 Jan 2003 23:20:36 +0000 (23:20 +0000)]
Don't make a size request when in iradio mode.
Original commit message from CVS:
(gst_gnomevfssrc_open_file): Don't make a size request when in iradio mode.
Benjamin Otte [Sat, 25 Jan 2003 21:32:01 +0000 (21:32 +0000)]
bugfixing:
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 ;)
Christian Schaller [Thu, 23 Jan 2003 20:32:37 +0000 (20:32 +0000)]
fix swfdec link
Original commit message from CVS:
fix swfdec link
Thomas Vander Stichele [Thu, 23 Jan 2003 13:06:24 +0000 (13:06 +0000)]
clean up spec file, more virtualprovides
Original commit message from CVS:
clean up spec file, more virtualprovides
Thomas Vander Stichele [Thu, 23 Jan 2003 12:25:29 +0000 (12:25 +0000)]
0.7.x dev branch is open
Original commit message from CVS:
0.7.x dev branch is open
Thomas Vander Stichele [Wed, 22 Jan 2003 21:57:38 +0000 (21:57 +0000)]
update version
Original commit message from CVS:
update version
Thomas Vander Stichele [Tue, 21 Jan 2003 22:50:19 +0000 (22:50 +0000)]
stray x check
Original commit message from CVS:
stray x check
Wim Taymans [Tue, 21 Jan 2003 22:23:11 +0000 (22:23 +0000)]
- Add strn tag
Original commit message from CVS:
- Add strn tag
- fix memleak in debugging code
Christian Schaller [Tue, 21 Jan 2003 20:55:58 +0000 (20:55 +0000)]
remove aviparse again
Original commit message from CVS:
remove aviparse again
Wim Taymans [Mon, 20 Jan 2003 19:36:46 +0000 (19:36 +0000)]
Indexing patch from vishnu
Original commit message from CVS:
Indexing patch from vishnu
Thomas Vander Stichele [Mon, 20 Jan 2003 11:58:56 +0000 (11:58 +0000)]
uninstall fix
Original commit message from CVS:
uninstall fix
Leif Johnson [Sun, 19 Jan 2003 23:23:30 +0000 (23:23 +0000)]
+ 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 [Sun, 19 Jan 2003 22:12:57 +0000 (22:12 +0000)]
add mpeg
Original commit message from CVS:
add mpeg
Christian Schaller [Sun, 19 Jan 2003 20:55:43 +0000 (20:55 +0000)]
update with latest changes
Original commit message from CVS:
update with latest changes
Wim Taymans [Sun, 19 Jan 2003 20:11:13 +0000 (20:11 +0000)]
Slightly better read function
Original commit message from CVS:
Slightly better read function
Wim Taymans [Sun, 19 Jan 2003 01:53:34 +0000 (01:53 +0000)]
Hmm, forgot to commit this crucial define..
Original commit message from CVS:
Hmm, forgot to commit this crucial define..
Thomas Vander Stichele [Sat, 18 Jan 2003 18:23:01 +0000 (18:23 +0000)]
commit patch from leif
Original commit message from CVS:
commit patch from leif
Thomas Vander Stichele [Sat, 18 Jan 2003 18:17:52 +0000 (18:17 +0000)]
paranoid
Original commit message from CVS:
paranoid
Steve Baker [Sat, 18 Jan 2003 04:37:32 +0000 (04:37 +0000)]
added func gst_play_set_data_src removed pipeline GST_PLAY_PIPE_VIDEO_THREADSAFE - it never worked and its just takin...
Original commit message from CVS:
added func gst_play_set_data_src
removed pipeline GST_PLAY_PIPE_VIDEO_THREADSAFE - it never worked and its just taking up space
Thomas Vander Stichele [Fri, 17 Jan 2003 15:14:44 +0000 (15:14 +0000)]
check for vorbis final
Original commit message from CVS:
check for vorbis final
David Schleef [Fri, 17 Jan 2003 01:19:42 +0000 (01:19 +0000)]
Add a swfdec version dependency for new API
Original commit message from CVS:
Add a swfdec version dependency for new API
Thomas Vander Stichele [Thu, 16 Jan 2003 17:13:00 +0000 (17:13 +0000)]
this is a better way
Original commit message from CVS:
this is a better way
Thomas Vander Stichele [Thu, 16 Jan 2003 16:58:29 +0000 (16:58 +0000)]
patch ffmpeg
Original commit message from CVS:
patch ffmpeg
Thomas Vander Stichele [Thu, 16 Jan 2003 16:57:42 +0000 (16:57 +0000)]
thaytan's ffmpeg function renaming patch
Original commit message from CVS:
thaytan's ffmpeg function renaming patch
Christian Schaller [Thu, 16 Jan 2003 11:25:15 +0000 (11:25 +0000)]
commit Leif's alsa patch, it actually makes Alsa work better
Original commit message from CVS:
commit Leif's alsa patch, it actually makes Alsa work better
Thomas Vander Stichele [Thu, 16 Jan 2003 09:54:28 +0000 (09:54 +0000)]
build fix
Original commit message from CVS:
build fix
Iain Holmes [Wed, 15 Jan 2003 00:38:54 +0000 (00:38 +0000)]
Add a new riff id tag: dmlh
Original commit message from CVS:
Add a new riff id tag: dmlh
Wim Taymans [Sun, 12 Jan 2003 13:17:41 +0000 (13:17 +0000)]
- connect->link
Original commit message from CVS:
- connect->link
- add total indexed time (vishnu)
Christian Schaller [Sat, 11 Jan 2003 22:50:23 +0000 (22:50 +0000)]
move from windec to ffmpegdecall
Original commit message from CVS:
move from windec to ffmpegdecall
Christian Schaller [Sat, 11 Jan 2003 22:00:10 +0000 (22:00 +0000)]
update spec file
Original commit message from CVS:
update spec file
Wim Taymans [Sat, 11 Jan 2003 16:28:29 +0000 (16:28 +0000)]
- Fix endless loop in adder
Original commit message from CVS:
- Fix endless loop in adder
- return from interrupt events.
Thomas Vander Stichele [Fri, 10 Jan 2003 23:03:05 +0000 (23:03 +0000)]
more link fixes
Original commit message from CVS:
more link fixes
Thomas Vander Stichele [Fri, 10 Jan 2003 13:38:32 +0000 (13:38 +0000)]
PadConnect -> PadLink
Original commit message from CVS:
PadConnect -> PadLink
Thomas Vander Stichele [Fri, 10 Jan 2003 11:01:27 +0000 (11:01 +0000)]
this should fix Uraeus's rpm making problem
Original commit message from CVS:
this should fix Uraeus's rpm making problem
Thomas Vander Stichele [Fri, 10 Jan 2003 10:22:25 +0000 (10:22 +0000)]
another batch of connect->link fixes please let me know about issues and please refrain of making them yourself, so t...
Original commit message from CVS:
another batch of connect->link fixes
please let me know about issues
and please refrain of making them yourself, so that I don't spend double
the time resolving conflicts
Thomas Vander Stichele [Wed, 8 Jan 2003 16:41:27 +0000 (16:41 +0000)]
merge back from release
Original commit message from CVS:
merge back from release
Julien Moutte [Tue, 7 Jan 2003 19:13:41 +0000 (19:13 +0000)]
Remove some unneeded comments
Original commit message from CVS:
Remove some unneeded comments
Julien Moutte [Tue, 7 Jan 2003 19:02:44 +0000 (19:02 +0000)]
Fixed gst_play_dispose function so that GstPlay objects can be unrefed safely.
Original commit message from CVS:
Fixed gst_play_dispose function so that GstPlay objects can be unrefed safely.
Optimized some g_idle_add for the signal poller.
Thomas Vander Stichele [Sun, 5 Jan 2003 23:20:17 +0000 (23:20 +0000)]
moving forward to release
Original commit message from CVS:
moving forward to release
Thomas Vander Stichele [Sun, 5 Jan 2003 23:14:02 +0000 (23:14 +0000)]
ignore ffmpeg dir
Original commit message from CVS:
ignore ffmpeg dir
Thomas Vander Stichele [Sun, 5 Jan 2003 16:41:57 +0000 (16:41 +0000)]
redo
Original commit message from CVS:
redo
Thomas Vander Stichele [Sun, 5 Jan 2003 11:53:32 +0000 (11:53 +0000)]
only slurp in cvs mode
Original commit message from CVS:
only slurp in cvs mode
Thomas Vander Stichele [Sun, 5 Jan 2003 11:31:42 +0000 (11:31 +0000)]
changing ffmpeg to only update when required
Original commit message from CVS:
changing ffmpeg to only update when required
Thomas Vander Stichele [Sun, 5 Jan 2003 11:31:01 +0000 (11:31 +0000)]
a new way of handling ffmpeg cvs
Original commit message from CVS:
a new way of handling ffmpeg cvs
Thomas Vander Stichele [Fri, 3 Jan 2003 17:03:22 +0000 (17:03 +0000)]
some dist fixes
Original commit message from CVS:
some dist fixes
David I. Lehn [Thu, 2 Jan 2003 09:00:20 +0000 (09:00 +0000)]
fix typo
Original commit message from CVS:
fix typo
David I. Lehn [Thu, 2 Jan 2003 08:19:59 +0000 (08:19 +0000)]
ignore generated file
Original commit message from CVS:
ignore generated file
Iain Holmes [Wed, 1 Jan 2003 23:57:41 +0000 (23:57 +0000)]
Add indexing
Original commit message from CVS:
Add indexing
Don't set the speed on the cdparanoia object until the open
Iain Holmes [Tue, 31 Dec 2002 23:24:25 +0000 (23:24 +0000)]
Build the one-to-n
Original commit message from CVS:
Build the one-to-n