Thanks for all who are working on the project...
Sure we can wait,but we just want to know if there is
any new progress
Thanks for all who are working on the project...
Sure we can wait,but we just want to know if there is
any new progress
Latest infos :
Audio driver is finished, DTS working good , even files with high bitrate and 5.1 ch....
0_omuhahahahha
when u mean high bitrate, u mean 1.5 mbp/s DTS ?
nothing done regarding video codecs/containers yet right?
Last edited by hfmls; 09-08-2010 at 02:53 PM.
I will not answer on pathetic questions and provocators like You hfmls .
All constructive questions are welcome, and I will try to answer on all of them.
Next step is finishing of Video driver ( it is working now, but to add support for other resolutions, as in beta was supported just 720 x ... ) , and Demuxer.
thanks to the_ripper .
?????
in what point was my question pathetic? ..... you have something up yours don't come here getting it on me please.... if you don't want to answer my question just say so..but don't come here saying my questions are pathetic or i am a provocateur.. since i never tried to get any problems with you.
Impressive progress I think.
As most others, I am following this topic with close interest, and am absolutely curious about where this will end.
@hfmls
you just dont get that we dont love you:respect-048:
Great news. I hope soon you guys can release a beta test of the new E2, with the working functions, at least tv and Videos.
yeah of course, why wouldn't i be happy.
i know the final result will be first enigma2 with full codec support.
that's nice.
you really not know ?????
hmmm you really not know or trying to provoke ???
because I'm surprised with your elementary ignorance !!!
codec is only and only need for SW decoding !!!
but sigma dont need codec
SIGMA all or almost all decode on HW Level !!!
i'm really surprised with your elementary ignorance
you can use literature for this - all is public
but anyware, I will explain to you what Sigma supports (HW level)
audio: PCM,AAC,BSAC,ExAC,AC3,DTS,MPEG,WM A,WMAPRO,DTS LBR
video profili
/** Selects the type of video codec. The value should be supported by MPEG_profile selected at Open.@note The maximum codec value (MPEG4_HD) corresponds to the maximum DRAM reqirement. @li The video codec can be selected in stop mode and it should be followed by Init command. */
enum VideoDecoder_Codec_type {
/** Selects video MPEG2_SD */
VideoDecoder_Codec_MPEG2_SD = Profile_MPEG2_SD,
/** Selects video MPEG2_DVD */
VideoDecoder_Codec_MPEG2_DVD = Profile_MPEG2_DVD,
/** Selects video MPEG2_HD */
VideoDecoder_Codec_MPEG2_HD = Profile_MPEG2_HD,
/** Selects video MPEG4_SD */
VideoDecoder_Codec_MPEG4_SD = Profile_MPEG4_SD,
/** Selects video MPEG4_SD_Padding */
VideoDecoder_Codec_MPEG4_SD_Paddi ng = Profile_MPEG4_SD_Padding,
/** Selects video MPEG4_HD */
VideoDecoder_Codec_MPEG4_HD = Profile_MPEG4_HD,
/** Selects video MPEG4_HD_Padding */
VideoDecoder_Codec_MPEG4_HD_Paddi ng = Profile_MPEG4_HD_Padding,
/** Selects video MPEG2_SD */
VideoDecoder_Codec_MPEG2_SD_Packe d = Profile_MPEG2_SD_Packed,
/** Selects video MPEG2_DVD */
VideoDecoder_Codec_MPEG2_DVD_Pack ed = Profile_MPEG2_DVD_Packed,
/** Selects video MPEG2_HD */
VideoDecoder_Codec_MPEG2_HD_Packe d = Profile_MPEG2_HD_Packed,
/** Selects video MPEG4_SD */
VideoDecoder_Codec_MPEG4_SD_Packe d = Profile_MPEG4_SD_Packed,
/** Selects video MPEG4_HD */
VideoDecoder_Codec_MPEG4_HD_Packe d = Profile_MPEG4_HD_Packed,
/** Selects video MPEG2_SD */
VideoDecoder_Codec_MPEG2_SD_DeInt = Profile_MPEG2_SD_DeInt,
/** Selects video MPEG2_DVD */
VideoDecoder_Codec_MPEG2_DVD_DeIn t = Profile_MPEG2_DVD_DeInt,
/** Selects video MPEG2_HD */
VideoDecoder_Codec_MPEG2_HD_DeInt = Profile_MPEG2_HD_DeInt,
/** Selects video MPEG4_SD */
VideoDecoder_Codec_MPEG4_SD_DeInt = Profile_MPEG4_SD_DeInt,
/** Selects video MPEG4_SD_Padding */
VideoDecoder_Codec_MPEG4_SD_DeInt _Padding = Profile_MPEG4_SD_DeInt_Padding,
/** Selects video MPEG4_HD */
VideoDecoder_Codec_MPEG4_HD_DeInt = Profile_MPEG4_HD_DeInt,
/** Selects video MPEG4_HD_Padding */
VideoDecoder_Codec_MPEG4_HD_DeInt _Padding = Profile_MPEG4_HD_DeInt_Padding,
/** Selects video MPEG2_SD */
VideoDecoder_Codec_MPEG2_SD_Packe d_DeInt = Profile_MPEG2_SD_Packed_DeInt,
/** Selects video MPEG2_DVD */
VideoDecoder_Codec_MPEG2_DVD_Pack ed_DeInt = Profile_MPEG2_DVD_Packed_DeInt,
/** Selects video MPEG2_HD */
VideoDecoder_Codec_MPEG2_HD_Packe d_DeInt = Profile_MPEG2_HD_Packed_DeInt,
/** Selects video MPEG4_SD */
VideoDecoder_Codec_MPEG4_SD_Packe d_DeInt = Profile_MPEG4_SD_Packed_DeInt,
/** Selects video MPEG4_HD */
VideoDecoder_Codec_MPEG4_HD_Packe d_DeInt = Profile_MPEG4_HD_Packed_DeInt,
/** Selects video WMV_SD */
VideoDecoder_Codec_WMV_SD = Profile_WMV_SD,
/** Selects video WMV_816P */
VideoDecoder_Codec_WMV_816P = Profile_WMV_816P,
/** Selects video WMV_HD */
VideoDecoder_Codec_WMV_HD = Profile_WMV_HD,
/** Selects video DIVX3_SD */
VideoDecoder_Codec_DIVX3_SD = Profile_DIVX3_SD,
/** Selects video DIVX3_HD */
VideoDecoder_Codec_DIVX3_HD = Profile_DIVX3_HD,
/** Selects video DIVX3_SD */
VideoDecoder_Codec_DIVX3_SD_Packe d = Profile_DIVX3_SD_Packed,
/** Selects video DIVX3_HD */
VideoDecoder_Codec_DIVX3_HD_Packe d = Profile_DIVX3_HD_Packed,
/** Selects video H264_SD */
VideoDecoder_Codec_H264_SD = Profile_H264_SD,
/** Selects video H264_HD */
VideoDecoder_Codec_H264_HD = Profile_H264_HD,
/** Selects video H264_SD */
VideoDecoder_Codec_H264_SD_DeInt = Profile_H264_SD_DeInt,
/** Selects video H264_HD */
VideoDecoder_Codec_H264_HD_DeInt = Profile_H264_HD_DeInt,
/** Selects video VC1_SD */
VideoDecoder_Codec_VC1_SD = Profile_VC1_SD,
/** Selects video VC1_HD */
ok, never too late to learn
OK, now let's be serious....
SIGMA don't need codec - all AV format work without codec , only Audio and Video driver and also , modified media player (E2 media player) is needed , and all AV format (and containers) work
rgs,
again, i can't see where i am trying to provoke....
and i really can't see why am i ignorant to ask... i don't think this is a general subject we all (should) know.. that's not my major area unfortunately.
so...no i am not provoking, and i can't see why i am ignorant for asking..
yes i know sigma, almost all decode is made by HW, but about the rest of the subject, that's really not something i know.
anyway..good work, and thank you for the explanation.
@hfmls
maybe at this moment to remain silent and leave the coders do them job is the best thing you can do?
dude ... no i won't remain silent.
i didn't say anything wrong or provoke anyone.
i only asked a simple question, if you all think it's stupid questions, well, too bad.
i've seen worse, and at least i try to help them.
anyway, like i said to telesat before, keep up the goodwork and thank you.
Please guys. Can we just keep this thread technical. If you want to argue take it off the public board and do it via PM.
Last edited by PsiDOC; 11-08-2010 at 05:13 PM.
instead of all this bitching and moaning..... wouldnt it be an idea for the developers to ask the forum owners for a seperate section on THIS forum, where only they can post the future developments of this alternative firmware. Personally i beleive there is a lot of hope for this product, namely AZBox, as the chip, SIGMA, is the same chip used in WD HDTV box, which will play Blueray @ 35 - 40Mbps from a USB drive, and wont stumble or stop!! (I can say this as i own one of these!!!!)
So, in short, i would recomend you get your own section, so only the developers can post the current status of the development, and stop all this bitching thats going on!!
Am looking forward to an alternative to the original firmware!!
Cheers for now.....
Adi
"as the chip, SIGMA, is the same chip used in WD HDTV box"
believe the azbox is Sigma 8634 , WDHDTV is sigma 8635, dont think there much difference between them though...
Hello
I'm wzuluaga from Colombia
I installed Enigma2 and I had problems. Then I did the “Recovery procedure” . Everything was correct but in the end the Azbox stayed in booting
My Azbox Premium+ is now “booting” and not recognizes the USB memory for to install the original FW.
Can anyone help me?
Thanks
Bookmarks