Skip to content
Snippets Groups Projects
  1. Jun 10, 2005
  2. Jun 09, 2005
  3. Jun 08, 2005
  4. Jun 03, 2005
  5. May 24, 2005
  6. May 17, 2005
  7. May 15, 2005
    • Luca Ognibene's avatar
      ext/ffmpeg/: Add ffdeinterlace element · a4cf1e11
      Luca Ognibene authored
      Original commit message from CVS:
      * ext/ffmpeg/Makefile.am:
      * ext/ffmpeg/gstffmpegdeinterlace.c:
      * ext/ffmpeg/gstffmpeg.c (plugin_init):
      Add ffdeinterlace element
      * TODO:
      yo, another thing removed from the TODO
      a4cf1e11
  8. May 14, 2005
  9. May 13, 2005
  10. May 11, 2005
    • Luca Ognibene's avatar
      change my email in the ChangeLog · 63d6ce92
      Luca Ognibene authored
      Original commit message from CVS:
      change my email in the ChangeLog
      63d6ce92
    • Luca Ognibene's avatar
      ext/ffmpeg/: Makes ffmpegdec and ffmpegenc use these functions and remove a... · 6e5fa03b
      Luca Ognibene authored
      ext/ffmpeg/: Makes ffmpegdec and ffmpegenc use these functions and remove a comment from a previuos patch
      
      Original commit message from CVS:
      * ext/ffmpeg/gstffmpegenc.c (gst_ffmpegenc_chain_video):
      * ext/ffmpeg/gstffmpegdec.c (gst_ffmpegdec_chain):
      Makes ffmpegdec and ffmpegenc use these functions
      and remove a comment from a previuos patch
      
      * ext/ffmpeg/gstffmpegcodecmap.h:
      Add two utility functions to convert the pts from/to
      the ffmpeg format
      6e5fa03b
  11. May 06, 2005
    • Ronald S. Bultje's avatar
      ext/ffmpeg/gstffmpegdec.c: Re-re-enable get_/release_buffer functions, removes... · d840f938
      Ronald S. Bultje authored
      ext/ffmpeg/gstffmpegdec.c: Re-re-enable get_/release_buffer functions, removes a few more percent of our CPU usage (#...
      
      Original commit message from CVS:
      Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
      * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
      (gst_ffmpegdec_open), (gst_ffmpegdec_connect),
      (gst_ffmpegdec_get_buffer), (gst_ffmpegdec_release_buffer),
      (gst_ffmpegdec_frame), (gst_ffmpegdec_change_state):
      Re-re-enable get_/release_buffer functions, removes a few more
      percent of our CPU usage (#301783).
      d840f938
  12. May 02, 2005
  13. May 01, 2005
  14. Apr 25, 2005
  15. Apr 23, 2005
  16. Apr 21, 2005
  17. Apr 18, 2005
  18. Apr 16, 2005
  19. Apr 14, 2005
    • Ronald S. Bultje's avatar
      ext/ffmpeg/gstffmpegdec.c: Safety bet to not completely crush the system on... · 15ffb297
      Ronald S. Bultje authored
      ext/ffmpeg/gstffmpegdec.c: Safety bet to not completely crush the system on EOS. Fixes the bad behaviour of #300200 (...
      
      Original commit message from CVS:
      * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_handle_event):
      Safety bet to not completely crush the system on EOS. Fixes the
      bad behaviour of #300200 (doesn't fix the actual issue).
      15ffb297
  20. Apr 02, 2005
    • Ronald S. Bultje's avatar
      ext/ffmpeg/gstffmpegdec.c: Fix breakage of testsuite by adding keyframe... · 395ebbdf
      Ronald S. Bultje authored
      ext/ffmpeg/gstffmpegdec.c: Fix breakage of testsuite by adding keyframe syncing; changed to sync only for some stream...
      
      Original commit message from CVS:
      * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_open),
      (gst_ffmpegdec_handle_event):
      Fix breakage of testsuite by adding keyframe syncing; changed
      to sync only for some streamtypes (MPEG-2/-4, for now).
      * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_add):
      Add tags.
      395ebbdf
  21. Apr 01, 2005
  22. Mar 14, 2005
    • Ronald S. Bultje's avatar
      ext/ffmpeg/gstffmpeg.c: Enable muxers (only mp4 muxer for now). · c74a433d
      Ronald S. Bultje authored
      Original commit message from CVS:
      * ext/ffmpeg/gstffmpeg.c: (plugin_init):
      Enable muxers (only mp4 muxer for now).
      * ext/ffmpeg/gstffmpegcodecmap.c:
      (gst_ffmpeg_formatid_get_codecids), (gst_ffmpeg_caps_to_codecid):
      * ext/ffmpeg/gstffmpegcodecmap.h:
      Fix a bunch of typos in codec-id lookup (false/true return value
      mixup), add a codec-id list retrieval function (because ffmpeg
      does not provide one). With that, we can make valid pad templates.
      * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_init),
      (gst_ffmpegmux_connect), (gst_ffmpegmux_loop),
      (gst_ffmpegmux_change_state), (gst_ffmpegmux_get_id_caps),
      (gst_ffmpegmux_register):
      Fix for whatever changed since I last tried this. Works for MP4
      muxing.
      * ext/ffmpeg/gstffmpegprotocol.c: (gst_ffmpegdata_open),
      (gst_ffmpegdata_peek), (gst_ffmpegdata_write),
      (gst_ffmpegdata_seek), (gst_ffmpegdata_close):
      Update obviously-untested write code...
      c74a433d
  23. Mar 12, 2005
  24. Mar 11, 2005
  25. Mar 06, 2005
  26. Feb 05, 2005
  27. Feb 03, 2005
  28. Feb 01, 2005
  29. Jan 31, 2005
    • Ronald S. Bultje's avatar
      ext/ffmpeg/gstffmpegdec.c: Implement B-frame skipping and low-resolution... · d40aa0a0
      Ronald S. Bultje authored
      ext/ffmpeg/gstffmpegdec.c: Implement B-frame skipping and low-resolution decoding (useful for very slow CPUs).
      
      Original commit message from CVS:
      * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_lowres_get_type),
      (gst_ffmpegdec_skipframe_get_type), (gst_ffmpegdec_class_init),
      (gst_ffmpegdec_init), (gst_ffmpegdec_connect),
      (gst_ffmpegdec_frame), (gst_ffmpegdec_set_property),
      (gst_ffmpegdec_get_property):
      Implement B-frame skipping and low-resolution decoding (useful
      for very slow CPUs).
      d40aa0a0
  30. Jan 28, 2005
    • Ronald S. Bultje's avatar
      ext/ffmpeg/: Oops, unbreak audio. · 68331a35
      Ronald S. Bultje authored
      Original commit message from CVS:
      * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
      * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
      Oops, unbreak audio.
      68331a35
Loading