Page 14 of 178 FirstFirst ... 412131415162464114 ... LastLast
Results 261 to 280 of 3542

Thread: Enigma 2 by The_ripper - TEST -

  1. #261
    Senior Member
    Join Date
    Jan 2005
    Posts
    114
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I'm just writing here to say THANK YOU to all people involved on this project!
    Really every little cent of Azbox's price should be yours!

    Opensat must learn something (I mean... ALLthing) with The_Ripper and so on.

    Thanks once again!

  2. #262
    Junior Member
    Join Date
    Apr 2010
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hello,

    I am inetrested in the following parts of the Image:

    Is DirectFB inclued?
    What kind of media pplayer will be available (Mono? / am_test? / others)

    Thanks for a short reply

  3. #263
    V.I.P
    Join Date
    Aug 2009
    Posts
    211
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Icon3

    E2 Info UPDATE :

    All codecs currently supported in new audio driver provided by the_ripper, which we are currently testing in our small team , are working without any problem :
    Code:
    /** Select the audio codec (Currently supported codecs: PCM, MPEG1 L1/2/3 or AC3).@note @li The audio codec can be selected only in stop mode or before the init command. */
    enum AudioDecoder_Codec_type {
     /** Selects audio AC3 codecs */
     AudioDecoder_Codec_AC3 = 1,
     /** Selects the audio MPEG1 codec. It supports layer 1, 2 and 3 (Also known as mp3) and MPEG2 backward compatible audio layers (Only support for 2 channels). */
     AudioDecoder_Codec_MPEG1 = 2,
     /** Selects the AAC codec. It supports several types of payload formats (see ::RMAudioDecoderPropertyID_AACParameters) */
     AudioDecoder_Codec_AAC = 3,
     /** Select the DVD Audio code. Not supported yet */
     AudioDecoder_Codec_DVDA = 4,
     /** Select the PCM codecs. It supports several types of PCM formats (see ::RMAudioDecoderPropertyID_PcmParameters) */
     AudioDecoder_Codec_PCM = 5,
     /** Supported */
     AudioDecoder_Codec_DTS = 6,
     /** Supported */
     AudioDecoder_Codec_WMA = 7,
     /** Supported */
     AudioDecoder_Codec_WMAPRO = 8,
     /** EVD ExAC supported */
     AudioDecoder_Codec_EXAC = 9,
     /** Supported. */
     AudioDecoder_Codec_ATX = 10,
     /** Compressed WMAPRO over SPDIF. */
     AudioDecoder_Codec_WMAPRO_SPDIF = 11,
     /** Select the PCMX codecs. */
     AudioDecoder_Codec_PCMX = 12,
     /** MPEG-4 BSAC decoder. */
     AudioDecoder_Codec_BSAC = 13,
     /** Test tone generator. */
     AudioDecoder_Codec_TTONE = 14,
     /** DTSHD LBR */
     AudioDecoder_Codec_DTSLBR = 15,
     /**  Group of codecs for speech. G711: input=64Kbps compressed, output=linear PCM, 8KHz. Other codecs to come: G.723, G.729A, GSM.AMR */
     AudioDecoder_Codec_Speech = 0x12,
    };
    I was especially surprised when I was listening DTS without cracking and other problems

    Thanks to the_ripper .

    More news about project very soon.

  4. #264
    V.I.P Friendly-Face's Avatar
    Join Date
    Mar 2009
    Location
    Mars
    Posts
    485
    Thanks
    0
    Thanked 0 Times in 0 Posts
    all we need is Audio and Video to work plus an emulator :-) the rest can come slowly, this box is allmost dead with the OpenSat software, mine is sitting on the shelf and gethering dust,

    i read this post here as soon as there is a new posting,

    Must say thank you to The_Ripper and all the rest that works for this box and so do something about it, keep it up guys

  5. #265
    Senior Member MoRpHiUS_x's Avatar
    Join Date
    Jun 2010
    Posts
    115
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Thanks for all developers to this firm E2. You do a great job.

    One question MickeySa.

    When you will create a SVN of the firm?.

    I guess when you now have a firm and stable no?.
    Last edited by MoRpHiUS_x; 19-08-2010 at 06:28 PM.

  6. #266
    V.I.P
    Join Date
    Aug 2009
    Posts
    211
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hello Morph,

    Well, idea is to create enough stable image and to publish it. After that, the_ripper, as he already done ( diff for directfb ) , will for sure publish .diff files on svn so everybody can contribute.

  7. #267
    Senior Member MoRpHiUS_x's Avatar
    Join Date
    Jun 2010
    Posts
    115
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Thanks for you response MickeySa.

    And one last question.

    Right now that percentage would be developing the firmware?

    And thanks for the work they are doing.
    Last edited by MoRpHiUS_x; 19-08-2010 at 07:54 PM.

  8. #268
    Junior Member
    Join Date
    Sep 2009
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Woooo can't wait! Well done ripper and all else involved!

  9. #269
    V.I.P
    Join Date
    Nov 2008
    Posts
    720
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by Friendly-Face View Post
    all we need is Audio and Video to work plus an emulator :-) the rest can come slowly, this box is allmost dead with the OpenSat software, mine is sitting on the shelf and gethering dust,

    i read this post here as soon as there is a new posting,

    Must say thank you to The_Ripper and all the rest that works for this box and so do something about it, keep it up guys
    You're forgetting the tuner (-s)

  10. #270
    Senior Member
    Join Date
    Jan 2009
    Posts
    219
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by MickeySa View Post
    Hello Morph,

    Well, idea is to create enough stable image and to publish it. After that, the_ripper, as he already done ( diff for directfb ) , will for sure publish .diff files on svn so everybody can contribute.
    Did he already publish diff for directfb?

  11. #271
    Junior Member
    Join Date
    Dec 2009
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Ok..some info update. And no clever questions or supposed releasedates yet from You know who

  12. #272
    V.I.P hfmls's Avatar
    Join Date
    May 2009
    Location
    Portugal
    Posts
    1,819
    Thanks
    0
    Thanked 0 Times in 0 Posts
    2jj you're awsome.

  13. #273
    Junior Member
    Join Date
    Apr 2010
    Posts
    24
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hi
    More box going to collapse and going to booting state

  14. #274
    Senior Member MoRpHiUS_x's Avatar
    Join Date
    Jun 2010
    Posts
    115
    Thanks
    0
    Thanked 0 Times in 0 Posts
    @ 2JJ better not to set a date.

    @ Tonybam, need not be so if the error has been corrected.

  15. #275
    V.I.P
    Join Date
    Jan 2009
    Posts
    255
    Thanks
    0
    Thanked 0 Times in 0 Posts
    @sattommy
    I dont use directfb, so MickeySa maybe think about something else while he wrote his post,but all diff patches will be available regarding E2 code.

  16. #276
    Junior Member
    Join Date
    Mar 2010
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by The_Ripper View Post
    @sattommy
    I dont use directfb, so MickeySa maybe think about something else while he wrote his post,but all diff patches will be available regarding E2 code.
    Bravo doktore.Sve cestitke na ovom sto radite.Guraj radi svih nas.Usreci nas covjece,svaka ti cast.:respect-059:

  17. #277
    Senior Member
    Join Date
    Jan 2009
    Posts
    219
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by The_Ripper View Post
    @sattommy
    I dont use directfb, so MickeySa maybe think about something else while he wrote his post,but all diff patches will be available regarding E2 code.
    thnx for the info. Thank you a little more for E2, hope it will be finished soon.

  18. #278
    Junior Member edu1971's Avatar
    Join Date
    Apr 2010
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Gracias the ripper y saludos desde españa.

  19. #279
    Junior Member
    Join Date
    Apr 2010
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts
    @the-ripper


    I am keen to start porting an application to AZ premium+, so it would be great to get some information about the dev environment.

    I assume , that us use the sigma toolchain smp86xx_toolchain.20080505. Could you plz export and save the used -.config file? (or uplaud an dev env somewhere else)

    Regarding directfb

    I installed e2 (its working!) and seached throught the image , but could not any directfb libs.

    Is directFb part of the image or not?



    I instal

  20. #280
    V.I.P
    Join Date
    Jan 2009
    Posts
    255
    Thanks
    0
    Thanked 0 Times in 0 Posts
    @thica
    Currently I use gcc compiler from OE 1.5 build. OE is builded for dm800.
    This is regarding E2 and all the stuff I am working on.

    This toolchain "smp86xx_toolchain.20080505" you cant use because it's based/compiled for Uclibc usage not for Glibc if you are planing something for E2, for original FW then you must use smp86xx toolchain.
    Sigmas Directfb DCCHD package, that's not possible on Glibc for 8634 chips ...

Page 14 of 178 FirstFirst ... 412131415162464114 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •