summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2003-04-07Fix a bunch of endianness conversions that were done as long instead of ↵David Schleef5-16/+16
int32. Should go into 0.6.1. Original commit message from CVS: Fix a bunch of endianness conversions that were done as long instead of int32. Should go into 0.6.1.
2003-04-05Remove automake-1.4 hack to get files to dist correctly. Fixes #104689.David Schleef1-15/+1
Original commit message from CVS: Remove automake-1.4 hack to get files to dist correctly. Fixes #104689. Doesn't need to go into 0.6.1, imo.
2003-04-05add commentsRonald S. Bultje1-3/+15
Original commit message from CVS: add comments
2003-04-05Fix the QCAM detection. (Correctly, this time.) Should go into 0.6.1David Schleef1-1/+1
Original commit message from CVS: Fix the QCAM detection. (Correctly, this time.) Should go into 0.6.1
2003-04-05Revert last change, since it breaks buildDavid Schleef2-2/+2
Original commit message from CVS: Revert last change, since it breaks build
2003-04-04Partial fix for #109700. Should be applied to 0.6.1.David Schleef1-2/+2
Original commit message from CVS: Partial fix for #109700. Should be applied to 0.6.1.
2003-04-04Correct fix for #109048. Disable qcamsrc plugin if non-i386.David Schleef1-3/+2
Original commit message from CVS: Correct fix for #109048. Disable qcamsrc plugin if non-i386.
2003-04-04Well, ok, one more patch - fix the well-known v4l compilation problems ↵Ronald S. Bultje1-0/+10
inside ffmpeg too Original commit message from CVS: Well, ok, one more patch - fix the well-known v4l compilation problems inside ffmpeg too
2003-04-04sys/io.h -> asm/io.h (more portable) - fixes bug #109048Ronald S. Bultje2-2/+2
Original commit message from CVS: sys/io.h -> asm/io.h (more portable) - fixes bug #109048
2003-04-04Add $(GST_LIBS) to LIBADD for libgstgconf. Should go into 0.6.1.David Schleef1-1/+1
Original commit message from CVS: Add $(GST_LIBS) to LIBADD for libgstgconf. Should go into 0.6.1.
2003-04-02Incorporating visualisation in libgstplay adding have_vis_xid signal and a ↵Julien Moutte3-1/+567
new type of GstPlay object (VIDEO_VISUALIS... Original commit message from CVS: Incorporating visualisation in libgstplay adding have_vis_xid signal and a new type of GstPlay object (VIDEO_VISUALISATION)
2003-03-30Fixed seeking discont with visualisationJulien Moutte3-2/+26
Original commit message from CVS: Fixed seeking discont with visualisation
2003-03-29Added gst_gconf function to render visualisation plugin from GConf key ↵Julien Moutte3-15/+106
"default/visualisation" Original commit message from CVS: Added gst_gconf function to render visualisation plugin from GConf key "default/visualisation" Enjoyed that commit to document those functions and remove commented functions
2003-03-24fix compile errorBenjamin Otte2-2/+2
Original commit message from CVS: fix compile error
2003-03-11fixes for monkeys audioChristian Schaller1-0/+1
Original commit message from CVS: fixes for monkeys audio
2003-03-11Add monkeyaudio pluginJeremy Simon1-1/+3
Original commit message from CVS: Add monkeyaudio plugin
2003-03-09Fix v4l/v4l2 compilation problemsRonald S. Bultje2-2/+37
Original commit message from CVS: Fix v4l/v4l2 compilation problems
2003-03-05Fix compilation failure in testsuite/alsa/Ronald S. Bultje1-0/+1
Original commit message from CVS: Fix compilation failure in testsuite/alsa/
2003-03-04update for the latest jack cvs and non-cothreaded gst schedulerOSLOSUMMIT1-200303051Andy Wingo3-82/+66
Original commit message from CVS: update for the latest jack cvs and non-cothreaded gst scheduler
2003-03-03gst_play_get_sink_element has been improved :Julien Moutte3-21/+94
Original commit message from CVS: gst_play_get_sink_element has been improved : - Recursively searches in bins - Able to find sink_element of a specified GstPlaySinkType (audio,video,any) This now allow us to send very complex bins to GstPlay for audio/video sink without breaking length querying, eos signaling, etc..
2003-03-02Unification of the way to speak to v4l2 and v4l elements... Also fix a ↵Ronald S. Bultje11-328/+213
segfautl when doing gst-inspect v4l2src Original commit message from CVS: Unification of the way to speak to v4l2 and v4l elements... Also fix a segfautl when doing gst-inspect v4l2src
2003-03-02Silly bug, i wonder who was the last one to play with itZeeshan Ali1-6/+0
Original commit message from CVS: Silly bug, i wonder who was the last one to play with it
2003-03-02remove obsolete requirement from rtp pluginChristian Schaller1-1/+0
Original commit message from CVS: remove obsolete requirement from rtp plugin
2003-03-02commit RTP fixes to spec fileChristian Schaller1-21/+25
Original commit message from CVS: commit RTP fixes to spec file
2003-03-02one missing file updatedChristian Schaller1-1/+1
Original commit message from CVS: one missing file updated
2003-03-02Complete the move of the RTP pluginChristian Schaller2-27/+3
Original commit message from CVS: Complete the move of the RTP plugin
2003-03-01remove videosink from specChristian Schaller1-26/+2
Original commit message from CVS: remove videosink from spec
2003-03-01fix ivorbis part 2Christian Schaller1-6/+1
Original commit message from CVS: fix ivorbis part 2
2003-03-01commit first part of ivorbis fixesChristian Schaller2-270/+269
Original commit message from CVS: commit first part of ivorbis fixes
2003-02-25Forward events.Wim Taymans1-9/+19
Original commit message from CVS: Forward events.
2003-02-23disabling videosink from head build, should I do the same for 0.6 branch?Christian Schaller2-4/+3
Original commit message from CVS: disabling videosink from head build, should I do the same for 0.6 branch?
2003-02-23state change fixes from Pedro Corte-Real for shout and shout2 pluginsChristian Schaller1-4/+5
Original commit message from CVS: state change fixes from Pedro Corte-Real for shout and shout2 plugins
2003-02-23add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, ↵Christian Schaller7-14/+79
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
2003-02-23remove autogenerated fileDavid I. Lehn1-500/+0
Original commit message from CVS: remove autogenerated file
2003-02-23merge integer based Tremor vorbis pluginChristian Schaller7-3/+1364
Original commit message from CVS: merge integer based Tremor vorbis plugin
2003-02-15I'm too lazy to comment thisColin Walters1-0/+9
Original commit message from CVS: *** empty log message ***
2003-02-14committing fixes before deleting all of my gstreamer cvs to make room for ↵Thomas Vander Stichele2-2/+2
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 !
2003-02-07Documented libgstplay's public methodsJulien Moutte1-2/+114
Original commit message from CVS: Documented libgstplay's public methods
2003-02-07I'm too lazy to comment thisColin Walters1-0/+5
Original commit message from CVS: *** empty log message ***
2003-02-06Code cleanup and reorganizationJulien Moutte3-574/+740
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-05Changed caps->fixed to use FLAG_SETJan Schmidt1-1/+1
Original commit message from CVS: Changed caps->fixed to use FLAG_SET
2003-02-02- properly ref/unref the caps while doing caps negoWim Taymans1-12/+29
Original commit message from CVS: - properly ref/unref the caps while doing caps nego
2003-02-02- CleanupsWim Taymans5-42/+59
Original commit message from CVS: - Cleanups - remove old tracing API calls
2003-02-02Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer ↵David Schleef11-24/+25
conversion. Original commit message from CVS: Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer conversion.
2003-02-01remove README from Makefile.am as there is no READMEChristian Schaller1-1/+0
Original commit message from CVS: remove README from Makefile.am as there is no README
2003-01-31Renamed GST_RIFF_WAVE_FORMAT_DIVX and _divx to _DIVX_WMAV1 and _DIVX_WMAV2 ↵Owen Fraser-Green1-2/+3
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-31Add metadata/streaminfo to AVIRonald S. Bultje1-0/+26
Original commit message from CVS: Add metadata/streaminfo to AVI
2003-01-30Just correcting my mistakeZeeshan Ali1-4/+0
Original commit message from CVS: Just correcting my mistake
2003-01-30Add untested get-video-size function (bug 104360)Ronald S. Bultje2-5/+41
Original commit message from CVS: Add untested get-video-size function (bug 104360)
2003-01-30The first attempt to support MAS. Dont expect it to work :)Zeeshan Ali7-5/+1178
Original commit message from CVS: The first attempt to support MAS. Dont expect it to work :)