summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2003-04-27more uninstalled fixesThomas Vander Stichele4-13/+17
Original commit message from CVS: more uninstalled fixes
2003-04-27more uninstalled fixesThomas Vander Stichele1-2/+2
Original commit message from CVS: more uninstalled fixes
2003-04-27uninstalled pkgconfig fixesThomas Vander Stichele2-1/+6
Original commit message from CVS: uninstalled pkgconfig fixes
2003-04-27ignore .pc filesSteve Baker1-0/+1
Original commit message from CVS: ignore .pc files
2003-04-23Removing avifile and http plugins, also fixing some disting issuesChristian Schaller4-54/+6
Original commit message from CVS: Removing avifile and http plugins, also fixing some disting issues
2003-04-22Added corresponding divx/xvid decoders and fixed some first-hand encoder bugsRonald S. Bultje11-43/+1079
Original commit message from CVS: Added corresponding divx/xvid decoders and fixed some first-hand encoder bugs
2003-04-22Rewrote much of the code. Hopefully will work with gst-player now.David Schleef1-482/+61
Original commit message from CVS: Rewrote much of the code. Hopefully will work with gst-player now.
2003-04-21Adds divx/xvid encoders. divx encoder is based on divx4linux (commercial, ↵Ronald S. Bultje8-4/+1189
closed-source) Original commit message from CVS: Adds divx/xvid encoders. * divx encoder is based on divx4linux (commercial, closed-source) * xvid encoder is based on xvidcore (http://www.xvid.org/, GPL - Christian? ;) ) Both use a GstCaps that doesn't conform with what we currently use, I might fix that later on or so. For now, it doesn't matter, it's just a test. We're also missing corresponding decoders (ffmpeg can decoded this too, but that's not the point), these might come later too.
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-16Fix compilation errorsDavid Schleef1-3/+3
Original commit message from CVS: Fix compilation errors
2003-04-14Added initial version of audioconvert, a generic converter of integer ↵Benjamin Otte1-1/+2
audio/raw formats. Original commit message from CVS: Added initial version of audioconvert, a generic converter of integer audio/raw formats. It currently supports conversion of - channels (mono/stereo only, until someone tells me how to mix other channels) - endianness (little/bi endian) - signedness - width (8, 1, 24 and 32 bits) - depth (1 - width bits) missing: - enough testing (I intend to write a testsuite for this, but that's pending) - samplerate conversion - other goodies like format conversion etc Expect bugs when using it. problems this should solve: - encoding wav files on big endian machines - goom working with mono audio files in gst-player - Iain's soundcard (that one is a problem in itself) - complaints about missing conversion - too many age old, nearly unmaintained plugins (stereo2mono etc.) Have fun.
2003-04-13Change autoconf_2.52d_check to 2_52 to make bash happyDavid Schleef2-1/+1
Original commit message from CVS: Change autoconf_2.52d_check to 2_52 to make bash happy
2003-04-13make Company happy : Changed visualisation pipeline structure.. audio sink ↵Julien Moutte3-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-13Update dvdnav plugin to latest versionRonald S. Bultje1-0/+17
Original commit message from CVS: Update dvdnav plugin to latest version
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-10fixes to mp3 typefinding:Benjamin Otte1-27/+147
Original commit message from CVS: fixes to mp3 typefinding: - removed workaround that detected files with valid ID3v2 tag as mp3 (not needed anymore) Invalid files didn't occur because of broken length in the tag but because of padding in the beginning of the audio data most of the time. - fixed various assorted stuff in the old typefind function (like not adjusting buffer size after skipping) - added 2nd typefind function to detect mp3 streams (fixes #94113)
2003-04-09Grrr... another fix, to make gst_artsio.idl dist correctly.David Schleef1-0/+1
Original commit message from CVS: Grrr... another fix, to make gst_artsio.idl dist correctly.
2003-04-08Refix #104689David Schleef1-1/+4
Original commit message from CVS: Refix #104689
2003-04-07This one needs to be adapted tooRonald S. Bultje1-1/+0
Original commit message from CVS: This one needs to be adapted too
2003-04-07Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to ↵Ronald S. Bultje11-58/+102
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-07Convert some of the broken fourcc printing to GST_FOURCC_FORMATDavid Schleef1-12/+7
Original commit message from CVS: Convert some of the broken fourcc printing to GST_FOURCC_FORMAT
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-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