Search found 18 matches

by newagehun
Thu Oct 29, 2009 2:18 am
Forum: [B] Support
Topic: Addons apps to current firmware
Replies: 70
Views: 42249

Re: Addons apps to current firmware

This sounds great. So theoretically we can write any application that can be started from USB from the TV menu. Sad it has no full screen access. Can it have internet access?
The best would be to access the video decoders :) and compile a better media player :)
by newagehun
Wed Oct 21, 2009 1:06 am
Forum: [B] Firmware
Topic: DTS Support Hack Available?
Replies: 24
Views: 24591

Re: DTS Support Hack Available?

If you check the firmware v2 patch sources you can find the rose patch in it but commented.

I haven't tested the interaction with debug menus but I've seen in the disasm that there are a lot of them.
by newagehun
Fri Oct 16, 2009 7:41 pm
Forum: [B] Firmware
Topic: VideoAR Fix - Display Size
Replies: 117
Views: 71583

Re: VideoAR Fix - Display Size

Anyway thanks for your help. So you say there is not enough space for additional files in /mtd_exe and /mtd_exe/Comp_LIB ? That sucks. Meanwhile I've fired up telnet and everything works fine. ARM libs: if you can easy make a compile from libavcodec libavformat libavutil from the latest sources than...
by newagehun
Fri Oct 16, 2009 5:03 pm
Forum: [B] Firmware
Topic: VideoAR Fix - Display Size
Replies: 117
Views: 71583

Re: VideoAR Fix - Display Size

I've made some progress but now I definitely need some (almost) step-by-step help. I've compiled ffmpeg latest version on win32 and made a simple tool that loads the input file and displays its video frame size and the display size of it applying aspect ratio (if there it is). It is working fine! No...
by newagehun
Thu Oct 15, 2009 5:52 pm
Forum: [B] Firmware
Topic: DTS Support Hack Available?
Replies: 24
Views: 24591

Re: DTS Support Hack Available?

So far I have this: staMkv_GetAudioCodecType detects the codec type 0 = MPEG_L1_L2 1 = MS_ACM 2 = PCM 3 = MPEG_L3 4 = AC3 5 = ? AudioCodecType_5 ? 6 = AAC/MPEG2/LC ; AAC/MPEG4/LC 7 = ? AudioCodecType_7 ? 8 = ? AudioCodecType_8 ? 9 = DTS then uldAvfd_InterfacerGetAudioCodecType converts the result of...
by newagehun
Wed Oct 14, 2009 9:49 pm
Forum: [B] Firmware
Topic: Subtitle (caption) issues
Replies: 71
Views: 45945

Subtitle (caption) issues

Regarding font size and color the solution is in: CMultimediaMovieInfo::InitCaption CMultimediaMovieInfo::UpdateCaptionTextSize Color is set to 0xFFF0F0F0 ARGB Size is stored value of menu item (I guess 0,1,2) * 2 + 24 --> CMmCaptionWnd::SetFontSize( 24 + N * 2 ) UpdateCaptionTextSize does the same....
by newagehun
Wed Oct 14, 2009 5:14 pm
Forum: [B] Firmware
Topic: VideoAR Fix - Display Size
Replies: 117
Views: 71583

Re: VideoAR Fix - Display Size

Just thought it over again and figured out that exeDSP will freeze. The latest ffmpeg has different (larger) structs and since the exeDSP was compiled with previous version when exeDSP asks for some info that returns some struct memory overlapping will happen in stack. So simply if anyone can compil...
by newagehun
Wed Oct 14, 2009 12:14 pm
Forum: [B] Firmware
Topic: VideoAR Fix - Display Size
Replies: 117
Views: 71583

Re: VideoAR Fix - Display Size

OK. I'll check. Btw theoretically it is possible to make the automatic aspect ratio work. Samsung uses an old ffmpeg libraries (eg. libavformat 52.23.1). If we update the Comp_LIB folder with new libraries and then safely test the exeDSP still works then I could inject code that read the pixel aspec...
by newagehun
Wed Oct 14, 2009 8:08 am
Forum: [B] Firmware
Topic: VideoAR Fix - Display Size
Replies: 117
Views: 71583

Re: VideoAR Fix - Display Size

Hello!

I've uploaded the sources to the files section. erdem_ua removed all the problematic stuff from the package :-)
The full package can be downloaded from my website.

Why not use hexdiff:
1) don't familiar with it yet
2) I've wrote down my opinion about that in other topic.

NA
by newagehun
Wed Oct 14, 2009 8:04 am
Forum: [B] General
Topic: SamyGO Firmware Patching System
Replies: 7
Views: 6614

Re: SamyGO Firmware Patching System

I'm doing firmware modifications now since 4-5 years. My experience tells that developing (semi)automated tools takes a very long time and now always works and you have to give a lot of support. The firmwares however are after a while not updated by the companies so sharing modified firmwares make e...

Go to advanced search