summaryrefslogtreecommitdiffstats
path: root/gst-libs
AgeCommit message (Collapse)AuthorFilesLines
2003-07-22Force MAKEFLAGS to -j1 since ffmpeg is not -j safeDavid Schleef1-0/+2
Original commit message from CVS: Force MAKEFLAGS to -j1 since ffmpeg is not -j safe
2003-07-22Remove .pc files from CLEANFILES, since it's done automatically by automake ↵David Schleef1-2/+0
during distclean instead of (incorrectly)... Original commit message from CVS: Remove .pc files from CLEANFILES, since it's done automatically by automake during distclean instead of (incorrectly) during clean.
2003-07-22Fix another instance of audio/raw -> audio/x-raw-int and video/raw -> ↵Joshua N. Pritikin1-3/+6
video/x-raw-{yuv,rgb}. There probably should b... Original commit message from CVS: Fix another instance of audio/raw -> audio/x-raw-int and video/raw -> video/x-raw-{yuv,rgb}. There probably should be a audio/x-raw-float for jacksink but I didn't add that.
2003-07-19+ the last of the float caps changes ... these are a bit more pervasiveLeif Johnson1-66/+86
Original commit message from CVS: + the last of the float caps changes ... these are a bit more pervasive
2003-07-16actually recurse into sndfile if we are able big ladspa cleanups, mainly to ↵Andy Wingo6-4/+283
comply with the buffer-frames caps proper... Original commit message from CVS: * actually recurse into sndfile if we are able * big ladspa cleanups, mainly to comply with the buffer-frames caps property, but also general cleanups - the samplerate prop is gone, if you want to set it explicitly (as in for get-based plugins) you need to use a filtered connection, just like with buffer-frames * big float2int and int2float changes for buffer-frames compatibility - I think it's quite a bit simpler * make the ossclock general, add it to gstaudio, and use it in sndfile as well i need to update mimetypes, but that's coming soon. there are some other plugins that don't support buffer-frames, i guess i need to get around to fixing them as well.
2003-07-12fixing buggy error handlingJulien Moutte1-3/+7
Original commit message from CVS: fixing buggy error handling
2003-07-07A big rewrite of the spec file and some ffmpeg disting fixes. The ffmpeg ↵Christian Schaller1-0/+3
plugin still doesn't build for me, but I thi... Original commit message from CVS: A big rewrite of the spec file and some ffmpeg disting fixes. The ffmpeg plugin still doesn't build for me, but I think I am getting close :)
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje3-36/+194
over to the new mimetypes spec as descri... Original commit message from CVS: New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte5-28/+28
Original commit message from CVS: compatibility fix for new GST_DEBUG stuff. Includes fixes for missing includes for config.h and unistd.h I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
2003-06-17New ffmpeg version fixes mpeg decoding segfaults (mpeg1)Ronald S. Bultje1-1/+1
Original commit message from CVS: New ffmpeg version fixes mpeg decoding segfaults (mpeg1)
2003-06-16Fixing indentationJulien Moutte3-2032/+1963
Original commit message from CVS: Fixing indentation
2003-06-14gcc 3.3 and ppc fixesBenjamin Otte1-1/+2
Original commit message from CVS: gcc 3.3 and ppc fixes
2003-06-11Fix 114948 - adds some autotools magic that makes sure that we only make ↵Ronald S. Bultje1-2/+2
install ffmpeg if its actually there Original commit message from CVS: Fix 114948 - adds some autotools magic that makes sure that we only make install ffmpeg if its actually there
2003-06-07warn on state change failuresThomas Vander Stichele1-6/+12
Original commit message from CVS: warn on state change failures
2003-06-01Fixing error message when a plugin is missing (gst-player -> libgstplay).Julien Moutte1-6/+5
Original commit message from CVS: Fixing error message when a plugin is missing (gst-player -> libgstplay). Pipeline state change on error is now done directly in error callback, there's still something weird with oss /dev/dsp ressource busy error.
2003-05-30Error handling is inside and works :)Julien Moutte3-118/+22
Original commit message from CVS: Error handling is inside and works :) Mutexes have been removed. That should fix UI responsiveness problems on query_length. Please heavily test to check if they were really needed. Some fixes in GClosures
2003-05-29Use new ffmpeg revisionRonald S. Bultje2-47/+24
Original commit message from CVS: Use new ffmpeg revision
2003-05-29don't warn on recoverable problemsThomas Vander Stichele1-7/+7
Original commit message from CVS: don't warn on recoverable problems
2003-05-24UNITS -> DEFAULTWim Taymans1-1/+1
Original commit message from CVS: UNITS -> DEFAULT
2003-05-22This ISO_VARARGS macro is more consistant with the others.Brian Cameron1-1/+1
Original commit message from CVS: This ISO_VARARGS macro is more consistant with the others.
2003-05-21Corrected the configure.ac so it actually works. Updated some c files so ↵Brian Cameron2-0/+19
that they build on Solaris. This mostly in... Original commit message from CVS: Corrected the configure.ac so it actually works. Updated some c files so that they build on Solaris. This mostly involved supporting ISO style variable-argument macros.
2003-05-21Updated autogen.sh/configure.ac and various Makefiles to make the configure ↵Brian Cameron5-5/+5
script set up all gcc specific compiler a... Original commit message from CVS: Updated autogen.sh/configure.ac and various Makefiles to make the configure script set up all gcc specific compiler arguments, rather than hardcoding them in the Makefile.am files
2003-05-21Links also against libgstcontrolDavid Schleef1-1/+1
Original commit message from CVS: Links also against libgstcontrol
2003-05-12make error signal use the right typesBenjamin Otte1-1/+1
Original commit message from CVS: make error signal use the right types
2003-05-12uh, maybe putting new signals before LAST_SIGNAL might help against memory ↵Benjamin Otte1-1/+2
corruption? Original commit message from CVS: uh, maybe putting new signals before LAST_SIGNAL might help against memory corruption?
2003-05-06deep-notify can come from pads too, replacing GstElement by GstObject.Julien Moutte2-8/+8
Original commit message from CVS: deep-notify can come from pads too, replacing GstElement by GstObject.
2003-05-02Gcc < 3.0 fixRonald S. Bultje1-1/+3
Original commit message from CVS: Gcc < 3.0 fix
2003-04-28Make vis_video_thread play when connected afterwardsJulien Moutte1-0/+8
Original commit message from CVS: Make vis_video_thread play when connected afterwards This generates some segfaults in gst_thread but we need to fix that
2003-04-27more uninstalled fixesThomas Vander Stichele1-0/+2
Original commit message from CVS: more uninstalled fixes
2003-04-23Removing avifile and http plugins, also fixing some disting issuesChristian Schaller1-0/+1
Original commit message from CVS: Removing avifile and http plugins, also fixing some disting issues
2003-04-20Made a theorical libgstplay which refs/unrefs elements before putting them ↵Julien Moutte2-5/+42
in AsyncQueue. Original commit message from CVS: Made a theorical libgstplay which refs/unrefs elements before putting them in AsyncQueue. Added a "pipeline_error" signal which will later allow the player and apps to detect that pipeline was unable to play and why... This version is NOT STABLE AT ALL. it will need fixes in core but i commit it as is so that we fix those problems
2003-04-17Changed sanity checks according to BBB feedbackJulien Moutte1-2/+4
Original commit message from CVS: Changed sanity checks according to BBB feedback
2003-04-13make Company happy : Changed visualisation pipeline structure.. audio sink ↵Julien Moutte2-80/+67
is directly connected to tee so no queue b... Original commit message from CVS: make Company happy : Changed visualisation pipeline structure.. audio sink is directly connected to tee so no queue between volume and audio sink...
2003-04-10Adding a lot of sanity checksJulien Moutte2-21/+61
Original commit message from CVS: Adding a lot of sanity checks Checking if vis pad is connected before linking/unlinking
2003-04-07Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to ↵Ronald S. Bultje1-0/+2
pkg-config/, .m4 file moved from plugins to core) Original commit message from CVS: Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to pkg-config/, .m4 file moved from plugins to core)
2003-04-07Remove CVS/Tag from dist. Should go into 0.6.1.David Schleef1-1/+0
Original commit message from CVS: Remove CVS/Tag from dist. Should go into 0.6.1.
2003-04-05add commentsRonald S. Bultje1-3/+15
Original commit message from CVS: add comments
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-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 Moutte2-15/+95
"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 Otte1-1/+1
Original commit message from CVS: fix compile error
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-02-23add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, ↵Christian Schaller1-1/+1
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-07Documented libgstplay's public methodsJulien Moutte1-2/+114
Original commit message from CVS: Documented libgstplay's public methods
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-02Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer ↵David Schleef2-4/+5
conversion. Original commit message from CVS: Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer conversion.
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