summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* configure.ac: change speex detection as 1.1.6 now uses .pc/pkg-config and ↵Stéphane Loeuillet2004-09-122-15/+29
| | | | | | | | they changed their headers location. Original commit message from CVS: * configure.ac : change speex detection as 1.1.6 now uses .pc/pkg-config and they changed their headers location.
* Moving MAS plugin back to gst-sandbox module.Zeeshan Ali2004-09-102-14/+12
| | | | | Original commit message from CVS: Moving MAS plugin back to gst-sandbox module.
* Write meta-seek information (seek heads).Arwed v. Merkatz2004-09-093-2/+73
| | | | | Original commit message from CVS: Write meta-seek information (seek heads).
* Write multiple blocks/frames per cluster.Arwed v. Merkatz2004-09-093-10/+49
| | | | | Original commit message from CVS: Write multiple blocks/frames per cluster.
* Added a volume element to the gstplaybin pipeline and an element for setting it.Scott Wheeler2004-09-091-0/+7
| | | | | | Original commit message from CVS: Added a volume element to the gstplaybin pipeline and an element for setting it.
* gst/videomixer/videomixer.c: Copy timestamps from the master pad to the ↵Wim Taymans2004-09-073-0/+9
| | | | | | | | output buffers. Original commit message from CVS: * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers): Copy timestamps from the master pad to the output buffers.
* throw errors when applicableThomas Vander Stichele2004-09-032-6/+16
| | | | | Original commit message from CVS: throw errors when applicable
* Trying to correct the GST_CHECK_CONFIGPROG macro. It works perfectly forZeeshan Ali2004-09-023-0/+17
| | | | | | | | Original commit message from CVS: * Trying to correct the GST_CHECK_CONFIGPROG macro. It works perfectly for I hope i dont break anything. * Shifting the MAS plugin back from gst-rotten.
* Create cue entries for audio only files.Arwed v. Merkatz2004-09-012-5/+21
| | | | | | Original commit message from CVS: Create cue entries for audio only files. Fix writing of CUETIME, wrongly used gst_ebml_write_date.
* Write track and segment UIDs, write muxing date, write TRACKDEFAULTDURATION ↵Arwed v. Merkatz2004-09-016-9/+91
| | | | | | | for TTA audio, write BLOCKDURATION if known. Original commit message from CVS: Write track and segment UIDs, write muxing date, write TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
* added typecast to avoid warningStefan Kost2004-08-311-1/+1
| | | | | Original commit message from CVS: added typecast to avoid warning
* fixed seg-fault and mem leakStefan Kost2004-08-311-1/+2
| | | | | Original commit message from CVS: fixed seg-fault and mem leak
* ext/alsa/: Re-commit ALSA switches.Ronald S. Bultje2004-08-313-3/+20
| | | | | | | | | | | | | | | | Original commit message from CVS: * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list): * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new): Re-commit ALSA switches. * gst/adder/gstadder.c: (gst_adder_loop): 64-bit fix (#151416). * gst/debug/progressreport.c: (gst_progressreport_report): 64-bit fix (#151419). * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_contents): 64-bit fix (#151420). * gst/playback/test3.c: (update_scale): 64-bit fix (#151421).
* bump nano to cvsThomas Vander Stichele2004-08-312-1/+6
| | | | | Original commit message from CVS: bump nano to cvs
* releasingThomas Vander Stichele2004-08-313-3/+87
| | | | | Original commit message from CVS: releasing
* fix #151462Thomas Vander Stichele2004-08-311-0/+5
| | | | | Original commit message from CVS: fix #151462
* revert (freeze) until release has been madeRonald S. Bultje2004-08-301-6/+0
| | | | | Original commit message from CVS: revert (freeze) until release has been made
* gst/tcp/: Fix some memory leaks.Wim Taymans2004-08-301-0/+11
| | | | | | | | | | | | Original commit message from CVS: * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait): * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add), (gst_multifdsink_remove_client_link), (gst_multifdsink_client_queue_buffer), (gst_multifdsink_handle_client_write): * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send): * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive): Fix some memory leaks.
* fix for 151236Thomas Vander Stichele2004-08-303-6/+16
| | | | | Original commit message from CVS: fix for 151236
* fixes #151232Thomas Vander Stichele2004-08-302-1/+13
| | | | | Original commit message from CVS: fixes #151232
* ext/alsa/: Add switches (simple boolean on/off).Ronald S. Bultje2004-08-291-0/+6
| | | | | | | Original commit message from CVS: * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list): * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new): Add switches (simple boolean on/off).
* sys/glsink/glimagesink.c: Move local variable declarations to make gcc-2.95 ↵David Schleef2004-08-271-0/+7
| | | | | | | | | | happy. Original commit message from CVS: * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put), (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get), (gst_glimagesink_fixate): Move local variable declarations to make gcc-2.95 happy.
* prereleaseThomas Vander Stichele2004-08-272-1/+6
| | | | | Original commit message from CVS: prerelease
* sys/sunaudio/Makefile.am: Add sunaudiosrc patch from BalaBalamurali Viswanathan2004-08-271-0/+6
| | | | | | | Original commit message from CVS: * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala * sys/sunaudio/gstsunaudiosrc.c: * sys/sunaudio/gstsunaudiosrc.h:
* Mux video/x-divx and video/x-xvid in VFW compatibility mode so it actually worksArwed v. Merkatz2004-08-273-4/+50
| | | | | Original commit message from CVS: Mux video/x-divx and video/x-xvid in VFW compatibility mode so it actually works
* Handle EOS correctly.Arwed v. Merkatz2004-08-272-2/+11
| | | | | Original commit message from CVS: Handle EOS correctly.
* handle new mediaThomas Vander Stichele2004-08-2711-80/+165
| | | | | Original commit message from CVS: handle new media
* Fix byte order reversion for writing ebml floats.Arwed v. Merkatz2004-08-264-12/+81
| | | | | | | Original commit message from CVS: Fix byte order reversion for writing ebml floats. Write segment duration and muxing application in matroska. Added TTA codec to the list of supported codecs to mux into matroska.
* ext/lame/gstlame.*: Added new media support to lameZaheer Abbas Merali2004-08-261-0/+6
| | | | | | | | | Original commit message from CVS: 2004-08-26 Zaheer Abbas Merali <zaheerabbas at merali dot org> * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain): * ext/lame/gstlame.h: Added new media support to lame
* Set XVID_LOWDELAY flag for decoding so files with bframes/packed bitstream ↵Arwed v. Merkatz2004-08-251-0/+3
| | | | | | | | are decoded correctly, bug #135407. Original commit message from CVS: Set XVID_LOWDELAY flag for decoding so files with bframes/packed bitstream are decoded correctly, bug #135407.
* Interpret BLOCKDURATION and set buffer duration accordingly, enable demuxing ↵Arwed v. Merkatz2004-08-253-30/+60
| | | | | | | | of TTA audio from matroska, fixes bugs #... Original commit message from CVS: Interpret BLOCKDURATION and set buffer duration accordingly, enable demuxing of TTA audio from matroska, fixes bugs #148950 and #148951.
* Typefinding for TTA files, fixes bug #148711.Arwed v. Merkatz2004-08-251-0/+2
| | | | | Original commit message from CVS: Typefinding for TTA files, fixes bug #148711.
* Send vorbis headers at the beginning of a stream, fixes bug #141554.Arwed v. Merkatz2004-08-253-0/+31
| | | | | Original commit message from CVS: Send vorbis headers at the beginning of a stream, fixes bug #141554.
* gst-libs/gst/riff/riff-read.c: fix infinite loop in wavparse, fixes bugChristophe Fergeau2004-08-241-0/+8
| | | | | | | | | | | Original commit message from CVS: 2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca> * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head), (gst_riff_read_element_data), (gst_riff_read_seek), (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug #144616, patch reviewed by Ronald and committed by Christophe Fergeau <teuf@gnome.org>
* Special case the COMM tagIain Holmes2004-08-231-0/+6
| | | | | Original commit message from CVS: Special case the COMM tag
* ext/ogg/gstoggmux.c: Make sure we never send -1 granulepos.Wim Taymans2004-08-221-0/+6
| | | | | | | Original commit message from CVS: * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer), (gst_ogg_mux_send_headers), (gst_ogg_mux_loop): Make sure we never send -1 granulepos.
* ext/ogg/gstoggmux.c: I will accept bitchslappings with non sharp objects.Wim Taymans2004-08-201-0/+6
| | | | | | | Original commit message from CVS: * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop): I will accept bitchslappings with non sharp objects.
* configure.ac: Clean up the test for lame presetsZaheer Abbas Merali2004-08-202-4/+6
| | | | | | | | Original commit message from CVS: 2004-08-20 Zaheer Abbas Merali <zaheerabbas at merali dot org> * configure.ac: Clean up the test for lame presets
* Corrected minor errors.Brian Cameron2004-08-191-9/+4
| | | | | Original commit message from CVS: Corrected minor errors.
* Only enable lame presets if version of lame has presets in APIZaheer Abbas Merali2004-08-192-2/+17
| | | | | | | | | | | Original commit message from CVS: 2004-08-19 Zaheer Abbas Merali <zaheerabbas at merali dot org> * configure.ac: * ext/lame/Makefile.am: * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup): Only enable lame presets if version of lame has presets in API
* gst/udp/gstudpsrc.*: Don't call gst_pad_push in a get function. Fixes #150449Jan Schmidt2004-08-193-2/+25
| | | | | | | Original commit message from CVS: * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get): * gst/udp/gstudpsrc.h: Don't call gst_pad_push in a get function. Fixes #150449
* gst/tcp/: Some extra checks in gstfdset.Wim Taymans2004-08-181-0/+17
| | | | | | | | | | | | | | | | | | Original commit message from CVS: * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error), (gst_fdset_fd_can_read), (gst_fdset_fd_can_write), (gst_fdset_wait): * gst/tcp/gstfdset.h: * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add), (gst_multifdsink_client_queue_buffer), (gst_multifdsink_handle_client_write): * gst/tcp/gstmultifdsink.h: Some extra checks in gstfdset. Only use send() when the fd is a socket. Don't try to read from write only fds.
* gst/tcp/gstfdset.c: Add more locking and bounds checking.Wim Taymans2004-08-181-0/+15
| | | | | | | | | | Original commit message from CVS: * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error), (gst_fdset_fd_can_read), (gst_fdset_fd_can_write), (gst_fdset_wait): Add more locking and bounds checking.
* sys/sunaudio/: Fix caps to handle full range of rates and channels. Make ↵Balamurali Viswanathan2004-08-181-0/+13
| | | | | | | | | | | | | | | debugging less obnoxious. Original commit message from CVS: * sys/sunaudio/Makefile.am: * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range of rates and channels. Make debugging less obnoxious. Patch from Balamurali Viswanathan implementing a mixer for Sun audio. (bug #144091): * sys/sunaudio/gstsunelement.c: * sys/sunaudio/gstsunelement.h: * sys/sunaudio/gstsunmixer.c: * sys/sunaudio/gstsunmixer.h:
* gst/audioscale/gstaudioscale.*: made audioscale resample from any sample ↵Zaheer Abbas Merali2004-08-171-0/+6
| | | | | | | | | | | rate to any sample rate Original commit message from CVS: 2004-08-17 Zaheer Abbas Merali <zaheerabbas at merali dot org> * gst/audioscale/gstaudioscale.c: * gst/audioscale/gstaudioscale.h: made audioscale resample from any sample rate to any sample rate
* error out on unsupported typesThomas Vander Stichele2004-08-172-1/+7
| | | | | Original commit message from CVS: error out on unsupported types
* Make flacenc work with mono streams by only setting the mid_side and ↵Iain Holmes2004-08-172-2/+11
| | | | | | | loose_mid_side when its a stereo stream Original commit message from CVS: Make flacenc work with mono streams by only setting the mid_side and loose_mid_side when its a stereo stream
* ext/theora/theoradec.c: Add a debug line.Wim Taymans2004-08-171-0/+8
| | | | | | | | | Original commit message from CVS: * ext/theora/theoradec.c: (gst_theora_dec_class_init), (theora_get_formats), (theora_dec_src_convert), (theora_dec_sink_convert), (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event), (theora_dec_chain): Add a debug line.
* ext/ogg/: Mark delta units in the muxer.Wim Taymans2004-08-171-0/+12
| | | | | | | | | | | | | Original commit message from CVS: * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate), (gst_ogg_pad_push): * ext/ogg/gstoggmux.c: (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers), (gst_ogg_mux_loop): Mark delta units in the muxer. Try to decode the packet after an out-of-sync error from libogg.
* gst/tcp/gstmultifdsink.*: Added option to send a keyframe to clients as the ↵Wim Taymans2004-08-171-0/+10
| | | | | | | | | | | | | first buffer. Original commit message from CVS: * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init), (gst_multifdsink_init), (gst_multifdsink_add), (gst_multifdsink_client_queue_buffer), (gst_multifdsink_set_property), (gst_multifdsink_get_property): * gst/tcp/gstmultifdsink.h: Added option to send a keyframe to clients as the first buffer. Make timeout property writable.