Skip to content
Snippets Groups Projects
  1. Nov 11, 2005
  2. Oct 27, 2005
    • Wim Taymans's avatar
      ext/mpeg2dec/gstmpeg2dec.c: Forward GstFlowReturn about everywhere. · badeda5a
      Wim Taymans authored
      Original commit message from CVS:
      * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
      (gst_mpeg2dec_alloc_buffer), (gst_mpeg2dec_negotiate_format),
      (handle_sequence), (handle_picture), (handle_slice),
      (gst_mpeg2dec_chain), (gst_mpeg2dec_src_query), (normal_seek),
      (gst_mpeg2dec_src_event), (gst_mpeg2dec_change_state):
      Forward GstFlowReturn about everywhere.
      Handle seeking correctly.
      badeda5a
    • Wim Taymans's avatar
      ext/mpeg2dec/gstmpeg2dec.c: Small cleanups in refcounting. · 65d9a9f1
      Wim Taymans authored
      Original commit message from CVS:
      * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format),
      (handle_sequence), (handle_slice), (gst_mpeg2dec_chain),
      (gst_mpeg2dec_src_query), (gst_mpeg2dec_change_state):
      Small cleanups in refcounting.
      65d9a9f1
  3. Oct 26, 2005
    • Wim Taymans's avatar
      ext/mpeg2dec/gstmpeg2dec.*: Removed lots of dubious code. · 535cd3d2
      Wim Taymans authored
      Original commit message from CVS:
      * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
      (gst_mpeg2dec_dispose), (gst_mpeg2dec_reset),
      (gst_mpeg2dec_alloc_buffer), (gst_mpeg2dec_negotiate_format),
      (handle_sequence), (handle_picture):
      * ext/mpeg2dec/gstmpeg2dec.h:
      Removed lots of dubious code.
      Handle flushing and seeking correctly. Still leaks though...
      535cd3d2
  4. Oct 24, 2005
  5. Oct 23, 2005
  6. Oct 21, 2005
  7. Oct 20, 2005
  8. Oct 19, 2005
    • Wim Taymans's avatar
      API change fixen. · dcd58b75
      Wim Taymans authored
      Original commit message from CVS:
      * ext/amrnb/amrnbparse.c: (gst_amrnbparse_query),
      (gst_amrnbparse_state_change):
      * ext/mad/gstid3tag.c: (gst_id3_tag_src_query):
      * ext/mad/gstmad.c: (gst_mad_get_query_types), (gst_mad_src_query):
      * ext/mpeg2dec/gstmpeg2dec.c:
      * ext/sidplay/gstsiddec.cc:
      * gst/realmedia/rmdemux.c: (gst_rmdemux_validate_offset),
      (gst_rmdemux_src_query), (gst_rmdemux_src_query_types):
      API change fixen.
      dcd58b75
    • Tim-Philipp Müller's avatar
      configure.ac: GST_DOC has been renamed to GST_DOCBOOK_CHECK · da23b1f5
      Tim-Philipp Müller authored
      Original commit message from CVS:
      * configure.ac:
      GST_DOC has been renamed to GST_DOCBOOK_CHECK
      da23b1f5
    • Thomas Vander Stichele's avatar
      configure.ac: some docs I had · 2cf904b9
      Thomas Vander Stichele authored
      Original commit message from CVS:
      
      * configure.ac:
      some docs I had
      * ext/amrnb/amrnbenc.c: (gst_amrnbenc_chain):
      trivial fixes
      2cf904b9
  9. Oct 18, 2005
  10. Oct 17, 2005
  11. Oct 16, 2005
  12. Oct 13, 2005
  13. Oct 12, 2005
    • Stefan Kost's avatar
      renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enum definition · 470f3bb8
      Stefan Kost authored
      Original commit message from CVS:
      * examples/indexing/indexmpeg.c: (main):
      * ext/a52dec/gsta52dec.c: (gst_a52dec_init):
      * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_is_open),
      (dvdnavsrc_set_property), (dvdnavsrc_open), (dvdnavsrc_close),
      (dvdnavsrc_event), (dvdnavsrc_convert), (dvdnavsrc_query):
      * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_set_property),
      (dvdreadsrc_srcpad_query), (dvdreadsrc_get),
      (dvdreadsrc_open_file), (dvdreadsrc_close_file):
      * ext/dvdread/dvdreadsrc.h:
      * ext/lame/gstlame.h:
      * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init):
      * gst/asfdemux/gstasfmux.c: (gst_asfmux_init):
      * gst/iec958/ac3iec.h:
      * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init):
      * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_init):
      * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init):
      * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_init):
      * gst/synaesthesia/gstsynaesthesia.c: (gst_synaesthesia_init):
      renamed GST_FLAGS macros to GST_OBJECT_FLAGS
      moved bitshift from macro to enum definition
      470f3bb8
  14. Oct 11, 2005
    • Wim Taymans's avatar
      newsegment API update. · f7690579
      Wim Taymans authored
      Original commit message from CVS:
      * ext/mad/gstid3tag.c: (gst_id3_tag_sink_event):
      * ext/mad/gstmad.c: (gst_mad_chain):
      * gst/mpegaudioparse/gstmpegaudioparse.c:
      (gst_mp3parse_sink_event), (gst_mp3parse_chain):
      * gst/realmedia/rmdemux.c: (gst_rmdemux_perform_seek),
      (gst_rmdemux_chain), (gst_rmdemux_add_stream):
      newsegment API update.
      f7690579
  15. Oct 06, 2005
    • Wim Taymans's avatar
      ext/amrnb/amrnbdec.c: Mark invalid frame sizes · fae42be5
      Wim Taymans authored
      Original commit message from CVS:
      * ext/amrnb/amrnbdec.c:
      Mark invalid frame sizes
      
      * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
      UNUSABLE is not to be used here, just push out stuff so
      probes can continue linking or making the pad usable.
      fae42be5
  16. Oct 05, 2005
  17. Oct 03, 2005
  18. Sep 30, 2005
  19. Sep 29, 2005
    • Michael Smith's avatar
      gst/realmedia/rmdemux.c: Real demuxer fixes. Make it more bulletproof against... · 3dc55cb7
      Michael Smith authored
      gst/realmedia/rmdemux.c: Real demuxer fixes. Make it more bulletproof against bad data, identify a few more stream ty...
      
      Original commit message from CVS:
      * gst/realmedia/rmdemux.c: (gst_rmdemux_src_event),
      (gst_rmdemux_perform_seek), (gst_rmdemux_loop),
      (gst_rmdemux_send_event), (gst_rmdemux_add_stream),
      (gst_rmdemux_parse_mdpr), (gst_rmdemux_parse_packet):
      Real demuxer fixes. Make it more bulletproof against bad data,
      identify a few more stream types.
      Fix seeking so that it works (at least with the seek example
      program; it still fails with totem).
      3dc55cb7
  20. Sep 26, 2005
  21. Sep 21, 2005
    • Flavio Oliveira's avatar
      Changed amrnbenc description, it is an encoder, not decoder. · a1c1d430
      Flavio Oliveira authored
      Original commit message from CVS:
      Changed amrnbenc description, it is an encoder, not decoder.
      a1c1d430
    • Michael Smith's avatar
      Various changes to AC3->IEC958 framer. Mostly to make our IEC958 headers and... · 5e1a50c7
      Michael Smith authored
      Various changes to AC3->IEC958 framer. Mostly to make our IEC958 headers and dump the frame (as a probable sync failu...
      
      Original commit message from CVS:
      Various changes to AC3->IEC958 framer. Mostly to make our IEC958 headers
      more accurate, and to check AC3 checksums (both of them in each frame),
      and dump the frame (as a probable sync failure) if they don't match.
      General code cleanup, improved comments. Changed to not construct the
      header backwards, and not byteswap everything else. If we end up needing
      to do little-endian output, we should swap in the element doing the
      output (AC3 is big-endian).
      5e1a50c7
  22. Sep 20, 2005
  23. Sep 19, 2005
Loading