Skip to content
Snippets Groups Projects
  1. Oct 23, 2005
  2. Oct 21, 2005
  3. Oct 20, 2005
    • Tim-Philipp Müller's avatar
      ext/faad/gstfaad.*: Do some timestamp smoothing (matroskademux apparently... · a979bd99
      Tim-Philipp Müller authored
      ext/faad/gstfaad.*: Do some timestamp smoothing (matroskademux apparently sends multiple buffers in a row with the sa...
      
      Original commit message from CVS:
      * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_class_init),
      (gst_faad_init), (gst_faad_srcgetcaps), (gst_faad_event),
      (gst_faad_chain), (gst_faad_change_state):
      * ext/faad/gstfaad.h:
      Do some timestamp smoothing (matroskademux apparently sends
      multiple buffers in a row with the same timestamp); fix
      duration on outgoing buffers; fix change state function; use
      GST_DEBUG_FUNCPTR for pad functions.
      a979bd99
  4. Oct 19, 2005
    • Wim Taymans's avatar
      gst/: API change fix. · f7d63a74
      Wim Taymans authored
      Original commit message from CVS:
      * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),
      (gst_qtdemux_handle_src_query):
      * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query):
      * gst/tta/gstttaparse.c: (gst_tta_parse_src_event),
      (gst_tta_parse_get_query_types), (gst_tta_parse_query):
      API change fix.
      f7d63a74
    • Tim-Philipp Müller's avatar
      configure.ac: All the cool kids use GST_DOCBOOK_CHECK now. · 8d8b5164
      Tim-Philipp Müller authored
      Original commit message from CVS:
      * configure.ac:
      All the cool kids use GST_DOCBOOK_CHECK now.
      8d8b5164
  5. Oct 18, 2005
  6. Oct 17, 2005
  7. Oct 16, 2005
  8. Oct 13, 2005
    • Stefan Kost's avatar
      ex/: and more typos fixed · e882eed9
      Stefan Kost authored
      Original commit message from CVS:
      * examples/stats/mp2ogg.c:
      * ext/tarkin/tarkin.c: (tarkin_analysis_framein),
      (tarkin_synthesis_packetin):
      and more typos fixed
      e882eed9
    • Tim-Philipp Müller's avatar
      ext/faac/gstfaac.c: Gst09-ize code a little bit more: use... · 82d5fdb7
      Tim-Philipp Müller authored
      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).
      82d5fdb7
  9. Oct 12, 2005
    • Stefan Kost's avatar
      renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enum definition · 36c2fc25
      Stefan Kost authored
      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
      36c2fc25
    • Tim-Philipp Müller's avatar
      ext/faac/gstfaac.c: Fix depth/width handling for float audio (#318659). · e9cfa88c
      Tim-Philipp Müller authored
      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).
      e9cfa88c
    • Tim-Philipp Müller's avatar
      ext/faac/gstfaac.c: Refcount fixes (#318659) · 085fdc27
      Tim-Philipp Müller authored
      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)
      085fdc27
    • Julien Moutte Moutte's avatar
      ext/Makefile.am: libvisual and snapshot are not here anymore. · ac0f8e69
      Julien Moutte Moutte authored
      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.
      ac0f8e69
  10. Oct 11, 2005
  11. Oct 07, 2005
  12. Oct 04, 2005
  13. Oct 03, 2005
  14. Sep 28, 2005
  15. Sep 26, 2005
  16. Sep 23, 2005
  17. Sep 22, 2005
  18. Sep 21, 2005
  19. Sep 20, 2005
  20. Sep 19, 2005
  21. Sep 09, 2005
    • Jan Schmidt's avatar
      check/: Add extra tests for basetransform based components. · 37fb8d01
      Jan Schmidt authored
      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.
      37fb8d01
  22. Sep 08, 2005
  23. Sep 06, 2005
  24. Sep 05, 2005
Loading