Newer
Older
Original commit message from CVS:
* configure.ac:
All the cool kids use GST_DOCBOOK_CHECK now.
2005-10-18 08:39:41 +0000 Julien Moutte <julien@moutte.net>
gst/speed/Makefile.am: Fix build of speed.
Original commit message from CVS:
2005-10-18 Julien MOUTTE <julien@moutte.net>
* gst/speed/Makefile.am: Fix build of speed.
2005-10-17 20:48:35 +0000 Edgard Lima <edgard.lima@indt.org.br>
Edgard Gusmão Lima
committed
* ChangeLog:
* common:
* configure.ac:
* gst/speed/gstspeed.c:
* gst/speed/gstspeed.h:
Fixed Speed - Recovered featured missed since version 1.37, and changed other minor things.
Original commit message from CVS:
Fixed Speed - Recovered featured missed since version 1.37, and changed other
minor things.
Edgard Gusmão Lima
committed
2005-10-16 17:08:26 +0000 Tim-Philipp Müller <tim@centricular.net>
configure.ac: Fix glib check
Original commit message from CVS:
* configure.ac:
2005-10-16 13:54:38 +0000 Thomas Vander Stichele <thomas@apestaart.org>
* common:
* gst/audioresample/gstaudioresample.c:
restructure configure.ac, use correct libtool LDFLAGS, fix up defines
Original commit message from CVS:
restructure configure.ac, use correct libtool LDFLAGS, fix up defines
2005-10-13 15:31:20 +0000 Stefan Kost <ensonic@users.sourceforge.net>
ex/: and more typos fixed
Original commit message from CVS:
* examples/stats/mp2ogg.c:
* ext/tarkin/tarkin.c: (tarkin_analysis_framein),
(tarkin_synthesis_packetin):
2005-10-13 11:37:39 +0000 Tim-Philipp Müller <tim@centricular.net>
ext/faac/gstfaac.c: Gst09-ize code a little bit more: use gst_pad_alloc_buffer(), move event handling from chain func...
Original commit message from CVS:
* ext/faac/gstfaac.c: (gst_faac_class_init), (gst_faac_init),
(gst_faac_sink_setcaps), (gst_faac_src_setcaps),
(gst_faac_sink_event), (gst_faac_chain), (gst_faac_set_property),
(gst_faac_get_property), (gst_faac_change_state):
Gst09-ize code a little bit more: use gst_pad_alloc_buffer(),
move event handling from chain function into an event function,
add some locks here and there, do some cleanups; disable 32-bit
integer and float input formats until we're sure that those
actually work (couldn't play back the produced files with
anything).
211063
211064
211065
211066
211067
211068
211069
211070
211071
211072
211073
211074
211075
211076
211077
211078
211079
211080
211081
211082
211083
211084
211085
211086
211087
211088
211089
211090
211091
211092
211093
211094
211095
211096
211097
211098
211099
211100
211101
211102
211103
211104
211105
211106
211107
211108
211109
211110
211111
211112
211113
211114
211115
211116
211117
211118
211119
211120
211121
211122
211123
211124
211125
211126
211127
211128
211129
211130
211131
211132
211133
211134
211135
211136
211137
211138
211139
211140
211141
211142
211143
211144
211145
211146
211147
2005-10-12 14:29:55 +0000 Stefan Kost <ensonic@users.sourceforge.net>
renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enum definition
Original commit message from CVS:
* examples/indexing/indexmpeg.c: (main):
* ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio),
(gst_artsdsink_close_audio), (gst_artsdsink_change_state):
* ext/artsd/gstartsdsink.h:
* ext/audiofile/gstafparse.c: (gst_afparse_open_file),
(gst_afparse_close_file):
* ext/audiofile/gstafparse.h:
* ext/audiofile/gstafsink.c: (gst_afsink_open_file),
(gst_afsink_close_file), (gst_afsink_chain),
(gst_afsink_change_state):
* ext/audiofile/gstafsink.h:
* ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
(gst_afsrc_close_file), (gst_afsrc_change_state):
* ext/audiofile/gstafsrc.h:
* ext/cdaudio/gstcdaudio.c: (gst_cdaudio_init):
* ext/directfb/directfbvideosink.c: (gst_directfbvideosink_init):
* ext/dts/gstdtsdec.c: (gst_dtsdec_init):
* ext/jack/gstjack.h:
* ext/jack/gstjackbin.c: (gst_jack_bin_init),
(gst_jack_bin_change_state):
* ext/musepack/gstmusepackdec.c: (gst_musepackdec_init):
* ext/musicbrainz/gsttrm.c: (gst_musicbrainz_init):
* ext/nas/nassink.c: (gst_nassink_open_audio),
(gst_nassink_close_audio), (gst_nassink_change_state):
* ext/nas/nassink.h:
* ext/polyp/polypsink.c: (gst_polypsink_init):
* ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state):
* ext/sdl/sdlvideosink.h:
* ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
* ext/sndfile/gstsf.c: (gst_sf_set_property),
(gst_sf_change_state), (gst_sf_release_request_pad),
(gst_sf_open_file), (gst_sf_close_file), (gst_sf_loop):
* ext/sndfile/gstsf.h:
* ext/swfdec/gstswfdec.c: (gst_swfdec_init):
* ext/tarkin/gsttarkindec.c: (gst_tarkindec_init):
* gst/apetag/apedemux.c: (gst_ape_demux_init):
* gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init):
* gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
* gst/festival/gstfestival.c: (gst_festival_change_state):
* gst/festival/gstfestival.h:
* gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
* gst/multifilesink/gstmultifilesink.c: (gst_multifilesink_init),
(gst_multifilesink_set_location), (gst_multifilesink_open_file),
(gst_multifilesink_close_file), (gst_multifilesink_next_file),
(gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
(gst_multifilesink_chain), (gst_multifilesink_change_state):
* gst/multifilesink/gstmultifilesink.h:
* gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
* sys/cdrom/gstcdplayer.c: (cdplayer_init):
* sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init),
(dxr3audiosink_open), (dxr3audiosink_close),
(dxr3audiosink_chain_pcm), (dxr3audiosink_chain_ac3),
(dxr3audiosink_change_state):
* sys/dxr3/dxr3audiosink.h:
* sys/dxr3/dxr3spusink.c: (dxr3spusink_init), (dxr3spusink_open),
(dxr3spusink_close), (dxr3spusink_chain),
(dxr3spusink_change_state):
* sys/dxr3/dxr3spusink.h:
* sys/dxr3/dxr3videosink.c: (dxr3videosink_init),
(dxr3videosink_open), (dxr3videosink_close),
(dxr3videosink_write_data), (dxr3videosink_change_state):
* sys/dxr3/dxr3videosink.h:
* sys/glsink/glimagesink.c: (gst_glimagesink_init):
* sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
(gst_qcamsrc_open), (gst_qcamsrc_close):
* sys/qcam/gstqcamsrc.h:
* sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
* sys/vcd/vcdsrc.c: (gst_vcdsrc_set_property), (gst_vcdsrc_get),
(gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
(gst_vcdsrc_change_state), (gst_vcdsrc_recalculate):
* sys/vcd/vcdsrc.h:
renamed GST_FLAGS macros to GST_OBJECT_FLAGS
moved bitshift from macro to enum definition
2005-10-12 13:54:34 +0000 Tim-Philipp Müller <tim@centricular.net>
ext/faac/gstfaac.c: Fix depth/width handling for float audio (#318659).
Original commit message from CVS:
Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
* ext/faac/gstfaac.c: (gst_faac_sink_setcaps):
Fix depth/width handling for float audio (#318659).
Stefan Kost
committed
2005-10-12 12:53:07 +0000 Tim-Philipp Müller <tim@centricular.net>
Tim-Philipp Müller
committed
ext/faac/gstfaac.c: Refcount fixes (#318659)
Original commit message from CVS:
Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
* ext/faac/gstfaac.c: (gst_faac_sink_setcaps),
(gst_faac_src_setcaps), (gst_faac_chain):
Refcount fixes (#318659)
Tim-Philipp Müller
committed
2005-10-12 09:15:40 +0000 Julien Moutte <julien@moutte.net>
Tim-Philipp Müller
committed
ext/Makefile.am: libvisual and snapshot are not here anymore.
Original commit message from CVS:
2005-10-12 Julien MOUTTE <julien@moutte.net>
* ext/Makefile.am: libvisual and snapshot are not here anymore.
Makes
automake-1.7 happy again.
2005-10-11 23:03:09 +0000 Tim-Philipp Müller <tim@centricular.net>
ext/faad/gstfaad.c: newsegment API update
Original commit message from CVS:
* ext/faad/gstfaad.c: (gst_faad_event):
newsegment API update
2005-10-11 16:34:36 +0000 Wim Taymans <wim.taymans@gmail.com>
gst/: newsegment API update.
Original commit message from CVS:
* gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
* gst/tta/gstttaparse.c: (gst_tta_parse_src_event),
(gst_tta_parse_parse_header):
newsegment API update.
ext/raw1394/gstdv1394src.c: Make interruptible, so it won't block forever in a read().
Original commit message from CVS:
2005-10-07 Andy Wingo <wingo@pobox.com>
* ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
block forever in a read().
2005-10-04 15:49:35 +0000 Christian Schaller <uraeus@gnome.org>
* gst-plugins-bad.spec.in:
fix spec file
Original commit message from CVS:
fix spec file
2005-10-03 18:00:32 +0000 Thomas Vander Stichele <thomas@apestaart.org>
back to head
Original commit message from CVS:
back to head
2005-10-03 17:50:21 +0000 Thomas Vander Stichele <thomas@apestaart.org>
* ChangeLog:
* NEWS:
* RELEASE:
* common:
211215
211216
211217
211218
211219
211220
211221
211222
211223
211224
211225
211226
211227
211228
211229
211230
211231
211232
211233
* po/af.po:
* po/az.po:
* po/cs.po:
* po/en_GB.po:
* po/hu.po:
* po/it.po:
* po/nb.po:
* po/nl.po:
* po/or.po:
* po/sq.po:
* po/sr.po:
* po/sv.po:
* po/uk.po:
* po/vi.po:
release time
Original commit message from CVS:
release time
2005-09-28 13:38:02 +0000 Wim Taymans <wim.taymans@gmail.com>
gst/qtdemux/qtdemux.c: No need to take stream lock here.
Original commit message from CVS:
* gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
No need to take stream lock here.
2005-09-26 17:57:56 +0000 Thomas Vander Stichele <thomas@apestaart.org>
* configure.ac:
fix build
Original commit message from CVS:
fix build
2005-09-26 15:19:38 +0000 Christian Schaller <uraeus@gnome.org>
* ChangeLog:
* common:
* configure.ac:
* gst/librfb/Makefile.am:
some disting and build fixes
Original commit message from CVS:
some disting and build fixes
2005-09-23 17:05:29 +0000 Edgard Lima <edgard.lima@indt.org.br>
Edgard Gusmão Lima
committed
Edgard Gusmão Lima
committed
* ext/gsm/Makefile.am:
* ext/gsm/gstgsm.c:
* ext/gsm/gstgsmdec.c:
Gsmdec ported to 0.9. Tested with filesrc ! gsmdec ! alsasink and osssink.
Original commit message from CVS:
Gsmdec ported to 0.9. Tested with filesrc ! gsmdec ! alsasink and osssink.
2005-09-23 16:40:27 +0000 David Schleef <ds@schleef.org>
gst/audioresample/: Convert to using gst debugging
Original commit message from CVS:
* gst/audioresample/Makefile.am:
* gst/audioresample/debug.h:
* gst/audioresample/gstaudioresample.c:
* gst/audioresample/resample.c: Convert to using gst debugging
Edgard Gusmão Lima
committed
2005-09-23 04:22:54 +0000 Thomas Vander Stichele <thomas@apestaart.org>
* ext/ladspa/Makefile.am:
fix build and use of GST_LIBS
Original commit message from CVS:
fix build and use of GST_LIBS
2005-09-22 11:17:26 +0000 Arwed v. Merkatz <v.merkatz@gmx.net>
* ChangeLog:
tta plugin ported to 0.9
Original commit message from CVS:
tta plugin ported to 0.9
2005-09-21 20:33:42 +0000 Flavio Oliveira <flavio.oliveira@indt.org.br>
* ext/gsm/gstgsmenc.c:
Setting caps on the outgoing buffers.
Original commit message from CVS:
Setting caps on the outgoing buffers.
2005-09-20 19:25:12 +0000 Thomas Vander Stichele <thomas@apestaart.org>
* ext/sdl/Makefile.am:
fix Makefile.am ugh
Original commit message from CVS:
fix Makefile.am ugh
2005-09-20 18:49:05 +0000 Edgard Lima <edgard.lima@indt.org.br>
Fixed configure.ac and ext/sdl/Makefile.am for sdl port to 0.9.
Original commit message from CVS:
Fixed configure.ac and ext/sdl/Makefile.am for sdl port to 0.9.
2005-09-19 21:51:02 +0000 Edgard Lima <edgard.lima@indt.org.br>
* ChangeLog:
sdlvideosink ported to 0.9 and tested with filesrc ! mpeg2dec
Original commit message from CVS:
sdlvideosink ported to 0.9 and tested with filesrc ! mpeg2dec
2005-09-19 21:47:54 +0000 Edgard Lima <edgard.lima@indt.org.br>
* PORTED_09:
* ext/sdl/Makefile.am:
* ext/sdl/sdlvideosink.c:
sdlvideosink ported to 0.9 and tested with filesrc ! mpeg2dec
Original commit message from CVS:
sdlvideosink ported to 0.9 and tested with filesrc ! mpeg2dec
2005-09-19 16:44:37 +0000 Thomas Vander Stichele <thomas@apestaart.org>
211340
211341
211342
211343
211344
211345
211346
211347
211348
211349
211350
211351
211352
211353
211354
211355
211356
211357
211358
211359
211360
211361
211362
211363
211364
211365
211366
211367
211368
211369
211370
211371
211372
211373
211374
211375
211376
211377
* Makefile.am:
* common:
add check-valgrind target
Original commit message from CVS:
add check-valgrind target
2005-09-09 17:53:47 +0000 Jan Schmidt <thaytan@mad.scientist.com>
check/: Add extra tests for basetransform based components.
Original commit message from CVS:
* check/Makefile.am:
* check/pipelines/simple_launch_lines.c: (setup_pipeline),
(run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
Add extra tests for basetransform based components.
Comment out the test_element_negotiation test until we decide
if it's testing correct behaviour.
* ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
(gst_visual_chain), (gst_visual_change_state):
Slightly more correct but still bogus timestamping.
Fix state change function.
* gst/audioconvert/gstaudioconvert.c:
(gst_audio_convert_class_init):
* gst/audioresample/gstaudioresample.c:
* gst/ffmpegcolorspace/gstffmpegcolorspace.c:
(gst_ffmpegcsp_class_init):
* gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
(gst_videoscale_prepare_size), (gst_videoscale_set_caps),
(gst_videoscale_prepare_image):
* gst/volume/gstvolume.c: (gst_volume_class_init),
(volume_transform_ip):
Basetransform updates. Enable passthrough modes.
* sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
(gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
(gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
Negotiation fix that allows the window to return to the original
size and renegotiate passthrough upstream. Extra debug output.
2005-09-08 15:56:38 +0000 Flavio Oliveira <flavio.oliveira@indt.org.br>
* configure.ac:
* gst/speed/Makefile.am:
* gst/speed/gstspeed.c:
Ported speed Plugin to GStreamer 0.9
Original commit message from CVS:
Ported speed Plugin to GStreamer 0.9
2005-09-06 14:06:55 +0000 Thomas Vander Stichele <thomas@apestaart.org>
* configure.ac:
back to HEAD
Original commit message from CVS:
back to HEAD
=== release 0.9.1 ===
2005-09-06 14:05:50 +0000 Thomas Vander Stichele <thomas@apestaart.org>
* NEWS:
* README:
* RELEASE:
* autogen.sh:
211405
211406
211407
211408
211409
211410
211411
211412
211413
211414
211415
211416
211417
211418
211419
211420
211421
211422
211423
211424
211425
211426
211427
211428
211429
211430
211431
211432
211433
211434
* common:
* configure.ac:
* gst-plugins.spec.in:
* po/af.po:
* po/az.po:
* po/cs.po:
* po/en_GB.po:
* po/hu.po:
* po/it.po:
* po/nb.po:
* po/nl.po:
* po/or.po:
* po/sq.po:
* po/sr.po:
* po/sv.po:
* po/uk.po:
* po/vi.po:
releasing 0.9.1
Original commit message from CVS:
releasing 0.9.1
2005-09-05 17:20:29 +0000 Jan Schmidt <thaytan@mad.scientist.com>
* ChangeLog:
* examples/gstplay/player.c:
* examples/stats/mp2ogg.c:
* ext/artsd/gstartsdsink.c:
* ext/audiofile/gstafsink.c:
* ext/audiofile/gstafsrc.c:
* ext/cdaudio/gstcdaudio.c:
* ext/dirac/gstdiracdec.cc:
* ext/directfb/directfbvideosink.c:
* ext/hermes/gsthermescolorspace.c:
* ext/ivorbis/vorbisfile.c:
* ext/jack/gstjack.c:
* ext/jack/gstjackbin.c:
* ext/lcs/gstcolorspace.c:
* ext/libmms/gstmms.c:
* ext/mpeg2enc/gstmpeg2enc.cc:
* ext/mplex/gstmplex.cc:
211447
211448
211449
211450
211451
211452
211453
211454
211455
211456
211457
211458
211459
211460
211461
211462
211463
211464
211465
211466
211467
211468
211469
* ext/musepack/gstmusepackdec.c:
* ext/musicbrainz/gsttrm.c:
* ext/nas/nassink.c:
* ext/polyp/polypsink.c:
* ext/sdl/sdlvideosink.c:
* ext/shout/gstshout.c:
* ext/smoothwave/gstsmoothwave.c:
* ext/sndfile/gstsf.c:
* ext/swfdec/gstswfdec.c:
* ext/tarkin/gsttarkindec.c:
* ext/xine/xine.c:
* ext/xine/xineaudiodec.c:
* ext/xine/xineaudiosink.c:
* ext/xine/xineinput.c:
* ext/xvid/gstxviddec.c:
* ext/xvid/gstxvidenc.c:
* gst/apetag/apedemux.c:
* gst/cdxaparse/gstcdxaparse.c:
* gst/cdxaparse/gstcdxastrip.c:
* gst/cdxaparse/gstvcdparse.c:
* gst/colorspace/gstcolorspace.c:
* gst/festival/gstfestival.c:
* gst/librfb/gstrfbsrc.c:
* gst/modplug/gstmodplug.cc:
* gst/mpeg1videoparse/gstmp1videoparse.c:
* gst/mpegaudioparse/gstmpegaudioparse.c:
* gst/multifilesink/gstmultifilesink.c:
* gst/smoothwave/gstsmoothwave.c:
* gst/speed/gstspeed.c:
* gst/switch/gstswitch.c:
* gst/videocrop/gstvideocrop.c:
* gst/videodrop/gstvideodrop.c:
* gst/y4m/gsty4mencode.c:
* po/af.po:
* po/az.po:
* po/cs.po:
* po/en_GB.po:
* po/hu.po:
* po/it.po:
* po/nb.po:
* po/nl.po:
* po/or.po:
* po/sq.po:
* po/sr.po:
* po/sv.po:
* po/uk.po:
* po/vi.po:
* sys/cdrom/gstcdplayer.c:
* sys/dxr3/dxr3audiosink.c:
* sys/dxr3/dxr3spusink.c:
* sys/dxr3/dxr3videosink.c:
* sys/glsink/glimagesink.c:
* sys/qcam/gstqcamsrc.c:
* sys/sunaudio/gstsunaudio.c:
* sys/sunaudio/gstsunaudiosrc.c:
* sys/sunaudio/gstsunelement.c:
* sys/v4l2/gstv4l2element.c:
* sys/v4l2/gstv4l2src.c:
* sys/vcd/vcdsrc.c:
Fix up all the state change functions.
Original commit message from CVS:
Fix up all the state change functions.
2005-09-05 15:10:18 +0000 Thomas Vander Stichele <thomas@apestaart.org>
* Makefile.am:
* configure.ac:
* ext/faad/gstfaad.c:
* gst-plugins-bad.spec.in:
* gst/qtdemux/qtdemux.c:
* po/POTFILES.in:
cleaning up bad
Original commit message from CVS:
cleaning up bad
2005-09-05 13:49:41 +0000 Thomas Vander Stichele <thomas@apestaart.org>
* ChangeLog:
* common:
* docs/random/ChangeLog-0.8:
created gst-plugins-bad
Original commit message from CVS:
created gst-plugins-bad
=== release 0.9.2 ===
2005-09-04 10:38:45 +0000 Thomas Vander Stichele <thomas@apestaart.org>
fix distcheck
Original commit message from CVS:
* common/gtk-doc-plugins.mak:
* docs/plugins/Makefile.am:
fix distcheck
* gst/audioresample/resample.c:
fix wrong docstring
2005-09-02 20:21:17 +0000 Flavio Oliveira <flavio.oliveira@indt.org.br>
* ChangeLog:
* PORTED_09:
* configure.ac:
* ext/Makefile.am:
211550
211551
211552
211553
211554
211555
211556
211557
211558
211559
211560
211561
211562
211563
211564
211565
211566
211567
211568
211569
211570
211571
211572
211573
211574
211575
211576
211577
211578
211579
211580
* ext/gsm/Makefile.am:
* ext/gsm/gstgsm.c:
* ext/gsm/gstgsmenc.c:
Ported GSM Encoder to GStreamer 0.9
Original commit message from CVS:
Ported GSM Encoder to GStreamer 0.9
2005-09-02 15:44:44 +0000 Andy Wingo <wingo@pobox.com>
* ext/ladspa/gstsignalprocessor.c:
All plugins updated for element state changes.
Original commit message from CVS:
2005-09-02 Andy Wingo <wingo@pobox.com>
* All plugins updated for element state changes.
2005-09-02 15:43:14 +0000 Andy Wingo <wingo@pobox.com>
* common:
* tests/check/elements/audioresample.c:
All plugins updated for element state changes.
Original commit message from CVS:
2005-09-02 Andy Wingo <wingo@pobox.com>
* All plugins updated for element state changes.
2005-09-01 19:53:12 +0000 Flavio Oliveira <flavio.oliveira@indt.org.br>
* PORTED_09:
update PORTED_09 file
Original commit message from CVS:
update PORTED_09 file