XBMC Community Forum  

Go Back   XBMC Community Forum > Development > XBMC Development

XBMC Development Developers forums for XBMC related development. Programmers/Coders only!
No end-user support, no bug reports, and no feature/function requests here!
Please, add platform prefix for suggestions that are not platform-independent!:
Thread prefixes; "[LINUX]", "[LIVE]", "[MAC]", "[WINDOWS]", and "[XBOX]"

Reply
 
Thread Tools Search this Thread Display Modes
Old 2003-12-31, 10:59   #1
ChristianHJW
Junior Member
 
Join Date: Dec 2003
Location: Bavaria - Germany
Posts: 2
ChristianHJW is on a distinguished road
Send a message via ICQ to ChristianHJW Send a message via MSN to ChristianHJW
Default

if we can help with anything, like mplayer rpms for a certain distro or the like, let us know ....
__________________
support the future of video and audio encoding : matroska as container, usf as subtitles standard and coreapi as codec interface api
ChristianHJW is offline   Reply With Quote
Old 2003-12-31, 13:23   #2
Frodo
Team MediaPortal
 
Join Date: Sep 2003
Posts: 509
Frodo is on a distinguished road
Default

i looked into .mkv support already
but although it sounds simple its pretty hard 2 support it
lemme explain what's the problem, maybe some c/c++ wizard can help me out here:

first some facts:
1. mplayer.dll is written in c
2. it gets compiled using gcc with ming/msys
3. it uses the standard c runtime which is normally provided by msvcrt.dll / kernel32.dll

4. since the xbox doesnt support dll's xbmc emulates the msvcrt & kernel32.dll for mplayer.dll to get things to work
this means that if mplayer.dll is calling for example malloc() the malloc is executed by xbmc's code

so far so good. now matroska. i can add matroska to mplayer.dll. however the matroska libraries are written in c++
this means when i add matroska support into mplayer.dll that mplayer.dll now also wants the entire c++ runtime to be emulated by xbmc. this means exception handling, new/delete operators etc etc.

to be honest, i've no idea how to do this;-)


frodo
__________________
XBMC Project Founder (Retired), now head programmer of MediaPortal
Frodo is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
XNS support added back in --- please Dinodoc XBMC Feature Suggestions 4 2006-08-27 09:36
Fading added to the gui jmarshall Skin Development 24 2005-09-14 07:53
TTF antialiasing support added! =) jmarshall Skin Development 14 2005-08-11 12:15
Playlist added please + more ej2095 XBMC Feature Suggestions 4 2004-02-24 14:26
Mplayer has finally added .dvr-ms support! Toaster XBMC Feature Suggestions 2 1970-01-01 02:00


All times are GMT +2. The time now is 13:50.


Protected by Akismet, We recommend WordPress blogs
Copyright © 2008, XBMC Project