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:32 +0000 (22:23 +0000)]
- Parse strn tag
Original commit message from CVS:
- Parse strn tag
- fix flush
Christian Schaller [Tue, 21 Jan 2003 20:55:58 +0000 (20:55 +0000)]
remove aviparse again
Original commit message from CVS:
remove aviparse again
Thomas Vander Stichele [Mon, 20 Jan 2003 23:32:39 +0000 (23:32 +0000)]
clean up
Original commit message from CVS:
clean up
Wim Taymans [Mon, 20 Jan 2003 20:49:34 +0000 (20:49 +0000)]
- new avi demuxer doesn't use a recursive infinite loop anymore
Original commit message from CVS:
- new avi demuxer doesn't use a recursive infinite loop anymore
- removed temporary riff.[ch] files
- removed aviparse from build
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 [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
Christian Schaller [Sun, 19 Jan 2003 20:30:20 +0000 (20:30 +0000)]
hmm, fix some build breakage
Original commit message from CVS:
hmm, fix some build breakage
Wim Taymans [Sun, 19 Jan 2003 19:42:18 +0000 (19:42 +0000)]
Enable sync again, for some reason it was disabled
Original commit message from CVS:
Enable sync again, for some reason it was disabled
Wim Taymans [Sun, 19 Jan 2003 01:55:11 +0000 (01:55 +0000)]
Really add A52 caps now
Original commit message from CVS:
Really add A52 caps now
Thomas Vander Stichele [Sat, 18 Jan 2003 23:53:43 +0000 (23:53 +0000)]
don't break the build
Original commit message from CVS:
don't break the build
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
Thomas Vander Stichele [Sat, 18 Jan 2003 18:10:53 +0000 (18:10 +0000)]
don't segfault when data didn't make it in
Original commit message from CVS:
don't segfault when data didn't make it in
Wim Taymans [Sat, 18 Jan 2003 18:09:47 +0000 (18:09 +0000)]
Added first unusable code that should become the base element for a new aviparser
Original commit message from CVS:
Added first unusable code that should become the base element for a new
aviparser
Wim Taymans [Sat, 18 Jan 2003 16:22:16 +0000 (16:22 +0000)]
Don't barf on ISFT tags
Original commit message from CVS:
Don't barf on ISFT tags
Wim Taymans [Sat, 18 Jan 2003 16:13:29 +0000 (16:13 +0000)]
Add a52 audio
Original commit message from CVS:
Add a52 audio
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 09:54:28 +0000 (09:54 +0000)]
build fix
Original commit message from CVS:
build fix
Iain Holmes [Wed, 15 Jan 2003 00:41:40 +0000 (00:41 +0000)]
Handle JUNK and dmlh tags and when we find a broken/unknown chunk, just move to the next byte and try to see if it's ...
Original commit message from CVS:
Handle JUNK and dmlh tags and when we find a broken/unknown chunk, just move to the next byte and try to see if it's a known chunk
Wim Taymans [Tue, 14 Jan 2003 21:10:53 +0000 (21:10 +0000)]
0 terminate query formats
Original commit message from CVS:
0 terminate query formats
Thomas Vander Stichele [Tue, 14 Jan 2003 14:01:49 +0000 (14:01 +0000)]
fix wavparse so that it handles mp1/2/3 unref buffers that aren't pushed out
Original commit message from CVS:
fix wavparse so that it handles mp1/2/3
unref buffers that aren't pushed out
Thomas Vander Stichele [Mon, 13 Jan 2003 12:48:53 +0000 (12:48 +0000)]
until this reliably works for more than two media types, we're better off making FALSE the default
Original commit message from CVS:
until this reliably works for more than two media types, we're better off
making FALSE the default
Wim Taymans [Sun, 12 Jan 2003 21:28:38 +0000 (21:28 +0000)]
Fix timestamps
Original commit message from CVS:
Fix timestamps
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 [Sun, 12 Jan 2003 11:43:46 +0000 (11:43 +0000)]
Applied patch from Martin Schlemmer for locking issue, see bug bugzilla.gnome.org/show_bug.cgi?id=102025
Original commit message from CVS:
Applied patch from Martin Schlemmer for locking issue, see bug http://bugzilla.gnome.org/show_bug.cgi?id=102025
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
Thomas Vander Stichele [Fri, 10 Jan 2003 23:03:08 +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 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:26 +0000 (16:41 +0000)]
merge back from release
Original commit message from CVS:
merge back from release
Jan Schmidt [Mon, 6 Jan 2003 15:07:21 +0000 (15:07 +0000)]
Committing patch from Dan Fischer
Original commit message from CVS:
Committing patch from Dan Fischer
Adds ability to skip partial frames, and 'skip' and 'consecutive' parameters
Plugin now sets source caps to indicate PAL or NTSC
The kino developers relicensed the code snippet from kino under the LGPL
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:06:00 +0000 (23:06 +0000)]
hide command
Original commit message from CVS:
hide command
Thomas Vander Stichele [Sun, 5 Jan 2003 17:05:39 +0000 (17:05 +0000)]
#fixes 101992
Original commit message from CVS:
#fixes 101992
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
Jan Schmidt [Sat, 4 Jan 2003 04:10:30 +0000 (04:10 +0000)]
Fix for premature EOS
Original commit message from CVS:
Fix for premature EOS
Fix for correct NTSC framerate
Couple of comment 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
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 [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
David I. Lehn [Tue, 31 Dec 2002 18:14:04 +0000 (18:14 +0000)]
exciting .cvsignore updates!
Original commit message from CVS:
exciting .cvsignore updates!
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
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
Thomas Vander Stichele [Mon, 30 Dec 2002 11:14:30 +0000 (11:14 +0000)]
oops
Original commit message from CVS:
oops
Wim Taymans [Fri, 27 Dec 2002 23:00:36 +0000 (23:00 +0000)]
Update to new element sync API
Original commit message from CVS:
Update to new element sync API
Wim Taymans [Fri, 27 Dec 2002 21:32:44 +0000 (21:32 +0000)]
No \n in GST_DEBUG
Original commit message from CVS:
No \n in GST_DEBUG
Wim Taymans [Fri, 27 Dec 2002 16:35:09 +0000 (16:35 +0000)]
Cleanups
Original commit message from CVS:
Cleanups
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
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 ?
Thomas Vander Stichele [Fri, 27 Dec 2002 13:05:17 +0000 (13:05 +0000)]
fix location
Original commit message from CVS:
fix location
Wim Taymans [Thu, 26 Dec 2002 22:53:36 +0000 (22:53 +0000)]
Updated test app
Original commit message from CVS:
Updated test app
Iain Holmes [Thu, 26 Dec 2002 16:31:19 +0000 (16:31 +0000)]
On Ready to Paused the internal state was set to not setup. Fix
Original commit message from CVS:
On Ready to Paused the internal state was set to not setup. Fix
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
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
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
Zeeshan Ali [Fri, 20 Dec 2002 21:38:35 +0000 (21:38 +0000)]
added mtu option
Original commit message from CVS:
added mtu option
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
Wim Taymans [Wed, 18 Dec 2002 23:07:09 +0000 (23:07 +0000)]
Fix caps nego
Original commit message from CVS:
Fix caps nego
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
David I. Lehn [Tue, 17 Dec 2002 05:57:00 +0000 (05:57 +0000)]
build fix: declare variable at start of block
Original commit message from CVS:
build fix: declare variable at start of block
Wim Taymans [Mon, 16 Dec 2002 19:49:42 +0000 (19:49 +0000)]
Added non functional speex plugin. speex decoding needs a container.
Original commit message from CVS:
Added non functional speex plugin. speex decoding needs a container.
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
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
Zeeshan Ali [Sun, 15 Dec 2002 22:45:53 +0000 (22:45 +0000)]
trying to follow wtay's advice
Original commit message from CVS:
trying to follow wtay's advice
Christian Schaller [Sun, 15 Dec 2002 21:48:33 +0000 (21:48 +0000)]
apply Jeroens patch to move us to mpeg2dec 0.3.1, also update REQ file and spec file.
Original commit message from CVS:
apply Jeroens patch to move us to mpeg2dec 0.3.1, also update REQ file and spec file.
Wim Taymans [Thu, 12 Dec 2002 22:14:09 +0000 (22:14 +0000)]
cache -> index
Original commit message from CVS:
cache -> index
Christian Schaller [Thu, 12 Dec 2002 10:26:43 +0000 (10:26 +0000)]
fix removal of .a and .la files
Original commit message from CVS:
fix removal of .a and .la files
David I. Lehn [Thu, 12 Dec 2002 09:44:11 +0000 (09:44 +0000)]
catch the generated versioned .pc files
Original commit message from CVS:
catch the generated versioned .pc files
Thomas Vander Stichele [Wed, 11 Dec 2002 21:58:32 +0000 (21:58 +0000)]
merge back from release branch
Original commit message from CVS:
merge back from release branch
Thomas Vander Stichele [Tue, 10 Dec 2002 22:40:51 +0000 (22:40 +0000)]
update
Original commit message from CVS:
update
Wim Taymans [Tue, 10 Dec 2002 20:41:06 +0000 (20:41 +0000)]
Properly reset the internal state without leaking the filehandle
Original commit message from CVS:
Properly reset the internal state without leaking the filehandle
Thomas Vander Stichele [Sun, 8 Dec 2002 20:22:08 +0000 (20:22 +0000)]
taaz's virtual patch
Original commit message from CVS:
taaz's virtual patch
Thomas Vander Stichele [Sun, 8 Dec 2002 20:19:21 +0000 (20:19 +0000)]
small fix
Original commit message from CVS:
small fix
Thomas Vander Stichele [Sun, 8 Dec 2002 19:55:32 +0000 (19:55 +0000)]
more fixes
Original commit message from CVS:
more fixes
Thomas Vander Stichele [Sun, 8 Dec 2002 18:59:57 +0000 (18:59 +0000)]
peep
Original commit message from CVS:
peep
Thomas Vander Stichele [Sun, 8 Dec 2002 17:51:34 +0000 (17:51 +0000)]
build fix
Original commit message from CVS:
build fix
Iain Holmes [Sun, 8 Dec 2002 17:20:41 +0000 (17:20 +0000)]
Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac
Original commit message from CVS:
Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac
Thomas Vander Stichele [Sun, 8 Dec 2002 14:50:09 +0000 (14:50 +0000)]
parallel install fixes
Original commit message from CVS:
parallel install fixes
Thomas Vander Stichele [Sun, 8 Dec 2002 13:44:25 +0000 (13:44 +0000)]
fail gracefully if can't install
Original commit message from CVS:
fail gracefully if can't install
Christian Schaller [Sun, 8 Dec 2002 12:23:48 +0000 (12:23 +0000)]
Applied endianess fix and unsigned data fix from Jon Nall
Original commit message from CVS:
Applied endianess fix and unsigned data fix from Jon Nall
Wim Taymans [Sat, 7 Dec 2002 20:54:47 +0000 (20:54 +0000)]
More refactoring osssrc has more features now, like query/convert etc
Original commit message from CVS:
More refactoring
osssrc has more features now, like query/convert etc
Wim Taymans [Sat, 7 Dec 2002 14:25:18 +0000 (14:25 +0000)]
Some cleanups and refactoring make ossrc do good negotiation
Original commit message from CVS:
Some cleanups and refactoring
make ossrc do good negotiation
Iain Holmes [Fri, 6 Dec 2002 01:23:41 +0000 (01:23 +0000)]
Add an event handler to the GstOssSrc. Handle EOS events.
Original commit message from CVS:
Add an event handler to the GstOssSrc. Handle EOS events.
David I. Lehn [Thu, 5 Dec 2002 00:32:20 +0000 (00:32 +0000)]
mpeg2dec req 0.3.0
Original commit message from CVS:
mpeg2dec req 0.3.0
David I. Lehn [Thu, 5 Dec 2002 00:29:11 +0000 (00:29 +0000)]
drop mpeg2dec 0.2.1 support in favor of 0.3.0.
Original commit message from CVS:
drop mpeg2dec 0.2.1 support in favor of 0.3.0.
keeping old code around in cvs for a while just in case someone needs it.
David I. Lehn [Thu, 5 Dec 2002 00:25:13 +0000 (00:25 +0000)]
examples should build conditionally
Original commit message from CVS:
examples should build conditionally
Thomas Vander Stichele [Tue, 3 Dec 2002 09:39:52 +0000 (09:39 +0000)]
more useful error messages
Original commit message from CVS:
more useful error messages
- how about i18n ?
- is this really the best way to pass user-visible error messages ?
Iain Holmes [Tue, 3 Dec 2002 00:36:54 +0000 (00:36 +0000)]
Make the OSSSrc set the correct rate/number of channels as set in the GstCaps.
Original commit message from CVS:
Make the OSSSrc set the correct rate/number of channels as set in the GstCaps.
Handle state changes correctly according to docs/random/wtay/states
Christian Schaller [Thu, 28 Nov 2002 12:58:38 +0000 (12:58 +0000)]
fix some disting and rpm building issues
Original commit message from CVS:
fix some disting and rpm building issues
Christian Schaller [Wed, 27 Nov 2002 21:25:11 +0000 (21:25 +0000)]
fix some directories left out of dist
Original commit message from CVS:
fix some directories left out of dist
Wim Taymans [Wed, 27 Nov 2002 21:01:41 +0000 (21:01 +0000)]
Added example indexing program for mpeg
Original commit message from CVS:
Added example indexing program for mpeg
Wim Taymans [Wed, 27 Nov 2002 20:54:43 +0000 (20:54 +0000)]
Moved clock set/get to class functions.
Original commit message from CVS:
Moved clock set/get to class functions.