[Bug 708438] New: HEVC bitstream parser

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Sep 20 01:14:52 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=708438
  GStreamer | gst-plugins-bad | git

           Summary: HEVC bitstream parser
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: bsreerenj at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=255367)
 View: https://bugzilla.gnome.org/attachment.cgi?id=255367
 Review: https://bugzilla.gnome.org/review?bug=708438&attachment=255367

HEVC bitstream parser

The patch is adding HEVC(h265) bitstream parser to gst-plugins-bad. This is the
initial implementation and a few things need to optimize (i guess). 

One eg: it is using dynamic allocation for slice_hdr and SEI message header.
I would like to avoid it at least for slice_hdr.

I have a minimal videoparser also based on this bitstream parser API which
copied most of the code from h264parser. But didn't implement any format
conversions yet.

-- 
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