Skip to content
Snippets Groups Projects
  1. Jul 21, 2004
  2. Jul 16, 2004
  3. Jul 08, 2004
  4. Jul 07, 2004
  5. Jul 03, 2004
  6. Jun 14, 2004
  7. Jun 07, 2004
    • Ronald S. Bultje's avatar
      ext/ffmpeg/gstffmpeg.c: Remove redundant calls which are called internally already. · bc0e141e
      Ronald S. Bultje authored
      Original commit message from CVS:
      * ext/ffmpeg/gstffmpeg.c: (plugin_init):
      Remove redundant calls which are called internally already.
      * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_with_codecid):
      Indenting...
      * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop),
      (gst_ffmpegdemux_register):
      Remove typefind functions and rank for demuxers for any demuxer
      that we already have in GStreamer.
      bc0e141e
  8. May 18, 2004
  9. May 16, 2004
  10. May 14, 2004
    • Stéphane Loeuillet's avatar
      dummy change to make build bots compile ffmpeg · f49587b4
      Stéphane Loeuillet authored
      Original commit message from CVS:
      dummy change to make build bots compile ffmpeg
      f49587b4
    • Ronald S. Bultje's avatar
      ext/ffmpeg/: Fix up demuxer. Works now for all my files that I tried, even... · 028d9567
      Ronald S. Bultje authored
      ext/ffmpeg/: Fix up demuxer. Works now for all my files that I tried, even quicktime. I basically hack around the sup...
      
      Original commit message from CVS:
      * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_src_event),
      (gst_ffmpegdemux_src_query), (gst_ffmpegdemux_src_convert),
      (gst_ffmpegdemux_open), (gst_ffmpegdemux_loop):
      * ext/ffmpeg/gstffmpegprotocol.c: (gst_ffmpegdata_open),
      (gst_ffmpegdata_read), (gst_ffmpegdata_write),
      (gst_ffmpegdata_seek):
      Fix up demuxer. Works now for all my files that I tried, even
      quicktime. I basically hack around the super-oversimplistic file
      I/O handling in ffmpeg in several ways together, and I also hack
      around the fairly annoying EOS-will-pause-the-source-element in
      GStreamer itself.
      This code is not pretty.
      028d9567
  11. May 11, 2004
  12. May 10, 2004
  13. May 09, 2004
  14. May 04, 2004
  15. May 01, 2004
  16. Apr 30, 2004
  17. Apr 29, 2004
  18. Apr 23, 2004
  19. Apr 22, 2004
  20. Apr 19, 2004
    • Benjamin Otte's avatar
      ext/ffmpeg/gstffmpegdemux.c: reduce maximum probability in typefinding to... · 73c5b14a
      Benjamin Otte authored
      ext/ffmpeg/gstffmpegdemux.c: reduce maximum probability in typefinding to POSSIBLE. prevents misidentification of my ...
      
      Original commit message from CVS:
      * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_type_find):
      reduce maximum probability in typefinding to POSSIBLE. prevents
      misidentification of my mp3s as video/mpeg
      73c5b14a
  21. Apr 16, 2004
    • Ronald S. Bultje's avatar
      ext/ffmpeg/gstffmpegcolorspace.c: NULL -> (NULL) inside GST_ELEMENT_ERROR(). · c5ebf684
      Ronald S. Bultje authored
      Original commit message from CVS:
      * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
      NULL -> (NULL) inside GST_ELEMENT_ERROR().
      c5ebf684
    • Ronald S. Bultje's avatar
      ext/ffmpeg/gstffmpegcodecmap.*: Change some function names to reflect that... · d8f7d245
      Ronald S. Bultje authored
      ext/ffmpeg/gstffmpegcodecmap.*: Change some function names to reflect that they don't really _return_ something, but ...
      
      Original commit message from CVS:
      * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_get_palette),
      (gst_ffmpeg_set_palette), (gst_ffmpeg_codecid_to_caps),
      (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_smpfmt),
      (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpeg_caps_with_codectype),
      (gst_ffmpeg_caps_with_codecid), (gst_ffmpeg_caps_to_codecid):
      * ext/ffmpeg/gstffmpegcodecmap.h:
      Change some function names to reflect that they don't really
      _return_ something, but rather _use_ something to fill a
      AVCodecContext. s/to/with/. Restructure the extradata handling,
      it's now not picking up the type from the caps but rather
      using the type as provided in the function. This is a lot
      cleaner. Implement MS RLE palette pickup.
      * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_pad_link):
      * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
      Sync with the above function name changes.
      * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_close),
      (gst_ffmpegdec_open), (gst_ffmpegdec_connect),
      (gst_ffmpegdec_chain), (gst_ffmpegdec_change_state):
      Add some hacks to convert palette-based raw image formats to
      RGBA32. Ugly, but I don't know how else to handle palette-based
      RGB, since img_convert() (and thus ffcolorspace) doesn't accept
      a palette as argument.
      d8f7d245
  22. Apr 14, 2004
  23. Apr 11, 2004
  24. Apr 09, 2004
  25. Apr 06, 2004
    • Benjamin Otte's avatar
      ext/ffmpeg/: fix memleaks · 50a9ae36
      Benjamin Otte authored
      Original commit message from CVS:
      * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
      * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_register):
      fix memleaks
      50a9ae36
  26. Apr 04, 2004
  27. Apr 03, 2004
  28. Mar 29, 2004
  29. Mar 25, 2004
    • Ronald S. Bultje's avatar
      ext/ffmpeg/: Fix category. · d5cfdabb
      Ronald S. Bultje authored
      Original commit message from CVS:
      * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
      * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
      Fix category.
      * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_class_init),
      (gst_ffmpegdemux_init), (gst_ffmpegdemux_close):
      Slightly rewrite the init function, old one was ugly. Also remove
      dispose function since it's obsolete, the change_state function
      cleans up already. Also fixes segfault in test-app
      gstreamer/tests/instantiate/create
      d5cfdabb
  30. Mar 24, 2004
    • Benjamin Otte's avatar
      configure.ac: only export gst* symbols · c9305d90
      Benjamin Otte authored
      Original commit message from CVS:
      * configure.ac:
      only export gst* symbols
      * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
      change g_warning to debugging message, that wasn't a programming
      error
      c9305d90
  31. Mar 18, 2004
  32. Mar 17, 2004
Loading