summaryrefslogtreecommitdiffstats
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2004-03-25ext/xvid/gstxvidenc.c: ulong/int mess-up.Ronald S. Bultje1-0/+6
Original commit message from CVS: * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property), (gst_xvidenc_get_property): ulong/int mess-up.
2004-03-25ext/speex/: Create the pad template correctly (from the static pad template, ↵David Schleef1-0/+8
not a NULL pointer.) Original commit message from CVS: * ext/speex/gstspeexdec.c: (gst_speexdec_base_init), (gst_speexdec_init): * ext/speex/gstspeexenc.c: (gst_speexenc_base_init), (gst_speexenc_init): Create the pad template correctly (from the static pad template, not a NULL pointer.)
2004-03-25gst/debug/: add element that quasi-randomly changes bytes in the stream.Benjamin Otte1-0/+8
Original commit message from CVS: * gst/debug/Makefile.am: * gst/debug/breakmydata.c: add element that quasi-randomly changes bytes in the stream. Intended use is robustness checking of demuxers and decoders in media tests.
2004-03-24ext/alsa/gstalsa.*: debugging output fixesBenjamin Otte1-0/+7
Original commit message from CVS: * ext/alsa/gstalsa.c: (gst_alsa_open_audio), (gst_alsa_probe_hw_params): * ext/alsa/gstalsa.h: debugging output fixes
2004-03-24ext/gnomevfs/gstgnomevfssrc.c: don't g_return_if_fail if element is PLAYING, ↵Benjamin Otte1-0/+10
fail silently as every other element. Original commit message from CVS: * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property): don't g_return_if_fail if element is PLAYING, fail silently as every other element. * gst/effectv/gstquark.c: (gst_quarktv_chain): only fix needed for cast lvalue issues in gst-plugins * gst/volenv/gstvolenv.c: (gst_volenv_init): add proxy_getcaps
2004-03-24gst/level/gstlevel.c: add proxying getcaps function, so level doesn't ↵Benjamin Otte1-0/+6
advertise impossible caps Original commit message from CVS: * gst/level/gstlevel.c: (gst_level_init): add proxying getcaps function, so level doesn't advertise impossible caps
2004-03-24gst/qtdemux/qtdemux.c: Fix debugging messages. Divide the chunk size by the ↵David Schleef1-0/+14
compression ratio (needed for MACE audio) Original commit message from CVS: * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event), (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging messages. Divide the chunk size by the compression ratio (needed for MACE audio)
2004-03-24gst/mpegaudioparse/gstmpegaudioparse.c: Fix buffer overflow read error.Ronald S. Bultje1-0/+5
Original commit message from CVS: * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain): Fix buffer overflow read error.
2004-03-24ext/alsa/gstalsa.h: Remove unused entry.Ronald S. Bultje1-0/+10
Original commit message from CVS: * ext/alsa/gstalsa.h: Remove unused entry. * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps): Add cinepak. * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps), (gst_videodrop_link), (gst_videodrop_chain): Fix, sort of. Was horribly broken with new capsnego. Bah...
2004-03-23gst/typefind/gsttypefindfunctions.c: Add a monkeysaudio typefind functionJeremy Simon1-0/+6
Original commit message from CVS: 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr> * gst/typefind/gsttypefindfunctions.c: (ape_type_find), (plugin_init): Add a monkeysaudio typefind function
2004-03-23gst-libs/gst/play/play.c (gst_play_audio_fixate)Johan Dahlin1-0/+8
Original commit message from CVS: * gst-libs/gst/play/play.c (gst_play_audio_fixate) (gst_play_video_fixate): Check so the structure has the field before trying to fixate them, this makes it possible to have fakesinks for video and audio output without printing errors on the output console.
2004-03-23sys/oss/: Rate probing test app.David Schleef1-0/+6
Original commit message from CVS: * sys/oss/Makefile.am: * sys/oss/oss_probe.c: (main), (probe_check), (add_range), (check_rate), (add_rate): Rate probing test app.
2004-03-21gst/audioconvert/gstaudioconvert.c: add a fixation function that pretty much ↵Benjamin Otte1-0/+7
does the right thing (fixes #137556) Original commit message from CVS: * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link), (_fixate_caps_to_int), (gst_audio_convert_fixate): add a fixation function that pretty much does the right thing (fixes #137556)
2004-03-20configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/David I. Lehn1-0/+4
Original commit message from CVS: * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
2004-03-20UTF-8, dudeBenjamin Otte1-1/+1
Original commit message from CVS: UTF-8, dude
2004-03-20ext/ogg/gstoggdemux.c: terminate gst_event_new_discontinuous correctly ↵Benjamin Otte1-0/+8
(fixes parts of #137711) Original commit message from CVS: reviewed by: Benjamin Otte <otte@gnome.org> * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push): terminate gst_event_new_discontinuous correctly (fixes parts of #137711)
2004-03-19gst-libs/gst/Makefile.am: Enable xoverlay unconditionally, since it doesn't ↵David Schleef1-0/+5
depend on X, and it's part of our ABI. Original commit message from CVS: * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally, since it doesn't depend on X, and it's part of our ABI.
2004-03-19Use the is_int structure member rather than the local variable so that the ↵Iain Holmes1-0/+5
correct splitting function is used. Original commit message from CVS: Use the is_int structure member rather than the local variable so that the correct splitting function is used.
2004-03-19ext/librfb/gstrfbsrc.c: Improvements in caps negotiation.David Schleef1-0/+7
Original commit message from CVS: * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state), (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate), (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get): Improvements in caps negotiation.
2004-03-18adding afrikaansThomas Vander Stichele1-0/+6
Original commit message from CVS: adding afrikaans
2004-03-18throw error (#137588)Thomas Vander Stichele1-0/+6
Original commit message from CVS: throw error (#137588)
2004-03-18dist common and m4 correctlyThomas Vander Stichele1-0/+7
Original commit message from CVS: dist common and m4 correctly
2004-03-17pkgconfig/gstreamer-media-info.pc.in: Add Version. (bug #137348)David Schleef1-0/+5
Original commit message from CVS: * pkgconfig/gstreamer-media-info.pc.in: Add Version. (bug #137348)
2004-03-17adding swedishThomas Vander Stichele1-0/+6
Original commit message from CVS: adding swedish
2004-03-17use release.makThomas Vander Stichele1-0/+4
Original commit message from CVS: use release.mak
2004-03-16fix X check explain version checkThomas Vander Stichele1-0/+8
Original commit message from CVS: fix X check explain version check
2004-03-16back to CVSThomas Vander Stichele1-0/+4
Original commit message from CVS: back to CVS
2004-03-16releasingThomas Vander Stichele1-0/+6
Original commit message from CVS: releasing
2004-03-15update libtool version actually use it in media-infoThomas Vander Stichele1-0/+7
Original commit message from CVS: update libtool version actually use it in media-info
2004-03-15work with speex 1.0, not 1.1Thomas Vander Stichele1-0/+4
Original commit message from CVS: work with speex 1.0, not 1.1
2004-03-15adding gstreamer-plugins.pc fixes #126999Thomas Vander Stichele1-0/+18
Original commit message from CVS: adding gstreamer-plugins.pc fixes #126999
2004-03-15gst-libs/gst/play/play.c: First draft of gst_play_get_framerate.Julien Moutte1-0/+6
Original commit message from CVS: 2004-03-15 Julien MOUTTE <julien@moutte.net> * gst-libs/gst/play/play.c: (gst_play_get_framerate), (gst_play_get_sink_element): First draft of gst_play_get_framerate. * gst-libs/gst/play/play.h:
2004-03-15don't mix tabs and spacesThomas Vander Stichele1-0/+4
Original commit message from CVS: don't mix tabs and spaces
2004-03-15adding media info pc files package them use ffmpegcolorspace in gstplayThomas Vander Stichele1-0/+13
Original commit message from CVS: adding media info pc files package them use ffmpegcolorspace in gstplay
2004-03-15*.h: Revert indentingJohan Dahlin1-0/+4
Original commit message from CVS: * *.h: Revert indenting
2004-03-15adding ffmpegcolorspace element, thanks ronaldThomas Vander Stichele1-0/+51
Original commit message from CVS: adding ffmpegcolorspace element, thanks ronald
2004-03-15bad bad ronald, here's the struct memberThomas Vander Stichele1-0/+7
Original commit message from CVS: bad bad ronald, here's the struct member
2004-03-15ext/alsa/: Don't open the device if we're a mixer (= padless).Ronald S. Bultje1-0/+13
Original commit message from CVS: * ext/alsa/gstalsa.c: (gst_alsa_get_property), (gst_alsa_open_audio), (gst_alsa_close_audio): * ext/alsa/gstalsa.c: Don't open the device if we're a mixer (= padless). * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init), (gst_alsa_mixer_init), (gst_alsa_mixer_open), (gst_alsa_mixer_close), (gst_alsa_mixer_change_state): Open mixer during state change rather than during object initialization. Also, get a device name. Currently in a somewhat hackish fashion, but I didn't really find something better.
2004-03-14gst-indentThomas Vander Stichele1-0/+4
Original commit message from CVS: gst-indent
2004-03-14gst/modplug/gstmodplug.*: set correct timestamps on outgoing buffersBenjamin Otte1-0/+6
Original commit message from CVS: * gst/modplug/gstmodplug.cc: * gst/modplug/gstmodplug.h: set correct timestamps on outgoing buffers
2004-03-14gst/modplug/gstmodplug.cc: handle events - don't do crap when a discont ↵Benjamin Otte1-0/+7
arrives that's not necessary Original commit message from CVS: * gst/modplug/gstmodplug.cc: handle events - don't do crap when a discont arrives that's not necessary This allows correct loading and playback of mods in Rhythmbox
2004-03-14move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure they get ↵Benjamin Otte1-0/+12
rebuilt properly Original commit message from CVS: * configure.ac: * gst-libs/gst/gconf/Makefile.am: * pkgconfig/Makefile.am: move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure they get rebuilt properly * configure.ac: when checking for vorbis, try pkgconfig first. * gst/modplug/gstmodplug.cc: add fixate function
2004-03-14gst/qtdemux/qtdemux.c: Fix for obvious mistake, where we first shift the ↵Ronald S. Bultje1-0/+9
offset and then read a samplesize element as... Original commit message from CVS: * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Fix for obvious mistake, where we first shift the offset and then read a samplesize element assuming the old offset. Note that this part still has something weird, i.e. my movies containing those don't actually play well, but at least there's something that looks like sound now.
2004-03-14Add speex typefinding functionJan Schmidt1-0/+5
Original commit message from CVS: Add speex typefinding function
2004-03-14gst/asfdemux/gstasfdemux.c: Use 25fps as our "fake" fps value (marked for ↵Ronald S. Bultje1-0/+8
fixage in 0.9.x) instead of 0. Reason is si... Original commit message from CVS: * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps), (gst_asf_demux_setup_pad): Use 25fps as our "fake" fps value (marked for fixage in 0.9.x) instead of 0. Reason is simple: some elements have a fps range of 1-max instead of 0-max. So now ASF video actually works.
2004-03-13adding serbianThomas Vander Stichele1-0/+6
Original commit message from CVS: adding serbian
2004-03-13gst/sine/gstsinesrc.c: return taglist correctly from _get function, don't ↵Benjamin Otte1-0/+6
gst_pad_push it. Original commit message from CVS: * gst/sine/gstsinesrc.c: (gst_sinesrc_get): return taglist correctly from _get function, don't gst_pad_push it. (fixes #137042)
2004-03-13Only close the device on probe if it succeeded in opening it.Jan Schmidt1-0/+3
Original commit message from CVS: Only close the device on probe if it succeeded in opening it.
2004-03-13ext/alsa/: Fix ancient leftovers... MixerTrack is a GObject.Ronald S. Bultje1-0/+8
Original commit message from CVS: * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list): * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init), (gst_alsa_mixer_track_new): * ext/alsa/gstalsamixertrack.h: Fix ancient leftovers... MixerTrack is a GObject.
2004-03-13Don't block during probing...Ronald S. Bultje1-0/+6
Original commit message from CVS: * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices): * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices): Don't block during probing...