RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 603113 - import libvpx for WebM support
Summary: import libvpx for WebM support
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: distribution
Version: 6.0
Hardware: All
OS: Linux
low
medium
Target Milestone: rc
: ---
Assignee: RHEL Program Management
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On: 605271
Blocks: 603100 603110
TreeView+ depends on / blocked
 
Reported: 2010-06-11 14:54 UTC by Benjamin Otte
Modified: 2010-11-10 20:16 UTC (History)
8 users (show)

Fixed In Version: libvpx-0.9.0-7.el6
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-11-10 20:16:56 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
gas libvpx-0.9.0-6.fc14 (=F-13) - with removed BuildRequires: yasm (1.05 MB, patch)
2010-06-20 21:06 UTC, Jan Kratochvil
no flags Details | Diff
Comparison patch. (2.88 KB, patch)
2010-06-20 21:08 UTC, Jan Kratochvil
no flags Details | Diff

Description Benjamin Otte 2010-06-11 14:54:25 UTC
To add support for WebM, GStreamer needs libvpx packages imported from Fedora.

Comment 4 Jan Kratochvil 2010-06-20 21:06:06 UTC
Created attachment 425485 [details]
gas libvpx-0.9.0-6.fc14 (=F-13) - with removed BuildRequires: yasm

Comment 5 Jan Kratochvil 2010-06-20 21:08:43 UTC
Created attachment 425486 [details]
Comparison patch.

libvpx-0.9.0-6.fc14 adjusted to binary-match (tested only asm .o files) for verification of the gas variant.  This patch still builds libvpx by yasm.

vp8/decoder/x86/dequantize_mmx.asm
        pinsrw      mm0,    rcx,  0
- 20b:  48 0f c4 c1 00          pinsrw $0x0,%rcx,%mm0
+ 20b:  0f c4 c1 00             pinsrw $0x0,%ecx,%mm0

vp8/encoder/x86/sad_ssse3.asm
        mov             rax,  vp8_sad16x16x3_ssse3_jumptable - vp8_sad16x16x3_ssse3_do_jump
-      67:      48 b8 bb ff ff ff ff    movabs $0xffffffffffffffbb,%rax
-      6e:      ff ff ff
+      67:      48 c7 c0 bb ff ff ff    mov    $0xffffffffffffffbb,%rax
        mov             rax,  vp8_sad16x8x3_ssse3_jumptable - vp8_sad16x8x3_ssse3_do_jump

for i in `find -name "*.S"`;do strip -x $i.o;objdump -dr $i.o >2;objdump -dr ../libvpx-0.9.0-bc/`echo $i|sed 's/\.S$/.asm/'`.o >1;echo $i;diff -u 1 2;done|vi -

Comment 7 Jan Kratochvil 2010-06-21 21:00:55 UTC
BTW upstream has 0.9.1 (+newer GIT); Fedora Rawhide still contains 0.9.0.

One should check the upstream patches:
 * There is a stack non-executability implementation - it may affect SELinux.
 * There are various backend fixes which may not be immediately visible
   as the developer's machine chooses a different backend.

QA: All the supported optimized backends (MMX/SSE2/SSSE3/etc.) should be probably tested.

Post upstream (had to use Midori/webkit, it is Firefox/Gecko-incompatible):
http://groups.google.com/a/webmproject.org/group/codec-devel/browse_thread/thread/fb9c3945f26da209

Comment 8 Benjamin Otte 2010-06-30 15:59:32 UTC
The package was imported into CVS and successfully built.

Comment 12 releng-rhel@redhat.com 2010-11-10 20:16:56 UTC
Red Hat Enterprise Linux 6.0 is now available and should resolve
the problem described in this bug report. This report is therefore being closed
with a resolution of CURRENTRELEASE. You may reopen this bug report if the
solution does not work for you.


Note You need to log in before you can comment on or make changes to this bug.