[Bug 681454] New: [0.11] Should enforce memory alignment in video encoders and audio encoders/decoders

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Aug 8 07:46:11 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=681454
  GStreamer | gst-ffmpeg | 0.11.x

           Summary: [0.11] Should enforce memory alignment in video
                    encoders and audio encoders/decoders
    Classification: Platform
           Product: GStreamer
           Version: 0.11.x
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-ffmpeg
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: slomo at circular-chaos.org
         QAContact: gstreamer-bugs at lists.freedesktop.org
                CC: t.i.m at zen.co.uk, slomo at circular-chaos.org,
                    rawoul at gmail.com
        Depends on: 680796
     GNOME version: ---


+++ This bug was initially created as a clone of Bug #680796 +++

AVPacket memory needs to be 32-byte aligned at least and needs to have
FF_INPUT_BUFFER_PADDING_SIZE zero-padding at the end. AVFrame needs to have
32-byte aligned memory addresses in every AVFrame.data[] element, and also
needs to use avcodec_align_dimensions2() to get the allocated
width/height/linesize/etc

The video decoder does all that.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list