![]() |
|
|||||||
| 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]" |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Junior Member
|
if we can help with anything, like mplayer rpms for a certain distro or the like, let us know ....
|
|
|
|
|
|
#2 |
|
Team MediaPortal
Join Date: Sep 2003
Posts: 509
![]() |
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 |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
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 |