Skip to content
Snippets Groups Projects
  1. Dec 01, 2005
  2. Nov 28, 2005
    • Julien Moutte Moutte's avatar
      ext/ffmpeg/gstffmpegenc.c: Add rtp-payload-size property. · fbf165cc
      Julien Moutte Moutte authored
      Original commit message from CVS:
      2005-11-28  Julien MOUTTE  <julien@moutte.net>
      
      * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_class_init),
      (gst_ffmpegenc_init), (gst_ffmpegenc_getcaps),
      (gst_ffmpegenc_setcaps), (gst_ffmpegenc_set_property),
      (gst_ffmpegenc_get_property): Add rtp-payload-size property.
      fbf165cc
    • Tim-Philipp Müller's avatar
      ext/ffmpeg/gstffmpegdec.c: Improve pixel aspect ratio handling when both the... · 85a322a4
      Tim-Philipp Müller authored
      ext/ffmpeg/gstffmpegdec.c: Improve pixel aspect ratio handling when both the demuxer and the decoder provide a pixel ...
      
      Original commit message from CVS:
      * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_close),
      (gst_ffmpegdec_setcaps), (gst_ffmpegdec_add_pixel_aspect_ratio),
      (gst_ffmpegdec_negotiate):
      Improve pixel aspect ratio handling when both the demuxer and the
      decoder provide a pixel aspect ratio: if one of the two ratios is
      1:1, use the other one; if both are non-1:1, use the one provided
      by the decoder (fixes matroska starwars test files); also add some
      locking here and there.
      85a322a4
  3. Nov 27, 2005
  4. Nov 23, 2005
  5. Nov 22, 2005
  6. Nov 21, 2005
  7. Nov 16, 2005
    • Luca Ognibene's avatar
      ext/ffmpeg/gstffmpegdec.c: My previous commit was not completly correct.. I've... · 8bf6ddc9
      Luca Ognibene authored
      ext/ffmpeg/gstffmpegdec.c: My previous commit was not completly correct.. I've disabled our _get_buffer function unti...
      
      Original commit message from CVS:
      * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_get_buffer):
      My previous commit was not completly correct.. I've disabled
      our _get_buffer function until we make it work 100%. I've opened a bug
      (#321662) for this issue.
      8bf6ddc9
    • Luca Ognibene's avatar
      ext/ffmpeg/gstffmpegdec.c: Fix some segfaults while seeking. When i have... · e6ada248
      Luca Ognibene authored
      ext/ffmpeg/gstffmpegdec.c: Fix some segfaults while seeking. When i have unreffed the buffer in _release_buffer i sho...
      
      Original commit message from CVS:
      * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_release_buffer),
      (gst_ffmpegdec_frame):
      Fix some segfaults while seeking. When i have unreffed
      the buffer in _release_buffer i should also set picture->opaque to
      NULL otherwise sometimes it can be unreffed another time in
      _frame causing an invalid read/write.
      e6ada248
  8. Nov 14, 2005
    • Andy Wingo Wingo's avatar
      configure.ac (GST_PLUGIN_LDFLAGS): -no-undefined for better debugging, allows... · 3ebe19c6
      Andy Wingo Wingo authored
      configure.ac (GST_PLUGIN_LDFLAGS): -no-undefined for better debugging, allows dll builds on windows. Fixes #316076.
      
      Original commit message from CVS:
      2005-11-14  Andy Wingo  <wingo@pobox.com>
      
      * configure.ac (GST_PLUGIN_LDFLAGS): -no-undefined for better
      debugging, allows dll builds on windows. Fixes #316076.
      3ebe19c6
    • Tim-Philipp Müller's avatar
      ext/ffmpeg/gstffmpegdec.c: Don't crash in debug message by dereferencing the... · b094df39
      Tim-Philipp Müller authored
      ext/ffmpeg/gstffmpegdec.c: Don't crash in debug message by dereferencing the NULL buffer gst_ffmpegdec_frame() gets p...
      
      Original commit message from CVS:
      * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_frame),
      (gst_ffmpegdec_sink_event):
      Don't crash in debug message by dereferencing the NULL buffer
      gst_ffmpegdec_frame() gets passed on EOS. Take STREAM_LOCK for
      EOS, TAG, NEWSEGMENT and FLUSH_STOP events.
      b094df39
  9. Nov 11, 2005
  10. Nov 08, 2005
  11. Nov 05, 2005
  12. Oct 26, 2005
    • Tim-Philipp Müller's avatar
      ext/ffmpeg/gstffmpegdec.c: Backported some fixes from 0.8. Most importantly,... · 13a44d4f
      Tim-Philipp Müller authored
      ext/ffmpeg/gstffmpegdec.c: Backported some fixes from 0.8. Most importantly, use demuxer's timestamping information i...
      
      Original commit message from CVS:
      * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
      (gst_ffmpegdec_close), (gst_ffmpegdec_open),
      (gst_ffmpegdec_setcaps), (gst_ffmpegdec_negotiate),
      (gst_ffmpegdec_frame), (gst_ffmpegdec_sink_event),
      (gst_ffmpegdec_chain):
      Backported some fixes from 0.8. Most importantly, use
      demuxer's timestamping information if we use its framerate
      value. Makes divx play properly again among other things
      (#319616, #313970, #317596). Did not backport memory leak
      fix.
      13a44d4f
    • Thomas Vander Stichele's avatar
      add a check-valgrind target · 96456892
      Thomas Vander Stichele authored
      Original commit message from CVS:
      add a check-valgrind target
      96456892
  13. Oct 23, 2005
    • Thomas Vander Stichele's avatar
      back to HEAD · 4f6bc1fc
      Thomas Vander Stichele authored
      Original commit message from CVS:
      back to HEAD
      4f6bc1fc
    • Thomas Vander Stichele's avatar
      releasing 0.9.4 · a6cab689
      Thomas Vander Stichele authored
      Original commit message from CVS:
      releasing 0.9.4
    • Julien Moutte Moutte's avatar
      ext/ffmpeg/Makefile.am: Fix build. · eb2e4a05
      Julien Moutte Moutte authored
      Original commit message from CVS:
      2005-10-23  Julien MOUTTE  <julien@moutte.net>
      
      * ext/ffmpeg/Makefile.am: Fix build.
      * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
      (gst_ffmpeg_caps_to_codecid), (gst_ffmpeg_get_codecid_longname):
      * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
      * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register): Add QDM2
      and TrueMotion 2.
      eb2e4a05
  14. Oct 11, 2005
  15. Oct 05, 2005
  16. Oct 03, 2005
  17. Sep 30, 2005
  18. Sep 22, 2005
  19. Sep 20, 2005
  20. Sep 19, 2005
  21. Sep 16, 2005
  22. Sep 13, 2005
Loading