[Bug 730783] bytereader: Improve the performance to find start code for H.264 and H.265

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed May 28 01:52:24 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=730783
  GStreamer | gstreamer (core) | git

--- Comment #7 from Sungho Bae <baver.bae at lge.com> 2014-05-28 08:52:21 UTC ---
(In reply to comment #2)
> (From update of attachment 277253 [details])
> This also needs a check if a compiler is uesd that can handle gnu style inline
> assembler

I compiled and tested the gstreamer core with my patch using gcc cross compiler
for arm architecture.
Of course I checked whether or not the output binary object has correct
assembly code using objdump.

I reviewed documents related to clang/llvm and intel c++ compiler.
Those compiler support gnu-style inline assembler as follows:
- clang/llvm: http://clang.llvm.org/compatibility.html
- intel c++ compiler:
https://software.intel.com/sites/products/documentation/doclib/iss/2013/compiler/cpp-lin/GUID-5100C4FC-BC2F-4E36-943A-120CFFFB4285.htm

If you know other compilers we need to consider, let me know them.

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