summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* gst-libs/gst/resample/private.h: don't use optimizations that are #if 0'edBenjamin Otte2004-05-242-0/+5
| | | | | | Original commit message from CVS: * gst-libs/gst/resample/private.h: don't use optimizations that are #if 0'ed
* gst/avi/gstavidemux.c: Fix potential division by zero error and hopefully ↵Wim Taymans2004-05-242-2/+8
| | | | | | | | | | get the position query right to get correct... Original commit message from CVS: * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query): Fix potential division by zero error and hopefully get the position query right to get correct timestamps on avi audio.
* gst/videoscale/videoscale.c: Fix the scaling algorithm and avoid a buffer ↵Wim Taymans2004-05-241-0/+12
| | | | | | | | | | | | | | | overflow. removed the while loop in the sca... Original commit message from CVS: * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest), (gst_videoscale_scale_nearest_str2), (gst_videoscale_scale_nearest_str4), (gst_videoscale_scale_nearest_32bit), (gst_videoscale_scale_nearest_24bit), (gst_videoscale_scale_nearest_16bit): Fix the scaling algorithm and avoid a buffer overflow. removed the while loop in the scaling function as it was used for point sampling only.
* ext/mad/gstid3tag.c: lots of fixes to make id3mux work and id3demux work ↵Benjamin Otte2004-05-241-0/+9
| | | | | | | | | | | | correctly Original commit message from CVS: * ext/mad/gstid3tag.c: (gst_id3_tag_get_type), (gst_id3_tag_class_init), (gst_id3_tag_init), (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render), (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego), (gst_id3_tag_send_tag_event): lots of fixes to make id3mux work and id3demux work correctly
* fix shout2send compilation problem with -Wall -WerrorStéphane Loeuillet2004-05-241-1/+1
| | | | | Original commit message from CVS: fix shout2send compilation problem with -Wall -Werror
* ext/Makefile.am: add rules to build shout2send (was removed by accident when ↵Stéphane Loeuillet2004-05-245-9/+41
| | | | | | | | | | | | | | | this module was no more marked experimen... Original commit message from CVS: * ext/Makefile.am: add rules to build shout2send (was removed by accident when this module was no more marked experimental/broken) * ext/shout2/gstshout2.c: * ext/shout2/gstshout2.h: adding a "connection problem" signal to shout2send (fixes #142954)
* fourth batch : remove ',' at end of enums as they could confuse older gcc, ↵Stéphane Loeuillet2004-05-214-5/+5
| | | | | | | | | foreign compilers (forte) and gtk-doc (in ... Original commit message from CVS: fourth batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc (in gst-plugins/sys/ this time)
* second batch : remove ',' at end of enums as they could confuse older gcc, ↵Stéphane Loeuillet2004-05-2118-28/+28
| | | | | | | | | foreign compilers (forte) and gtk-doc (in ... Original commit message from CVS: second batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc (in gst-plugins/ext/ this time)
* first batch : remove ',' at end of enums as they could confuse older gcc, ↵Stéphane Loeuillet2004-05-2137-53/+53
| | | | | | | | | foreign compilers (forte) and gtk-doc Original commit message from CVS: first batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc
* rename defines too, so that they look like the others (say naming convention)Stéphane Loeuillet2004-05-211-2/+2
| | | | | Original commit message from CVS: rename defines too, so that they look like the others (say naming convention)
* woohoo, KDE here I comeThomas Vander Stichele2004-05-211-0/+6
| | | | | Original commit message from CVS: woohoo, KDE here I come
* gst/cdxaparse/gstcdxaparse.*: some renaming add some checks/sanity prepare ↵Stéphane Loeuillet2004-05-211-1/+12
| | | | | | | | | | | | | | for seek addition Original commit message from CVS: * gst/cdxaparse/gstcdxaparse.c: * gst/cdxaparse/gstcdxaparse.h: some renaming add some checks/sanity prepare for seek addition * sys/sunaudio/gstsunaudio.c: remove exported dupe init function
* ext/dv/gstdvdec.c: Fix format conversion and position querying.Jan Schmidt2004-05-213-14/+50
| | | | | | | | | | | | Original commit message from CVS: * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats), (gst_dvdec_src_convert), (gst_dvdec_sink_convert): Fix format conversion and position querying. * gst/debug/progressreport.c: (gst_progressreport_report): Don't output a bogus total value that we didn't query. * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing only a blank window after xine has been used.
* sync with upstreamThomas Vander Stichele2004-05-212-9/+225
| | | | | Original commit message from CVS: sync with upstream
* back in a secThomas Vander Stichele2004-05-211-202/+0
| | | | | Original commit message from CVS: back in a sec
* forgot to update the Changelog for the past two days, bad me, badStéphane Loeuillet2004-05-202-1/+22
| | | | | Original commit message from CVS: forgot to update the Changelog for the past two days, bad me, bad
* - reenable speex plugins for speex 1.1.5 (API/ABI compatible with 1.0.x)Stéphane Loeuillet2004-05-202-3/+15
| | | | | | Original commit message from CVS: - reenable speex plugins for speex 1.1.5 (API/ABI compatible with 1.0.x) - fix a cast warning that prevent compilation of speexenc
* configure.ac: Minor cosmetic change to convince the buildbot to reautogen.David Schleef2004-05-202-1/+13
| | | | | | | | | | | | | Original commit message from CVS: * configure.ac: Minor cosmetic change to convince the buildbot to reautogen. * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init), (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps), (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain), (gst_sunaudiosink_setparams), (gst_sunaudiosink_open), (gst_sunaudiosink_close), (gst_sunaudiosink_change_state), (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property): More hacking. Plays audio now.
* Original commit message from CVS:David Schleef2004-05-203-3/+23
| | | | | * configure.ac: * sys/Makefile.am:
* sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer MeraliDavid Schleef2004-05-209-0/+1230
| | | | | | | | | | | | Original commit message from CVS: * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Merali * sys/osxaudio/gstosxaudio.c: * sys/osxaudio/gstosxaudioelement.c: * sys/osxaudio/gstosxaudioelement.h: * sys/osxaudio/gstosxaudiosink.c: * sys/osxaudio/gstosxaudiosink.h: * sys/osxaudio/gstosxaudiosrc.c: * sys/osxaudio/gstosxaudiosrc.h:
* - change sunaudio category to Sink/AudioStéphane Loeuillet2004-05-202-2/+2
| | | | | | | Original commit message from CVS: - change sunaudio category to Sink/Audio - change HAVE_FIONREAD macro to GST_CHECK_FIONREAD - add conditional include for FIONREAD ioctl on more files
* test FIONREAD ioctl presence in an alternate header for Solaris 10 (and ↵Stéphane Loeuillet2004-05-202-0/+45
| | | | | | | perhaps earlier versions) Original commit message from CVS: test FIONREAD ioctl presence in an alternate header for Solaris 10 (and perhaps earlier versions)
* make ronald happy by following his strategy of putting headers as capsThomas Vander Stichele2004-05-201-0/+7
| | | | | Original commit message from CVS: make ronald happy by following his strategy of putting headers as caps
* split up push_packetThomas Vander Stichele2004-05-201-0/+7
| | | | | Original commit message from CVS: split up push_packet
* add new tcp elementsThomas Vander Stichele2004-05-201-0/+19
| | | | | Original commit message from CVS: add new tcp elements
* don't fix a test that should fail (too old a52dec detection)Stéphane Loeuillet2004-05-191-2/+1
| | | | | Original commit message from CVS: don't fix a test that should fail (too old a52dec detection)
* gst/law/mulaw-conversion.c: Fix overflow bug in ulaw encoding.Wim Taymans2004-05-192-3/+12
| | | | | | Original commit message from CVS: * gst/law/mulaw-conversion.c: (mulaw_encode): Fix overflow bug in ulaw encoding.
* ext/mad/gstmad.c: don't unref the event twiceBenjamin Otte2004-05-191-0/+5
| | | | | | Original commit message from CVS: * ext/mad/gstmad.c: (gst_mad_handle_event): don't unref the event twice
* configure.ac: remove -Wno-sign-compareBenjamin Otte2004-05-192-1/+6
| | | | | | Original commit message from CVS: * configure.ac: remove -Wno-sign-compare
* configure.ac: remove -DG_DISABLE_DEPRECATED. It's not usable without ↵Benjamin Otte2004-05-192-1/+6
| | | | | | | | | workarounds if you want to work against glib 2.2... Original commit message from CVS: * configure.ac: remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds if you want to work against glib 2.2 and 2.4
* gsttcp -> gsttcppluginThomas Vander Stichele2004-05-191-0/+9
| | | | | Original commit message from CVS: gsttcp -> gsttcpplugin
* gst/debug/tests.c: fix segfault on gst-inspectBenjamin Otte2004-05-192-1/+8
| | | | | | Original commit message from CVS: * gst/debug/tests.c: (md5_get_value): fix segfault on gst-inspect
* gst/debug/: add new extensible and configurable testing element. Current ↵Benjamin Otte2004-05-196-6/+894
| | | | | | | | | | | | | | | tests include buffer count, stream length, t... Original commit message from CVS: * gst/debug/testplugin.c: * gst/debug/tests.c: * gst/debug/tests.h: add new extensible and configurable testing element. Current tests include buffer count, stream length, timestamp/duration matching and md5. * gst/debug/Makefile.am: * gst/debug/gstdebug.c: (plugin_init): add infrastructure for new element
* ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper ending of the ↵Johan Dahlin2004-05-192-1/+7
| | | | | | | | array. Fixes gst-inspect segfault on ppc. Original commit message from CVS: * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper ending of the array. Fixes gst-inspect segfault on ppc.
* gst/ffmpegcolorspace/imgconvert.c: Fixes for warnings (bugs, actually) ↵David Schleef2004-05-191-0/+5
| | | | | | | | noticed by gcc but not forte. Original commit message from CVS: * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for warnings (bugs, actually) noticed by gcc but not forte.
* sys/sunaudio/: New sunaudiosinkDavid Schleef2004-05-191-0/+5
| | | | | | Original commit message from CVS: * sys/sunaudio/Makefile.am: * sys/sunaudio/gstsunaudio.c: New sunaudiosink
* gst/qtdemux/qtdemux.c: Patch from dcm@acm.org (David Moore) to allow qtdemux ↵David Moore2004-05-192-5/+37
| | | | | | | | | to use non-seekable streams. (bug #142272) Original commit message from CVS: * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state), (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore) to allow qtdemux to use non-seekable streams. (bug #142272)
* gst-libs/gst/resample/resample.c: Remove use of static temporary buffer. ↵David Schleef2004-05-191-0/+9
| | | | | | | | | | | | This code was obviously not supposed to las... Original commit message from CVS: * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16), (gst_resample_sinc_ft_float): Remove use of static temporary buffer. This code was obviously not supposed to last long, but it's stuck in our ABI, so it required a little hack to make it ABI-compatible. Fixes #142585. * gst-libs/gst/resample/resample.h: same.
* configure.ac: Add sunaudioDavid Schleef2004-05-195-5/+43
| | | | | | | | | | | | | | Original commit message from CVS: * configure.ac: Add sunaudio * examples/Makefile.am: make gstplay depend on gconf * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette), (convert_table_lookup), (img_convert): remove c99-isms * gst/ffmpegcolorspace/imgconvert_template.h: make a constant unsigned, to fix a warning on Solaris * gst/mpeg1sys/systems.c: bcopy->memcpy * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy * sys/Makefile.am: Add sunaudio
* ext/ogg/gstoggmux.c: Fix an ugly memleak where the muxer didn't flush enough ↵Wim Taymans2004-05-181-0/+10
| | | | | | | | | | | | | ogg pages. This also resulted in badly m... Original commit message from CVS: * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop): Fix an ugly memleak where the muxer didn't flush enough ogg pages. This also resulted in badly muxed ogg files.
* gst/asfdemux/: - fix ASF_OBJ_PADDING guidStéphane Loeuillet2004-05-181-0/+10
| | | | | | | | | | | Original commit message from CVS: * gst/asfdemux/asfheaders.c : * gst/asfdemux/asfheaders.h : * gst/asfdemux/gstasfdemux.c : - fix ASF_OBJ_PADDING guid - add 3 new object guids (language list, metadata, extended stream properties) - add a function to parse extended header objects
* sys/oss/gstosselement.c: remove leftover debugging g_printBenjamin Otte2004-05-182-3/+5
| | | | | | Original commit message from CVS: * sys/oss/gstosselement.c: (gst_osselement_sync_parms): remove leftover debugging g_print
* ext/mad/gstmad.c: Fix for when the first format in a discont event is not a ↵Ronald S. Bultje2004-05-181-0/+6
| | | | | | | | | byte-based one. Should fix #137710. Original commit message from CVS: * ext/mad/gstmad.c: (gst_mad_handle_event): Fix for when the first format in a discont event is not a byte-based one. Should fix #137710.
* m4/a52.m4: fix compilation with -Wall -WerrorStéphane Loeuillet2004-05-184-5/+17
| | | | | | | Original commit message from CVS: * m4/a52.m4 : fix compilation with -Wall -Werror * m4/libfame.m4 : idem * m4/libmikmod.m4 : idem
* gst/asfdemux/gstasfdemux.c: signal the new tags before giving up the referenceBenjamin Otte2004-05-171-0/+5
| | | | | | Original commit message from CVS: * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment): signal the new tags before giving up the reference
* whoops, I always forget to note the bugBenjamin Otte2004-05-171-1/+1
| | | | | Original commit message from CVS: whoops, I always forget to note the bug
* ext/shout2/gstshout2.c: Guimond, fixes #142432)Benjamin Otte2004-05-173-6/+27
| | | | | | | | | | Original commit message from CVS: * ext/shout2/gstshout2.c: use application/ogg instead of application/x-ogg (patch by Patrick Guimond, fixes #142432) * sys/oss/gstosselement.c: (gst_osselement_reset), (gst_osselement_sync_parms): don't set fragment size unless specified
* configure.ac: fix compilation of v4l2src with "-Wall -Werror" fixes #142664Stéphane Loeuillet2004-05-172-0/+6
| | | | | | Original commit message from CVS: * configure.ac : fix compilation of v4l2src with "-Wall -Werror" fixes #142664
* rename WMAx codec defines to be consistentStéphane Loeuillet2004-05-173-9/+9
| | | | | Original commit message from CVS: rename WMAx codec defines to be consistent
* - LE/Dec au files were broken (a bug i introduced)Stéphane Loeuillet2004-05-171-3/+3
| | | | | Original commit message from CVS: - LE/Dec au files were broken (a bug i introduced)