Commit graph

938 commits

Author SHA1 Message Date
Ronald S. Bultje
2534ded87b 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 ;)
2003-02-07 21:55:43 +00:00
Julien Moutte
751072c948 Documented libgstplay's public methods
Original commit message from CVS:
Documented libgstplay's public methods
2003-02-07 11:02:21 +00:00
Colin Walters
a78b82a46e I'm too lazy to comment this
Original commit message from CVS:
*** empty log message ***
2003-02-07 01:48:21 +00:00
Colin Walters
44f96d01be Port all the fixes from BRANCH-GSTREAMER-0_6.
Original commit message from CVS:
Port all the fixes from BRANCH-GSTREAMER-0_6.
2003-02-07 01:47:58 +00:00
Julien Moutte
bcea95f6cb 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
2003-02-06 23:17:37 +00:00
Ronald S. Bultje
39e02b7779 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)
2003-02-06 18:45:35 +00:00
Wim Taymans
54341cbe3b Fix compile error
Original commit message from CVS:
Fix compile error
Add some more debug info
2003-02-02 22:05:53 +00:00
Wim Taymans
3b184849b1 - Cleanups
Original commit message from CVS:
- Cleanups
- remove old tracing API calls
2003-02-02 19:25:58 +00:00
David Schleef
0a1d9ddd6a 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.
2003-02-02 05:26:29 +00:00
Ronald S. Bultje
4d7724b183 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
2003-01-31 23:45:25 +00:00
Ronald S. Bultje
e346961876 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
2003-01-31 23:44:40 +00:00
Owen Fraser-Green
60e053f79c 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
2003-01-31 23:06:18 +00:00
Owen Fraser-Green
460dd1af74 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
2003-01-31 22:59:04 +00:00
Ronald S. Bultje
8300e7ee8b Add metadata/streaminfo to AVI
Original commit message from CVS:
Add metadata/streaminfo to AVI
2003-01-31 19:37:25 +00:00
Ronald S. Bultje
d1cdccccce Add untested get-video-size function (bug 104360)
Original commit message from CVS:
Add untested get-video-size function (bug 104360)
2003-01-30 20:47:43 +00:00
Zeeshan Ali
02b97c7b22 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 :)
2003-01-30 20:24:25 +00:00
Benjamin Otte
59f2a30f72 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
2003-01-30 18:30:30 +00:00
Leif Johnson
f032898326 + 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 !
2003-01-27 12:59:24 +00:00
Christian Schaller
6e8404d9bb add asf pipeline
Original commit message from CVS:
add asf pipeline
2003-01-26 15:42:37 +00:00
Christian Schaller
097bbcee20 add asf plugin
Original commit message from CVS:
add asf plugin
2003-01-26 00:25:41 +00:00
Christian Schaller
37156c4e15 add asf plugin to build
Original commit message from CVS:
add asf plugin to build
2003-01-26 00:25:04 +00:00
Colin Walters
27e205b313 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.
2003-01-25 23:20:36 +00:00
Benjamin Otte
3d78da5dc2 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 ;)
2003-01-25 21:32:01 +00:00
Christian Schaller
1c0cabe1ff fix swfdec link
Original commit message from CVS:
fix swfdec link
2003-01-23 20:32:37 +00:00
Thomas Vander Stichele
b1c83ef7ff clean up spec file, more virtualprovides
Original commit message from CVS:
clean up spec file, more virtualprovides
2003-01-23 13:06:24 +00:00
Thomas Vander Stichele
6e39ced1d2 0.7.x dev branch is open
Original commit message from CVS:
0.7.x dev branch is open
2003-01-23 12:25:29 +00:00
Thomas Vander Stichele
1108482486 update version
Original commit message from CVS:
update version
2003-01-22 21:57:38 +00:00
Thomas Vander Stichele
9783976845 stray x check
Original commit message from CVS:
stray x check
2003-01-21 22:50:19 +00:00
Wim Taymans
a635592250 - Add strn tag
Original commit message from CVS:
- Add strn tag
- fix memleak in debugging code
2003-01-21 22:23:11 +00:00
Christian Schaller
45aff43b3b remove aviparse again
Original commit message from CVS:
remove aviparse again
2003-01-21 20:55:58 +00:00
Wim Taymans
bed0532cc5 Indexing patch from vishnu
Original commit message from CVS:
Indexing patch from vishnu
2003-01-20 19:36:46 +00:00
Thomas Vander Stichele
0b921d3211 uninstall fix
Original commit message from CVS:
uninstall fix
2003-01-20 11:58:56 +00:00
Leif Johnson
85a0755988 + 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
2003-01-19 23:23:30 +00:00
Thomas Vander Stichele
ca810029cc add mpeg
Original commit message from CVS:
add mpeg
2003-01-19 22:12:57 +00:00
Christian Schaller
83813ace9e update with latest changes
Original commit message from CVS:
update with latest changes
2003-01-19 20:55:43 +00:00
Wim Taymans
dc7a0dc712 Slightly better read function
Original commit message from CVS:
Slightly better read function
2003-01-19 20:11:13 +00:00
Wim Taymans
7ad0c4a30f Hmm, forgot to commit this crucial define..
Original commit message from CVS:
Hmm, forgot to commit this crucial define..
2003-01-19 01:53:34 +00:00
Thomas Vander Stichele
e6c9ca909c commit patch from leif
Original commit message from CVS:
commit patch from leif
2003-01-18 18:23:01 +00:00
Thomas Vander Stichele
2f97061260 paranoid
Original commit message from CVS:
paranoid
2003-01-18 18:17:52 +00:00
Steve Baker
9f2240fa5a 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
2003-01-18 04:37:32 +00:00
Thomas Vander Stichele
c109614284 check for vorbis final
Original commit message from CVS:
check for vorbis final
2003-01-17 15:14:44 +00:00
David Schleef
d92e9c7ae5 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
87cf678fcc this is a better way
Original commit message from CVS:
this is a better way
2003-01-16 17:13:00 +00:00
Thomas Vander Stichele
c079cc492b patch ffmpeg
Original commit message from CVS:
patch ffmpeg
2003-01-16 16:58:29 +00:00
Thomas Vander Stichele
5f3ceac531 thaytan's ffmpeg function renaming patch
Original commit message from CVS:
thaytan's ffmpeg function renaming patch
2003-01-16 16:57:42 +00:00
Christian Schaller
f18d6d3825 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
2003-01-16 11:25:15 +00:00
Thomas Vander Stichele
e4d25f2f23 build fix
Original commit message from CVS:
build fix
2003-01-16 09:54:28 +00:00
Iain Holmes
6b00467cbb Add a new riff id tag: dmlh
Original commit message from CVS:
Add a new riff id tag: dmlh
2003-01-15 00:38:54 +00:00
Wim Taymans
3357631b1e - connect->link
Original commit message from CVS:
- connect->link
- add total indexed time (vishnu)
2003-01-12 13:17:41 +00:00
Christian Schaller
4e114268c7 move from windec to ffmpegdecall
Original commit message from CVS:
move from windec to ffmpegdecall
2003-01-11 22:50:23 +00:00