• 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 29
FFmpeg version bump + XBMC add-on patches.
#46
(2013-03-05, 14:27)Wanilton Wrote: @flyingrat, need the 3 steps, for create one install for win os.
I've read the wiki, but thanks anyway! I've also debugged and altered necessary build scripts to make the new ffmpeg libs to build in on win32 thus I'm quite aware of how the build scripts work (or don't work Smile). If you refresh your local xbmc repo you only need (AFAIK) BuildSetup.bat thus the question still remains, how is the Win32 Nightly Builds performed?
1. XBMC: http://github.com/FlyingRat/xbmc (ffmpeg-head-inc-xbmc-patches)
2. FFmpeg: http://github.com/FlyingRat/FFmpeg (ffmpeg-head-with-xbmc-custom-patches)
3. XBMC-updated-FFmpeg-binaries (just dev snapshots, no regular distros)
Reply
#47
ffmpeg 1.1.3 has been released... The XBMC patches ported to 1.1.2 still work on 1.1.3...
Reply
#48
Thumbs Up 
(2013-03-05, 15:10)vicbitter Wrote: ffmpeg 1.1.3 has been released... The XBMC patches ported to 1.1.2 still work on 1.1.3...
Thanks for the update! I'll update the fork and will let you know when it's done...
1. XBMC: http://github.com/FlyingRat/xbmc (ffmpeg-head-inc-xbmc-patches)
2. FFmpeg: http://github.com/FlyingRat/FFmpeg (ffmpeg-head-with-xbmc-custom-patches)
3. XBMC-updated-FFmpeg-binaries (just dev snapshots, no regular distros)
Reply
#49
You can clearly see the 1.1.3 tag in Github but I couldn't find any release info on the ffmpeg home page. Where are new minor releases announced normally? (in the mailing lists??)
1. XBMC: http://github.com/FlyingRat/xbmc (ffmpeg-head-inc-xbmc-patches)
2. FFmpeg: http://github.com/FlyingRat/FFmpeg (ffmpeg-head-with-xbmc-custom-patches)
3. XBMC-updated-FFmpeg-binaries (just dev snapshots, no regular distros)
Reply
#50
You find the "release information" a bit down this page: http://ffmpeg.org/download.html
where they also link to the changelog http://git.videolan.org/?p=ffmpeg.git;a=...g;h=n1.1.3

I think one important thing might be security fixes: http://www.us-cert.gov/ncas/bulletins/SB13-063
Reply
#51
(2013-03-05, 17:52)flyingrat Wrote: You can clearly see the 1.1.3 tag in Github but I couldn't find any release info on the ffmpeg home page. Where are new minor releases announced normally? (in the mailing lists??)

See http://ffmpeg.org/download.html#releases
Reply
#52
(2013-03-05, 19:41)matander Wrote: You find the "release information" a bit down this page: http://ffmpeg.org/download.html
where they also link to the changelog http://git.videolan.org/?p=ffmpeg.git;a=...g;h=n1.1.3

I think one important thing might be security fixes: http://www.us-cert.gov/ncas/bulletins/SB13-063

(2013-03-05, 19:41)jjd-uk Wrote:
(2013-03-05, 17:52)flyingrat Wrote: You can clearly see the 1.1.3 tag in Github but I couldn't find any release info on the ffmpeg home page. Where are new minor releases announced normally? (in the mailing lists??)

See http://ffmpeg.org/download.html#releases

Thanks for the pointers! What did I think of, it's quite obvious that this info is located half way down on the download page and not in the news section. Wink Wink Wink
1. XBMC: http://github.com/FlyingRat/xbmc (ffmpeg-head-inc-xbmc-patches)
2. FFmpeg: http://github.com/FlyingRat/FFmpeg (ffmpeg-head-with-xbmc-custom-patches)
3. XBMC-updated-FFmpeg-binaries (just dev snapshots, no regular distros)
Reply
#53
buildbot always builds from an empty dir. So the full circus everytime.
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#54
FFmpeg n1.1.3 + xbmc add on patches seems fine although I've only had time to test build the win32 environment tonight. Note: work is done locally, i.e. no changes pushed to github yet...

Btw, I'm still having a lot of problems with DownloadBuildDeps.bat which results in missing or corrupt libs. This is due to the lack of error checking in dlextract.bat when downloading from non working mirror sites.
1. XBMC: http://github.com/FlyingRat/xbmc (ffmpeg-head-inc-xbmc-patches)
2. FFmpeg: http://github.com/FlyingRat/FFmpeg (ffmpeg-head-with-xbmc-custom-patches)
3. XBMC-updated-FFmpeg-binaries (just dev snapshots, no regular distros)
Reply
#55
flyingrat, see https://github.com/xbmc/xbmc/pull/2385
Reply
#56
(2013-03-07, 02:40)Karlson2k Wrote: flyingrat, see https://github.com/xbmc/xbmc/pull/2385
Great, exactly what I was looking for! Thank you very much, sir. SmileSmileSmile
1. XBMC: http://github.com/FlyingRat/xbmc (ffmpeg-head-inc-xbmc-patches)
2. FFmpeg: http://github.com/FlyingRat/FFmpeg (ffmpeg-head-with-xbmc-custom-patches)
3. XBMC-updated-FFmpeg-binaries (just dev snapshots, no regular distros)
Reply
#57
Fork "https://github.com/FlyingRat/xbmc-ffmpeg-v1.1-bump" is now updated with FFmpeg 1.1.3 including xbmc add on patches. I'll add the win32 changes as soon as I get my f*n vmware partiton to work again Undecided. Most changes in the xbmc tree (except ffmpeg) are temporary labeled with @FFMPEG113.

Xbmc add on patches are now managed in the FFmpeg fork "https://github.com/FlyingRat/FFmpeg-with...om-patches", in the separate branch "n1.1.3-xbmc".

Please test and/or review, feedback is welcome!
1. XBMC: http://github.com/FlyingRat/xbmc (ffmpeg-head-inc-xbmc-patches)
2. FFmpeg: http://github.com/FlyingRat/FFmpeg (ffmpeg-head-with-xbmc-custom-patches)
3. XBMC-updated-FFmpeg-binaries (just dev snapshots, no regular distros)
Reply
#58
(2013-03-07, 08:33)flyingrat Wrote:
(2013-03-07, 02:40)Karlson2k Wrote: flyingrat, see https://github.com/xbmc/xbmc/pull/2385
Great, exactly what I was looking for! Thank you very much, sir. SmileSmileSmile
What's the best way to add the PR above to the fork "FlyingRat/xbmc-ffmpeg-v1.1-bump" without causing to much trouble upstreams, will for example "git cherry-pick" do the work even though it creates new commits?
1. XBMC: http://github.com/FlyingRat/xbmc (ffmpeg-head-inc-xbmc-patches)
2. FFmpeg: http://github.com/FlyingRat/FFmpeg (ffmpeg-head-with-xbmc-custom-patches)
3. XBMC-updated-FFmpeg-binaries (just dev snapshots, no regular distros)
Reply
#59
I can imagine at least these two ways: cherry-pick it and drop it before you open the pr at xbmc's repo or get the diff, patch it locally and add the BuildDependencies folder to the ignore list.
Reply
#60
Win32 changes and Karlson2k's error checking added to the fork. I'm gonna perform some testbuilds on win32 and osx, can I tempt anyone to run a test build of the RPI?? NodNodNod
1. XBMC: http://github.com/FlyingRat/xbmc (ffmpeg-head-inc-xbmc-patches)
2. FFmpeg: http://github.com/FlyingRat/FFmpeg (ffmpeg-head-with-xbmc-custom-patches)
3. XBMC-updated-FFmpeg-binaries (just dev snapshots, no regular distros)
Reply
  • 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 29

Logout Mark Read Team Forum Stats Members Help
FFmpeg version bump + XBMC add-on patches.0