platform/upstream/gst-plugins-base.git
21 years agoadd FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, also disabl...
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

21 years agomerge integer based Tremor vorbis plugin
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

21 years agoNew functions.
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.

21 years agoI'm too lazy to comment this
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 ***

21 years agocommitting fixes before deleting all of my gstreamer cvs to make room for music for...
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 !

21 years agoDo rate control, skip frames when too old.
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.

21 years agoref the caps when returning it as the result of a getcaps function as we're reusing it.
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.

21 years agofixing alsa step 2: complete rewrite of data transfer. The whole stuff is clean enoug...
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

21 years agoWill the who-ever it is that writes gcc-2.95-incompatible code please stop that?...
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 ;)

21 years agoDocumented libgstplay's public methods
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

21 years agoI'm too lazy to comment this
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 ***

21 years agoPort all the fixes from BRANCH-GSTREAMER-0_6.
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.

21 years agoCode cleanup and reorganization
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

21 years agomake v4l element do all calls in one thread, this makes performance much better ...
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)

21 years agoFix compile error
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

21 years ago- Cleanups
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

21 years agoChange %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer conversion.
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.

21 years agoDon't use irrelevant debugging output on get_buffer calls
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

21 years agoDon't use irrelevant debugging output on get_buffer calls, and fix a race in v4lsrc
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

21 years agoRenamed GST_RIFF_WAVE_FORMAT_DIVX and _divx to _DIVX_WMAV1 and _DIVX_WMAV2 and added...
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

21 years agoAdded handlers for .wmv .wma and .wa to use the ASF demuxer
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

21 years agoAdd metadata/streaminfo to AVI
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

21 years agoAdd untested get-video-size function (bug 104360)
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)

21 years agoThe first attempt to support MAS. Dont expect it to work :)
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 :)

21 years agocleaning up alsa, step 1: cleaning up caps parsing/setting and templates
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

21 years ago+ removed the access_addr crap from GstAlsaPad ... just use this->access_addr[channel...
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 !

21 years agoadd asf pipeline
Christian Schaller [Sun, 26 Jan 2003 15:42:37 +0000 (15:42 +0000)]
add asf pipeline

Original commit message from CVS:
add asf pipeline

21 years agoadd asf plugin
Christian Schaller [Sun, 26 Jan 2003 00:25:41 +0000 (00:25 +0000)]
add asf plugin

Original commit message from CVS:
add asf plugin

21 years agoadd asf plugin to build
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

21 years agoDon't make a size request when in iradio mode.
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.

21 years agobugfixing:
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 ;)

21 years agofix swfdec link
Christian Schaller [Thu, 23 Jan 2003 20:32:37 +0000 (20:32 +0000)]
fix swfdec link

Original commit message from CVS:
fix swfdec link

21 years agoclean up spec file, more virtualprovides
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

21 years ago0.7.x dev branch is open
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

21 years agoupdate version
Thomas Vander Stichele [Wed, 22 Jan 2003 21:57:38 +0000 (21:57 +0000)]
update version

Original commit message from CVS:
update version

21 years agostray x check
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

21 years ago- Add strn tag
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

21 years agoremove aviparse again
Christian Schaller [Tue, 21 Jan 2003 20:55:58 +0000 (20:55 +0000)]
remove aviparse again

Original commit message from CVS:
remove aviparse again

21 years agoIndexing patch from vishnu
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

21 years agouninstall fix
Thomas Vander Stichele [Mon, 20 Jan 2003 11:58:56 +0000 (11:58 +0000)]
uninstall fix

Original commit message from CVS:
uninstall fix

21 years ago+ fixing 100 % cpu usage bug (bug #103658) + cleaning up some of the FIXMEs, mostly...
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

21 years agoadd mpeg
Thomas Vander Stichele [Sun, 19 Jan 2003 22:12:57 +0000 (22:12 +0000)]
add mpeg

Original commit message from CVS:
add mpeg

21 years agoupdate with latest changes
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

21 years agoSlightly better read function
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

21 years agoHmm, forgot to commit this crucial define..
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..

21 years agocommit patch from leif
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

21 years agoparanoid
Thomas Vander Stichele [Sat, 18 Jan 2003 18:17:52 +0000 (18:17 +0000)]
paranoid

Original commit message from CVS:
paranoid

21 years agoadded func gst_play_set_data_src removed pipeline GST_PLAY_PIPE_VIDEO_THREADSAFE...
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

21 years agocheck for vorbis final
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

21 years agoAdd a swfdec version dependency for new API
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

21 years agothis is a better way
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

21 years agopatch ffmpeg
Thomas Vander Stichele [Thu, 16 Jan 2003 16:58:29 +0000 (16:58 +0000)]
patch ffmpeg

Original commit message from CVS:
patch ffmpeg

21 years agothaytan's ffmpeg function renaming patch
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

21 years agocommit Leif's alsa patch, it actually makes Alsa work better
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

21 years agobuild fix
Thomas Vander Stichele [Thu, 16 Jan 2003 09:54:28 +0000 (09:54 +0000)]
build fix

Original commit message from CVS:
build fix

21 years agoAdd a new riff id tag: dmlh
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

21 years ago- connect->link
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)

21 years agomove from windec to ffmpegdecall
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

21 years agoupdate spec file
Christian Schaller [Sat, 11 Jan 2003 22:00:10 +0000 (22:00 +0000)]
update spec file

Original commit message from CVS:
update spec file

21 years ago- Fix endless loop in adder
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.

21 years agomore link fixes
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

21 years agoPadConnect -> PadLink
Thomas Vander Stichele [Fri, 10 Jan 2003 13:38:32 +0000 (13:38 +0000)]
PadConnect -> PadLink

Original commit message from CVS:
PadConnect -> PadLink

21 years agothis should fix Uraeus's rpm making problem
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

21 years agoanother batch of connect->link fixes please let me know about issues and please refra...
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

21 years agomerge back from release
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

21 years agoRemove some unneeded comments
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

21 years agoFixed gst_play_dispose function so that GstPlay objects can be unrefed safely.
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.

21 years agomoving forward to release
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

21 years agoignore ffmpeg dir
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

21 years agoredo
Thomas Vander Stichele [Sun, 5 Jan 2003 16:41:57 +0000 (16:41 +0000)]
redo

Original commit message from CVS:
redo

21 years agoonly slurp in cvs mode
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

21 years agochanging ffmpeg to only update when required
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

21 years agoa new way of handling ffmpeg cvs
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

21 years agosome dist fixes
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

21 years agofix typo
David I. Lehn [Thu, 2 Jan 2003 09:00:20 +0000 (09:00 +0000)]
fix typo

Original commit message from CVS:
fix typo

21 years agoignore generated file
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

21 years agoAdd indexing
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

21 years agoBuild the one-to-n
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

21 years agoexciting .cvsignore updates! CAPS
David I. Lehn [Tue, 31 Dec 2002 18:14:08 +0000 (18:14 +0000)]
exciting .cvsignore updates!

Original commit message from CVS:
exciting .cvsignore updates!

21 years agoFix plugins for new query API
Wim Taymans [Mon, 30 Dec 2002 17:53:18 +0000 (17:53 +0000)]
Fix plugins for new query API

Original commit message from CVS:
Fix plugins for new query API

21 years agoffmpeg fix
Thomas Vander Stichele [Mon, 30 Dec 2002 12:41:03 +0000 (12:41 +0000)]
ffmpeg fix

Original commit message from CVS:
ffmpeg fix

21 years agoa simple fix
Thomas Vander Stichele [Mon, 30 Dec 2002 12:23:24 +0000 (12:23 +0000)]
a simple fix

Original commit message from CVS:
a simple fix

21 years agooops
Thomas Vander Stichele [Mon, 30 Dec 2002 11:14:30 +0000 (11:14 +0000)]
oops

Original commit message from CVS:
oops

21 years agoUpdate to new element sync API
Wim Taymans [Fri, 27 Dec 2002 23:00:37 +0000 (23:00 +0000)]
Update to new element sync API

Original commit message from CVS:
Update to new element sync API

21 years agoyes sir i can boogie
Thomas Vander Stichele [Fri, 27 Dec 2002 16:27:10 +0000 (16:27 +0000)]
yes sir i can boogie

Original commit message from CVS:
yes sir i can boogie

21 years agosigh
Thomas Vander Stichele [Fri, 27 Dec 2002 16:24:01 +0000 (16:24 +0000)]
sigh

Original commit message from CVS:
sigh

21 years agoadding virtual provides
Thomas Vander Stichele [Fri, 27 Dec 2002 16:23:01 +0000 (16:23 +0000)]
adding virtual provides

Original commit message from CVS:
adding virtual provides

21 years agogeez, me is teh suck
Thomas Vander Stichele [Fri, 27 Dec 2002 16:16:19 +0000 (16:16 +0000)]
geez, me is teh suck

Original commit message from CVS:
geez, me is teh suck

21 years agowhy did no one notice ?
Thomas Vander Stichele [Fri, 27 Dec 2002 16:04:22 +0000 (16:04 +0000)]
why did no one notice ?

Original commit message from CVS:
why did no one notice ?

21 years agoUpdated test app
Wim Taymans [Thu, 26 Dec 2002 22:53:36 +0000 (22:53 +0000)]
Updated test app

Original commit message from CVS:
Updated test app

21 years agoslurp in ffmpeg a) please test b) please help me figure out how to portably link...
Thomas Vander Stichele [Thu, 26 Dec 2002 10:53:21 +0000 (10:53 +0000)]
slurp in ffmpeg a) please test b) please help me figure out how to portably link in a .a file in our .so plugin

Original commit message from CVS:
slurp in ffmpeg

a) please test
b) please help me figure out how to portably link in a .a file in our
.so plugin

21 years agoUpdated mpeg seeking example
Wim Taymans [Mon, 23 Dec 2002 00:38:04 +0000 (00:38 +0000)]
Updated mpeg seeking example

Original commit message from CVS:
Updated mpeg seeking example

21 years agoallow gst-player to be run uninstalled again
Steve Baker [Sat, 21 Dec 2002 21:21:37 +0000 (21:21 +0000)]
allow gst-player to be run uninstalled again

Original commit message from CVS:
allow gst-player to be run uninstalled again

21 years agoneed to cast the buffer funcs, for some reason
Steve Baker [Fri, 20 Dec 2002 23:14:41 +0000 (23:14 +0000)]
need to cast the buffer funcs, for some reason

Original commit message from CVS:
need to cast the buffer funcs, for some reason

21 years agofix stupid typo
David Schleef [Fri, 20 Dec 2002 20:23:37 +0000 (20:23 +0000)]
fix stupid typo

Original commit message from CVS:
fix stupid typo

21 years agoFix to allow parameters to be set by gst-launch
David Schleef [Fri, 20 Dec 2002 20:12:28 +0000 (20:12 +0000)]
Fix to allow parameters to be set by gst-launch

Original commit message from CVS:
Fix to allow parameters to be set by gst-launch

21 years agoinitial checkin of work-in-progress vbidec plugin for closed caption support
David I. Lehn [Thu, 19 Dec 2002 21:34:56 +0000 (21:34 +0000)]
initial checkin of work-in-progress vbidec plugin for closed caption support

Original commit message from CVS:
initial checkin of work-in-progress vbidec plugin for closed caption support

21 years agoAlso generate uninstalled .pc files
Ronald S. Bultje [Tue, 17 Dec 2002 15:15:34 +0000 (15:15 +0000)]
Also generate uninstalled .pc files

Original commit message from CVS:
Also generate uninstalled .pc files

21 years agorequire libmpeg2 0.3.1
David I. Lehn [Sun, 15 Dec 2002 23:21:45 +0000 (23:21 +0000)]
require libmpeg2 0.3.1

Original commit message from CVS:
require libmpeg2 0.3.1

21 years agofix test for 0.3.1 mpeg2dec
Christian Schaller [Sun, 15 Dec 2002 23:13:40 +0000 (23:13 +0000)]
fix test for 0.3.1 mpeg2dec

Original commit message from CVS:
fix test for 0.3.1 mpeg2dec