Commit graph

1159 commits

Author SHA1 Message Date
Wim Taymans
93f27006cf 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
2003-01-18 18:09:47 +00:00
Wim Taymans
5d90723aed Don't barf on ISFT tags
Original commit message from CVS:
Don't barf on ISFT tags
2003-01-18 16:22:16 +00:00
Wim Taymans
8a878af24b Add a52 audio
Original commit message from CVS:
Add a52 audio
2003-01-18 16:13:29 +00:00
Thomas Vander Stichele
dc6d1e1784 check for vorbis final
Original commit message from CVS:
check for vorbis final
2003-01-17 15:14:44 +00:00
David Schleef
898f7eaa96 Add a swfdec version dependency for new API
Original commit message from CVS:
Add a swfdec version dependency for new API
2003-01-17 01:19:42 +00:00
Thomas Vander Stichele
ec5e749b72 build fix
Original commit message from CVS:
build fix
2003-01-16 09:54:28 +00:00
Iain Holmes
c2a5bb3a6a 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
2003-01-15 00:41:40 +00:00
Wim Taymans
785d4193c2 0 terminate query formats
Original commit message from CVS:
0 terminate query formats
2003-01-14 21:10:53 +00:00
Thomas Vander Stichele
bfedb2363f 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
2003-01-14 14:01:49 +00:00
Thomas Vander Stichele
52590aae8f 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
2003-01-13 12:48:53 +00:00
Wim Taymans
088c24429a Fix timestamps
Original commit message from CVS:
Fix timestamps
2003-01-12 21:28:38 +00:00
Wim Taymans
0c723d7dc6 - connect->link
Original commit message from CVS:
- connect->link
- add total indexed time (vishnu)
2003-01-12 13:17:41 +00:00
Christian Schaller
e250f197a5 Applied patch from Martin Schlemmer for locking issue, see bug http://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
2003-01-12 11:43:46 +00:00
Christian Schaller
1bcd623c76 move from windec to ffmpegdecall
Original commit message from CVS:
move from windec to ffmpegdecall
2003-01-11 22:50:23 +00:00
Christian Schaller
6d2d35edef update spec file
Original commit message from CVS:
update spec file
2003-01-11 22:00:10 +00:00
Thomas Vander Stichele
cb80f9b1d8 more link fixes
Original commit message from CVS:
more link fixes
2003-01-10 23:03:08 +00:00
Thomas Vander Stichele
c2a01f482c PadConnect -> PadLink
Original commit message from CVS:
PadConnect -> PadLink
2003-01-10 13:38:32 +00:00
Thomas Vander Stichele
be876ae577 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
2003-01-10 10:22:25 +00:00
Thomas Vander Stichele
e116d85341 merge back from release
Original commit message from CVS:
merge back from release
2003-01-08 16:41:26 +00:00
Jan Schmidt
85ad491b51 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
2003-01-06 15:07:21 +00:00
Thomas Vander Stichele
84545c9d80 moving forward to release
Original commit message from CVS:
moving forward to release
2003-01-05 23:20:17 +00:00
Thomas Vander Stichele
d28a8c9496 hide command
Original commit message from CVS:
hide command
2003-01-05 23:06:00 +00:00
Thomas Vander Stichele
7c03811a9c #fixes 101992
Original commit message from CVS:
#fixes 101992
2003-01-05 17:05:39 +00:00
Thomas Vander Stichele
3601eef2cf redo
Original commit message from CVS:
redo
2003-01-05 16:41:57 +00:00
Thomas Vander Stichele
3e6cd6a061 only slurp in cvs mode
Original commit message from CVS:
only slurp in cvs mode
2003-01-05 11:53:32 +00:00
Thomas Vander Stichele
17d6e4da5e changing ffmpeg to only update when required
Original commit message from CVS:
changing ffmpeg to only update when required
2003-01-05 11:31:42 +00:00
Jan Schmidt
0e0c2e5689 Fix for premature EOS
Original commit message from CVS:
Fix for premature EOS
Fix for correct NTSC framerate
Couple of comment fixes
2003-01-04 04:10:30 +00:00
Thomas Vander Stichele
3c925ce69c some dist fixes
Original commit message from CVS:
some dist fixes
2003-01-03 17:03:22 +00:00
David I. Lehn
c6ac82a4f5 ignore generated file
Original commit message from CVS:
ignore generated file
2003-01-02 08:19:59 +00:00
Iain Holmes
10742960ad Build the one-to-n
Original commit message from CVS:
Build the one-to-n
2002-12-31 23:24:25 +00:00
David I. Lehn
a9da5bcb3f exciting .cvsignore updates!
Original commit message from CVS:
exciting .cvsignore updates!
2002-12-31 18:14:04 +00:00
Wim Taymans
4d36ba7e87 Fix plugins for new query API
Original commit message from CVS:
Fix plugins for new query API
2002-12-30 17:53:18 +00:00
Thomas Vander Stichele
88b88e114e a simple fix
Original commit message from CVS:
a simple fix
2002-12-30 12:23:24 +00:00
Thomas Vander Stichele
b23c8694ab oops
Original commit message from CVS:
oops
2002-12-30 11:14:30 +00:00
Wim Taymans
a06b9161dc Update to new element sync API
Original commit message from CVS:
Update to new element sync API
2002-12-27 23:00:36 +00:00
Wim Taymans
9308e1e4b0 No \n in GST_DEBUG
Original commit message from CVS:
No \n in GST_DEBUG
2002-12-27 21:32:44 +00:00
Wim Taymans
e40f901226 Cleanups
Original commit message from CVS:
Cleanups
2002-12-27 16:35:09 +00:00
Thomas Vander Stichele
810d5e5430 adding virtual provides
Original commit message from CVS:
adding virtual provides
2002-12-27 16:23:01 +00:00
Thomas Vander Stichele
8ee758830c why did no one notice ?
Original commit message from CVS:
why did no one notice ?
2002-12-27 16:04:22 +00:00
Thomas Vander Stichele
d9f2daf34c fix location
Original commit message from CVS:
fix location
2002-12-27 13:05:17 +00:00
Wim Taymans
da1f7586fc Updated test app
Original commit message from CVS:
Updated test app
2002-12-26 22:53:36 +00:00
Iain Holmes
48eeb2ddd7 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
2002-12-26 16:31:19 +00:00
Thomas Vander Stichele
df78fdf8af 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
2002-12-26 10:53:21 +00:00
Wim Taymans
8d964703b7 Updated mpeg seeking example
Original commit message from CVS:
Updated mpeg seeking example
2002-12-23 00:38:04 +00:00
Steve Baker
49b6b8b160 allow gst-player to be run uninstalled again
Original commit message from CVS:
allow gst-player to be run uninstalled again
2002-12-21 21:21:37 +00:00
Zeeshan Ali
1e2eb46c0b added mtu option
Original commit message from CVS:
added mtu option
2002-12-20 21:38:35 +00:00
David I. Lehn
1a7bf2daca 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
2002-12-19 21:34:56 +00:00
Wim Taymans
bb9513547c Fix caps nego
Original commit message from CVS:
Fix caps nego
2002-12-18 23:07:09 +00:00
Ronald S. Bultje
eb84f3b7ad Also generate uninstalled .pc files
Original commit message from CVS:
Also generate uninstalled .pc files
2002-12-17 15:15:34 +00:00
David I. Lehn
9010198627 build fix: declare variable at start of block
Original commit message from CVS:
build fix: declare variable at start of block
2002-12-17 05:57:00 +00:00