Leif Johnson
69edaac422
just some code cleanup
...
Original commit message from CVS:
just some code cleanup
2003-10-08 07:50:58 +00:00
Leif Johnson
d95362aab5
updating some plugin categories
...
Original commit message from CVS:
updating some plugin categories
2003-10-08 07:44:25 +00:00
Julien Moutte
ef73dd4bcd
Using correct spelling for visualization
...
Original commit message from CVS:
Using correct spelling for visualization
2003-10-06 11:51:46 +00:00
Julien Moutte
5f22a7605a
There was a floating doubt on the way visualization is written. We use 'z' everywhere now. Both in gst-player and lib...
...
Original commit message from CVS:
There was a floating doubt on the way visualization is written. We use 'z' everywhere now. Both in gst-player and libgstplay
2003-10-06 10:29:27 +00:00
David Schleef
554690f45a
Fix typefind function for BBB's new system
...
Original commit message from CVS:
Fix typefind function for BBB's new system
2003-10-03 06:38:09 +00:00
Christian Schaller
ee8a7abed4
update with latest typefind changes, spec should once again work :)
...
Original commit message from CVS:
update with latest typefind changes, spec should once again work :)
2003-10-03 05:45:41 +00:00
Brian Cameron
36556c46c0
Corrected macro in medi-info-priv.h so that it follows ISO standards, and removed broken return from void function in...
...
Original commit message from CVS:
Corrected macro in medi-info-priv.h so that it follows ISO standards,
and removed broken return from void function in navigation.c
2003-10-02 20:12:33 +00:00
Ronald S. Bultje
d9e4457faa
New typefind system: bytestream is now part of the core all plugins have been modified to use this new typefind syste...
...
Original commit message from CVS:
New typefind system:
* bytestream is now part of the core
* all plugins have been modified to use this new typefind system
* asf typefinding added
* mpeg video stream typefiding removed because it's broken
* duplicate typefind entries removed
* extra id3 typefinding added, because we've seen 4 types of files
(riff/wav, flac, vorbis, mp3) with id3 headers and each of these needs
to work. Instead, I've added an id3 element and let it redo typefiding
after the id3 header. this needs a hack because spider only typefinds
once. We can remove this hack once spider supports multiple typefinds.
* with all this, mp3 typefinding is semi-rewritten
* id3 typefinding in flac/vorbis is removed, it's no longer needed
* fixed spider and gst-typefind to use this, too.
* Other general cleanups
2003-10-01 13:14:50 +00:00
Ronald S. Bultje
b569848e28
Add new element: frame dropper. This element inserts/drops frames to go from a certain input framerate to a certain o...
...
Original commit message from CVS:
Add new element: frame dropper. This element inserts/drops frames to go from a certain input framerate to a certain output framerate. It's extremely simple and that's why it's so cute.
2003-09-30 21:44:53 +00:00
Ronald S. Bultje
9dc3493220
Improve quality of encoding and decoding quite a bit
...
Original commit message from CVS:
Improve quality of encoding and decoding quite a bit
2003-09-30 20:10:05 +00:00
Andy Wingo
c2b6b06e2c
conform to the buffer-frames props entry -- much nicer now...
...
Original commit message from CVS:
conform to the buffer-frames props entry -- much nicer now...
2003-09-30 12:56:27 +00:00
Christian Schaller
f3b256d01f
update with latest fixes
...
Original commit message from CVS:
update with latest fixes
2003-09-27 18:53:21 +00:00
Benjamin Otte
d79e4c6f8f
make ffmpeg erroring out work:
...
Original commit message from CVS:
make ffmpeg erroring out work:
- don't built gst-libs/ext/ffmpeg
- don't update Tag when cvs command fails
2003-09-27 16:44:53 +00:00
David Schleef
a786b1cf96
add navigation subdir
...
Original commit message from CVS:
add navigation subdir
2003-09-27 03:17:34 +00:00
David Schleef
b3c8d416a4
add navigation interface
...
Original commit message from CVS:
add navigation interface
2003-09-27 03:16:28 +00:00
David Schleef
4de1f66adb
Add navigation
...
Original commit message from CVS:
Add navigation
2003-09-27 03:15:34 +00:00
Benjamin Otte
054e37a84f
sort the list of plugins that are built and don't spit out so much empty lines
...
Original commit message from CVS:
sort the list of plugins that are built and don't spit out so much empty lines
2003-09-25 21:40:35 +00:00
Iain Holmes
3e701ebef0
Sync'ed files up to nautilus-media/media-info versions, and fixed them for errors and deprecated functions
...
Original commit message from CVS:
Sync'ed files up to nautilus-media/media-info versions, and fixed them for errors and deprecated functions
2003-09-23 22:49:35 +00:00
Thomas Vander Stichele
50633ff1dc
make sure gtk apps are built
...
Original commit message from CVS:
make sure gtk apps are built
2003-09-21 13:25:46 +00:00
Christian Schaller
b60dac108e
add versioning to gst-launch-ext and gst-visualise and add new files to spec
...
Original commit message from CVS:
add versioning to gst-launch-ext and gst-visualise and add new files to spec
2003-09-19 06:24:35 +00:00
Christian Schaller
b9235c78f3
version gst-launch command in gst-launch-ext
...
Original commit message from CVS:
version gst-launch command in gst-launch-ext
2003-09-18 18:28:22 +00:00
Thomas Vander Stichele
671eef9b9d
reverting error patch before making a branch.
...
Original commit message from CVS:
reverting error patch before making a branch.
2003-09-16 10:00:00 +00:00
Julien Moutte
054bbacfab
Changing have_xid to have_video_out to match the new GstVideoSink parent object.
...
Original commit message from CVS:
Changing have_xid to have_video_out to match the new GstVideoSink parent object.
Adding have_vis_size.
Fixing gst_play_connect_visualisation
2003-09-15 09:29:06 +00:00
Benjamin Otte
982b39d30a
converted gst_element_error to new format in ext/ - gettext pending
...
Original commit message from CVS:
converted gst_element_error to new format in ext/ - gettext pending
2003-09-15 01:08:40 +00:00
Benjamin Otte
36a3754251
converted gst_element_error to new format in gst/ - gettext pending
...
Original commit message from CVS:
converted gst_element_error to new format in gst/ - gettext pending
2003-09-15 00:34:47 +00:00
Christian Schaller
295fbb55f1
add COPYING.LIB
...
Original commit message from CVS:
add COPYING.LIB
2003-09-14 21:43:48 +00:00
Julien Moutte
cc8dee7f9d
Integrating the GstVideoSink parent class
...
Original commit message from CVS:
Integrating the GstVideoSink parent class
2003-09-14 21:09:41 +00:00
David Schleef
5919f1e35f
exerting executive privilege
...
Original commit message from CVS:
exerting executive privilege
2003-09-14 18:29:11 +00:00
Julien Moutte
9b3862a194
Adding GstVideoSink object which will be used for video sink's subclassing.
...
Original commit message from CVS:
Adding GstVideoSink object which will be used for video sink's subclassing.
2003-09-14 12:21:06 +00:00
David Schleef
b2d9616910
Change default program suffix to -0.7
...
Original commit message from CVS:
Change default program suffix to -0.7
2003-09-13 16:10:25 +00:00
Ronald S. Bultje
67d1b3ee7c
Copyright fix (code=mine)
...
Original commit message from CVS:
Copyright fix (code=mine)
2003-09-13 13:42:08 +00:00
Christian Schaller
9d3a102374
fix v4l elements as they have been merged into just 2
...
Original commit message from CVS:
fix v4l elements as they have been merged into just 2
2003-09-13 12:12:54 +00:00
Ronald S. Bultje
7127fe071c
typos
...
Original commit message from CVS:
typos
2003-09-13 10:44:47 +00:00
Christian Schaller
bc87339288
latest fixes to get everything disting and building like a charm
...
Original commit message from CVS:
latest fixes to get everything disting and building like a charm
2003-09-13 10:25:22 +00:00
David Schleef
cc4e5085a5
Add missing \
...
Original commit message from CVS:
Add missing \
2003-09-13 10:03:05 +00:00
Ronald S. Bultje
68eee929ce
Move all the several v4l/v4l2 plugins in one v4l and one v4l2 plugin
...
Original commit message from CVS:
Move all the several v4l/v4l2 plugins in one v4l and one v4l2 plugin
2003-09-13 08:58:49 +00:00
Ronald S. Bultje
9620e2ede9
Interface example: a mixer
...
Original commit message from CVS:
Interface example: a mixer
2003-09-13 01:20:04 +00:00
Christian Schaller
2282985957
build and disting fixes
...
Original commit message from CVS:
build and disting fixes
2003-09-12 12:56:55 +00:00
Ronald S. Bultje
ea73fdcfde
Add mpegversion(1) to the caps
...
Original commit message from CVS:
Add mpegversion(1) to the caps
2003-09-12 11:39:52 +00:00
David Schleef
43f30739b9
Remove all locally-defined optimization flags
...
Original commit message from CVS:
Remove all locally-defined optimization flags
2003-09-11 19:57:59 +00:00
David Schleef
cb1962b920
Add some stuff to disable bad asm code
...
Original commit message from CVS:
Add some stuff to disable bad asm code
2003-09-11 19:38:04 +00:00
David Schleef
3e318d8049
Build ffmpeg using automake instead of ffmpeg's (broken) Makefiles
...
Original commit message from CVS:
Build ffmpeg using automake instead of ffmpeg's (broken) Makefiles
2003-09-11 19:28:09 +00:00
David Schleef
719093623c
Fix caps definition. Fix copyright block.
...
Original commit message from CVS:
Fix caps definition. Fix copyright block.
2003-09-11 19:19:55 +00:00
Christian Schaller
69a6bfdda0
add cvsignores
...
Original commit message from CVS:
add cvsignores
2003-09-11 19:17:02 +00:00
Christian Schaller
718eb2e9fa
misc minor build and rpm fixes
...
Original commit message from CVS:
misc minor build and rpm fixes
2003-09-11 19:02:00 +00:00
David Schleef
dcc1d622f3
clean up varargs macro definition
...
Original commit message from CVS:
clean up varargs macro definition
2003-09-03 03:55:53 +00:00
David Schleef
1efe55d898
Remove vestigal code ( #121174 )
...
Original commit message from CVS:
Remove vestigal code (#121174 )
2003-09-03 03:49:32 +00:00
David Schleef
f6b96a6c17
get last fix correct.
...
Original commit message from CVS:
get last fix correct.
2003-08-30 06:50:27 +00:00
Christian Schaller
cd0ea3dd9f
two small build fixes
...
Original commit message from CVS:
two small build fixes
2003-08-25 19:49:39 +00:00
Andrew Turner
4fed0853ad
compilation problems on FreeBSD.
...
Original commit message from CVS:
Patch from Andrew Turner <zxombie@hotpop.com> (#120307 ). Fixes
compilation problems on FreeBSD.
2003-08-21 04:42:56 +00:00