fetzerch / xbmc-pvr-addons

XBMC PVR add-ons
GNU General Public License v3.0
19 stars 17 forks source link

Demuxing mpegts #153

Closed janbar closed 10 years ago

janbar commented 10 years ago

Hi Christian,

Here 2 commits to add the new functionality of demuxing MPEG-TS. And one more to implement new functions of API 1.9.0. Better to merge also with frodo.

I done a pass for cosmetics and to fix log level.

Regards

fetzerch commented 10 years ago

Thanks @janbar. I've merged it to master. Could you do another PR for the frodo branch? (libXBMC_codec doesn't exist).

janbar commented 10 years ago

Ok, i check frodo. JLB

-----Original Message----- From: fetzerch notifications@github.com Date: Thu, 21 Nov 2013 13:54:10 To: fetzerch/xbmc-pvr-addonsxbmc-pvr-addons@noreply.github.com Reply-To: fetzerch/xbmc-pvr-addons reply@reply.github.com Cc: Jean-Luc Barrièrejlbarriere68@gmail.com Subject: Re: [xbmc-pvr-addons] Demuxing mpegts (#153)

Thanks @janbar. I've merged it to master. Could you do another PR for the frodo branch? (libXBMC_codec doesn't exist).


Reply to this email directly or view it on GitHub: https://github.com/fetzerch/xbmc-pvr-addons/pull/153#issuecomment-29028395

janbar commented 10 years ago

Frodo has no helper. So i have to map codec name to ffmpeg id (avcodec.h) and adding a function to order streams: video stream must to be at position 0 in streams table.

JLB