Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 140130 - x264-svn-20060612-r1.ebuild; added support to encode for playstation portable
Summary: x264-svn-20060612-r1.ebuild; added support to encode for playstation portable
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Marc Hildebrand (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-12 09:30 UTC by ebfe
Modified: 2006-12-09 15:43 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch against x264 to support pictiming, required to psp compatible video streams (x264-pictiming-magik.diff,15.79 KB, patch)
2006-07-12 09:32 UTC, ebfe
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ebfe 2006-07-12 09:30:51 UTC
hi,

this is my first ebuild, so don't hit me :\

i've modified x264-svn-20060612 so it may include magik's patch to support pictiming in x264. this is required to encode avc video streams that the playstation portable firmware can read.

here are the changes in the ebuild:

$ diff /usr/portage/media-libs/x264-svn/x264-svn-20060612.ebuild /usr/local/portage/media-libs/x264-svn/x264-svn-20060612-r1.ebuild
7c7
< IUSE="debug mp4 threads"
---
> IUSE="debug mp4 threads pictiming"
29a30,32
>       if use pictiming ; then
>               epatch "${FILESDIR}/x264-pictiming-magik.diff"
>       fi


i'll attach the patchfile to this bug, the source link is http://jonny.leffe.dnsalias.com/pmp_mod_avc/index.htm

the pictiming use flag is local to this very package, so normal users that do not require x264 to be patched, will get the normal version.
Comment 1 ebfe 2006-07-12 09:32:06 UTC
Created attachment 91578 [details, diff]
patch against x264 to support pictiming, required to psp compatible video streams
Comment 2 Alexis Ballier gentoo-dev 2006-12-07 05:10:12 UTC
Has this been sent to upstream ?
It's much better to send that to x264-svn devs so that they can integrate psp encoding.
Comment 3 ebfe 2006-12-09 15:43:25 UTC
outdated, 5 months old