[gstreamer-bugs] [Bug 301783] New: [PATCH] enable our get/release_buffer functions in ffmpegdec

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Sun Apr 24 04:24:36 PDT 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=301783
 GStreamer | gst-ffmpeg | Ver: HEAD CVS

           Summary: [PATCH] enable our get/release_buffer functions in
                    ffmpegdec
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-ffmpeg
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: luogni at tin.it
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


This patch enable our get/release_buffer functions in ffmpegdec. There are two
define in the code:
- ENABLE_OUR_GET_BUFFER
  This define enables the patch. 
- FORCE_OUR_GET_BUFFER
  This define forces the usage of our get/release functions even if ffmpeg needs
to align width or height. 

The performance gain is something like 20% (ex. from 25% to 19%) when playing an
"aligned" video, it's ~5% (ex. from 43% to 40%) when width or height needs to be
aligned. 
Right now there is no codec whitelist/blacklist because i don't know how to test
it :) I have only xvid or divx files and they all works fine..

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list