summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2004-03-24gst/qtdemux/qtdemux.c: Fix debugging messages. Divide the chunk size by the ↵David Schleef2-143/+170
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. Bultje2-1/+6
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. Bultje3-27/+61
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 Dahlin2-7/+22
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. Lehn2-2/+6
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 Schleef2-4/+8
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 Stichele3-1/+272
Original commit message from CVS: adding afrikaans
2004-03-18forgot this oneThomas Vander Stichele1-0/+43
Original commit message from CVS: forgot this one
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 Stichele5-90/+151
Original commit message from CVS: dist common and m4 correctly
2004-03-17pkgconfig/gstreamer-media-info.pc.in: Add Version. (bug #137348)David Schleef2-0/+6
Original commit message from CVS: * pkgconfig/gstreamer-media-info.pc.in: Add Version. (bug #137348)
2004-03-17adding swedishThomas Vander Stichele3-1/+2673
Original commit message from CVS: adding swedish
2004-03-17use release.makThomas Vander Stichele3-15/+6
Original commit message from CVS: use release.mak
2004-03-16fix X check explain version checkThomas Vander Stichele2-6/+14
Original commit message from CVS: fix X check explain version check
2004-03-16back to CVSThomas Vander Stichele2-1/+5
Original commit message from CVS: back to CVS
2004-03-16releasingThomas Vander Stichele6-160/+194
Original commit message from CVS: releasing
2004-03-15update libtool version actually use it in media-infoThomas Vander Stichele3-8/+14
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 Stichele2-9/+13
Original commit message from CVS: work with speex 1.0, not 1.1
2004-03-15adding gstreamer-plugins.pc fixes #126999Thomas Vander Stichele12-10/+57
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 Moutte3-4/+50
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 Stichele173-8128/+8238
Original commit message from CVS: don't mix tabs and spaces
2004-03-15reverse orderThomas Vander Stichele1-8/+9
Original commit message from CVS: reverse order
2004-03-15ignore filesThomas Vander Stichele1-1/+2
Original commit message from CVS: ignore files
2004-03-15some infoThomas Vander Stichele1-0/+30
Original commit message from CVS: some info
2004-03-15adding media info pc files package them use ffmpegcolorspace in gstplayThomas Vander Stichele7-46/+104
Original commit message from CVS: adding media info pc files package them use ffmpegcolorspace in gstplay
2004-03-15*.h: Revert indentingJohan Dahlin137-5312/+4897
Original commit message from CVS: * *.h: Revert indenting
2004-03-15adding ffmpegcolorspace element, thanks ronaldThomas Vander Stichele2-0/+58
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-indent c++ filesThomas Vander Stichele11-946/+883
Original commit message from CVS: gst-indent c++ files
2004-03-14gst-indentThomas Vander Stichele314-32723/+33277
Original commit message from CVS: gst-indent
2004-03-14indentation testBEFORE_INDENTThomas Vander Stichele2-410/+378
Original commit message from CVS: indentation test
2004-03-14gst/modplug/gstmodplug.*: set correct timestamps on outgoing buffersBenjamin Otte3-17/+31
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 Otte2-0/+18
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 Otte5-22/+50
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. Bultje2-2/+12
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-13dist NEWSThomas Vander Stichele1-1/+1
Original commit message from CVS: dist NEWS
2004-03-13adding serbianThomas Vander Stichele3-1/+273
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.