Odyssey v1.23r5 Beta 07 OS4

Le nostre news in homepage

Moderatore: Newser

Odyssey v1.23r5 Beta 07 OS4

Messaggioda AMIGASYSTEM » gio mar 12, 2020 12:44 pm




Odyssey: Nuova versione del famoso Browser per OS4, queste le novità:

Beta 01
-- Source code with all amigaos4 specific changes and custom 3d party linker libraries are on GitHub now: https://github.com/kas1e/Odyssey/
-- Recompiled Odyssey with GCC 8.3.0, previously it was 4.4.3
-- Fixed dangling pointer issue with WebPreferences, which was responsible for the "Conf" directory string becoming random garbage (c) Hans de Ruiter
The issue was here for a long time, just with older GCC we were lucky enough to not step in.
-- Fixed lame crash on exit happens when you use a beta of MUI and it brings you "expire" window.
-- Application.library previously got v1 of the interface, but for some time it should be 2, fixed.
-- Updated codesets.library to the latest one (6.21, 16 Jan 2018)
-- Updated curl-ca-bundle.crt (https://curl.haxx.se/ca/cacert.pem , 01 Jan 2020)
-- Compiled with Curl 7.68.0, OpenSSL 1.1.1c & RTMP 2.4.
-- actual build date and version in "about"

Beta 02
-- Added bunch of new and up2date user agents to "spoof as".
-- Enabled WebP support
-- WebKit revision number is now presented in AboutBox too
-- Recompiled with more up2date 3d party libraries: libFreeType2 2.10.1, libXML2 2.9.10, libXSLT 1.1.34 and libWebP 1.0.3

Beta 03
-- fixed bug in Odyssey with WebP rendering being in blue color (Cairo expect ARGB, no needs for byteswap) (c) Petrol. Also, rebuild with newer libWebP v1.1.0
-- major PNG decoding changes:

Beta 04 (Importanti cambiamenti su Video/Audio)
-- We have now FFmpeg 2.2.16 instead of an older 2.2.1 (why not 3.x and 4.x ? Because since 2.2.16 some -- Binary of Odyssey is smaller on 5mb now, as no FFmpeg code built-in, that code in the shared libs instead.
-- Frank's version recognize Altivec unit and if available, uses the Altivec code automatically (so theoretically those ones who has Altivec machines can have better speed in video playback)

Beta 05
-- fixed memory leak in ac_free_video_decoder done by Piru on "acinerella" (FFmpeg wrapper simplifying work with FFmpeg: https://github.com/astoeckel/acinerella/)
-- for time being use back static libavformat.a instead of shared version till proper changes will have a place (that to avoid crashes in ffurl*)
-- debugging: added cross-platform D(bug("...")) define (see Base/debug.h), thus on OS4 always use DebugPrintF() instead of kprintf() and get rid of Clib2's libdebug.a
-- get rid of libaos4deps.a, which contain sttcpy() and DoSuperNew() realisations, those functions now in separate object.
-- updated youtube scripts to the latest ones from Fab's page.
-- get rid of CyberGraphics everywhere in favor of graphics.library (c) Capehill
-- added support of compositing video in fullscreen mode. You can have as many videos in different tabs as you wish in fullscreen, not just one as with overlay (be it P96 or CGX5).
also fixing some bugs in MediaPlayer whil

Beta 06
-- MediaPlayer: fixed out-of-window issues when compositing effects disabled in prefs:gui, but compositing still available (c) Ami603.
-- MediaPlayer: fixed another bug found by ktadd when compositing being disabled in prefs:gui, while compositing still available: the content of composited video overlap other window's content (c) Hans De Ruiter
-- MediaPlayer: rewritten media player's AHI part to use AHI device API, instead of AHI library API: No exclusive locks of audio hardware from Odyssey anymore with any AHI settings! (c) Capehill
-- MediaPlayer: hack a bit backfill code, so when we in compositing video mode, and hit f11 to go to real fullscreen, then no left/right and bottom (when hit middle mouse button to hide player's GUI) borders visibly.
-- MediaPlayer: fixed a look of 'mute' item in media player's RMB menu, which now has on/off marker just like 'control' and 'loop' items. (c) Javier.
-- a bit better locale_cleanup (c) Javier
-- move an opening of asyncio.library to main.cpp same as other libraries, just to make things be cleaner (thanks to Javier for an idea)
-- one more user-agent for spoofing by request: iPhone OS 12.4
-- changed in prefs/media "webm (vp8)" on "webm (vp8, vp9)" as we can play both. OWB.cd updated as well, translators need to take care of.
-- add functionality to disable audio/video MP4 support in Preferences/Media (handy when one wants to save mp4 instead of playing in a browser) from 1.25 (c) Deadwood. Enabled by default the same as before. OWB.cd updated, translators need to take care of.

Beta 07
-- Fixed bug in Cairo library caused skippable DSI on some sites in cairo_clip_intersect_rectangle_box() by adding related patches from the latest version of Cairo.
-- Replaced old, statically linked, Pixman library v0.32.4 by newer v0.36.0 from Salas00: https://github.com/salass00/pixman_lib
Salas00's version is a real amiga native shared library and has AOS4 native TLS (thread-local storage) implementation, which means that rendering done now not from the same thread, but from different ones => things can be faster.
New pixman-1.library coming with release archive in the LIBS directory, so no action needs, all continue to works out of the box. Thanks Salas00!
-- Media player: when we in accelerated full-window playback, and mouse cursor over the video, then after 2 seconds of inactivity we hide mouse pointer. Moving mouse or clicking mouse buttons made cursor be visibly again. I.e. mimic usual video-players behavior.
-- Media player: when we in accelerated full-window playback, then we disable screen blankers and enable them back once we exit from full-window playback.
-- Fixed nasty bug with missing TAG_DONE in the Dtpic object creation. Before it working by pure luck: If the memory following the unterminated tag list contains 'lucky' or invalid tag values then nothing bad happens.
But a single 'unlucky' (but valid and possibly dangerous if not used correctly) tag value may cause unpredictable havoc (c) Thore.
-- Rewritten DoSuperNew() function to use DoSuperMethodA() directly instead of DoSuperMethod(), as the later internally do call the same DoSuperMethodA(). So we skip that step to make DoSuperNew() be more efficient with less stack space in use.
Thanks to Thore for hint and Oliver for explaining.
-- Added support for 4th and 5th mouse buttons for stepping backward (4th) and forward (5th) through the browser history. I.e same as in IBrowse.
-- Major improvements in spoofing area by Javier: new Spoofing preferences. Together with inbuild (and not editable) default Odyssey's user-agent, you can now add/edit your own ones.
You also can choose what user agents you want to show on the menu and which didn't. All the user-agents saves in the 'useragents.prefs' placed in Conf , just like 'userscripts.prefs' or 'searchengines.prefs'.
The work which spends on was big, so there can be issues so plz check it carefully and report all bugs and suggestions. Everything localized as well, see bottom of OWB.cd. Thanks Javier!
-- Notification titles are now localized as well, see OWB.cd for MSG_NOTIFY_DL_COMPLETED, MSG_NOTIFY_DL_CANCELLED and MSG_NOTIFY_DL_FAILED (c) Javier.
-- Updated Italian catalog by samo79 and new Danish catalog by NBache.


Odyssey V1.23r5 Beta 05 OS4: Download
Allegati
Odyssey.jpg
Immagine - AROS One Home Site - AfA One - AROS One x86 - AROS One 68K - WinUAE OS 4.1 -

Miei AMIGA
Amiga 4000/Cyberstorm MK II/060/Picasso RAM 6MB Kick 3.1
Amiga 1200/030 Ram 16 Mega HD 500 MB
Amiga 1200/040 Ram 32 Mega HD 500 MB
Amiga 600 HD 20 MB
Amiga 600 Doppio Kickstart 2.05-1.3
Amiga 500 Plus Doppio Kickstart 204-1.3
Amiga 500
CD32/SX-32 MK1 RAM 8 MB HD 4G
CD32 Standard
Avatar utente
AMIGASYSTEM

Staff
 
Messaggi: 5513
Iscritto il: ven lug 25, 2008 8:39 pm
Località: Brindisi

Re: Odyssey v1.23r5 Beta 01 OS4

Messaggioda schiumacal » gio mar 12, 2020 1:23 pm

Ciao Carlo,
stamattina ho scaricato la beta2 uscita proprio ieri...
ora lo provo.
Un giorno o l'altro risolverò equazioni di grado superiore a cinque.

http://www.schiumacal.altervista.org/
Avatar utente
schiumacal

Maestro
 
Messaggi: 595
Iscritto il: mer feb 10, 2010 8:08 pm
Località: (ITALY)

Re: Odyssey v1.23r5 Beta 02 OS4

Messaggioda AMIGASYSTEM » gio mar 12, 2020 2:05 pm

Grazie, aggiornato titolo News
Immagine - AROS One Home Site - AfA One - AROS One x86 - AROS One 68K - WinUAE OS 4.1 -

Miei AMIGA
Amiga 4000/Cyberstorm MK II/060/Picasso RAM 6MB Kick 3.1
Amiga 1200/030 Ram 16 Mega HD 500 MB
Amiga 1200/040 Ram 32 Mega HD 500 MB
Amiga 600 HD 20 MB
Amiga 600 Doppio Kickstart 2.05-1.3
Amiga 500 Plus Doppio Kickstart 204-1.3
Amiga 500
CD32/SX-32 MK1 RAM 8 MB HD 4G
CD32 Standard
Avatar utente
AMIGASYSTEM

Staff
 
Messaggi: 5513
Iscritto il: ven lug 25, 2008 8:39 pm
Località: Brindisi

Re: Odyssey v1.23r5 Beta 01/02 OS4

Messaggioda Raffaele » sab mar 14, 2020 10:00 pm

Esperienza d'uso?

Usabilità?

Accesso a siti con caratterstiche critiche (Banche, siti biglietteria treni, servizi Google, etc)

Bug memoria?

Bug javascript?

Esperienza di Spoofing?

Youtube multimedia?
Que viva Amiga! :ammicca:
Avatar utente
Raffaele

Supremo
 
Messaggi: 3501
Iscritto il: dom mag 22, 2005 1:01 pm
Località: Qualche volta qui, qualche volta su altri siti

Re: Odyssey v1.23r5 Beta 01/02 OS4

Messaggioda white » dom mar 15, 2020 1:45 pm

Ciao Raffaele,
Anche se uso l'emulazione la beta 2 funziona molto bene.
quindi usabilità aumentata e di molto
dei bug al momento non ne ho incontrati ( a parte i video su youtube che girano in maniera fluida solo se lascio il cursore fuori dalla finestra di Odyssey dal momento che faccio girare il cursore con finestra attiva sul video va a scatti )
qui il video magari ne riesco a venire a capo, qui c'è la beta 1 ma con la beta 2 è lo stesso.
https://www.youtube.com/watch?v=VzdmPhSxj8A

Accesso ai siti , non mi fido almeno nei miei utilizzi quindi non ho provato.

Spoofing funziona perfettamente.

Youtube multimedia, adesso posso vedere i video anche ad esempio direttamente su un collegamento link che punta a youtube in maniera fluida ( tipo i link video di EAB ).
white

Maestro
 
Messaggi: 520
Iscritto il: mer ago 07, 2019 11:39 am

Re: Odyssey v1.23r5 Beta 01/02 OS4

Messaggioda pvanni » lun mar 16, 2020 11:14 am

Se interessa c'è la beta 3 http://kas1e.mikendezign.com/aos4/odyss ... beta03.lha
compilata con nuove librerie png e WebP
Avatar utente
pvanni

Eroe
 
Messaggi: 914
Iscritto il: lun set 27, 2004 1:29 pm
Località: Lecco

Re: Odyssey v1.23r5 Beta 01/02 OS4

Messaggioda schiumacal » lun mar 16, 2020 1:06 pm

Certo che interessa... la sto' scaricando ora.
Un giorno o l'altro risolverò equazioni di grado superiore a cinque.

http://www.schiumacal.altervista.org/
Avatar utente
schiumacal

Maestro
 
Messaggi: 595
Iscritto il: mer feb 10, 2010 8:08 pm
Località: (ITALY)

Re: Odyssey v1.23r5 Beta 03 OS4

Messaggioda AMIGASYSTEM » lun mar 16, 2020 2:00 pm

Aggiornata la News alla beta 03
Immagine - AROS One Home Site - AfA One - AROS One x86 - AROS One 68K - WinUAE OS 4.1 -

Miei AMIGA
Amiga 4000/Cyberstorm MK II/060/Picasso RAM 6MB Kick 3.1
Amiga 1200/030 Ram 16 Mega HD 500 MB
Amiga 1200/040 Ram 32 Mega HD 500 MB
Amiga 600 HD 20 MB
Amiga 600 Doppio Kickstart 2.05-1.3
Amiga 500 Plus Doppio Kickstart 204-1.3
Amiga 500
CD32/SX-32 MK1 RAM 8 MB HD 4G
CD32 Standard
Avatar utente
AMIGASYSTEM

Staff
 
Messaggi: 5513
Iscritto il: ven lug 25, 2008 8:39 pm
Località: Brindisi

Re: Odyssey v1.23r5 Beta 03 OS4

Messaggioda pvanni » gio mar 19, 2020 1:28 pm

Beta 4 http://kas1e.mikendezign.com/aos4/odyss ... beta04.lha
ora le librerie ffmpeg sono shared e con riconoscimento automatico di Altivec,
aggiunto spoofing Nintendo Wii (sarà contento il nostro white :felice: )
Avatar utente
pvanni

Eroe
 
Messaggi: 914
Iscritto il: lun set 27, 2004 1:29 pm
Località: Lecco

Re: Odyssey v1.23r5 Beta 03 OS4

Messaggioda white » gio mar 19, 2020 6:41 pm

Ciao pvanni,
Si sta' migliorando sempre di più e ne sono contento
lo spoffing al Wii è molto utile e leggero sotto alcuni aspetti.
quindi ringrazio kas1e per aver accolto la mia richiesta.
Al momento ( in questo caso posso solo parlare di emulazione )
Dal punto di vista di WinUAe Opera risulta essere il più compatible per fare molte cose riesco anche ad accedere a Youtube e caricare i video e lavorare su Youtube Studio ma preferisco evitare per motivi di sicurezza.
Ho fatto delle prove con i video H.264 con la versione precedente quindi la 03 e funzionava bene ma non del tutto.
Con la nuova versione la beta 04 questi problemi sono scomparsi e tutto funziona perfettamente dopo aver visto fatto i test in H.264 se vado su youtube tutto funziona bene, mentre nella versione precedente l'audio non si sentiva dopo aver visto un video H.264.
Si sono molto contento, mi piace usare il 4.1 e ci perdo tempo (ovviamente ci "perdo tempo" non in senso negativo ma positivo).
Quando posso rimettere le mani su un OS amiga è sempre bello per me che ho sempre amato questo sistema.
Be' immagino come tutti voi :-)
white

Maestro
 
Messaggi: 520
Iscritto il: mer ago 07, 2019 11:39 am

Re: Odyssey v1.23r5 Beta 03 OS4

Messaggioda Kyle » ven mar 20, 2020 7:57 pm

Ho notato anche io che la beta4 va meglio :felice:
AmigaOne X5000/20 - 4GB - RadeonHD 4670 - HD 1TB + 512GB- AmigaOS 4.1 Final Edition / MorphOS 3.16
A1200 Diamond Red - Vampire V1200 - 130 MB - CF 32GB - Gotek Drive - Coffin R59
A1200 - Blizzard 1230 IV + FPU - 34 MB - KS 3.1 - CF 4GB - ClassicWB Full
A3000 - 18 MB - KS 3.1.4 - ClassicWB 3.1.4
CDTV - 10MB - T30 - Extended roms 2.30 - KS 1.3/3.1 - built in Gotek Drive - ClassicWB 68K
A500 & A570 - 3MB - KS 1.3 - OS1.3
Avatar utente
Kyle

Leggenda
 
Messaggi: 8787
Iscritto il: dom dic 24, 2006 11:15 am
Località: Livorno

Re: Odyssey v1.23r5 Beta 05 OS4

Messaggioda AMIGASYSTEM » mer apr 01, 2020 11:07 pm

Aggiornata la News alla beta 05
Immagine - AROS One Home Site - AfA One - AROS One x86 - AROS One 68K - WinUAE OS 4.1 -

Miei AMIGA
Amiga 4000/Cyberstorm MK II/060/Picasso RAM 6MB Kick 3.1
Amiga 1200/030 Ram 16 Mega HD 500 MB
Amiga 1200/040 Ram 32 Mega HD 500 MB
Amiga 600 HD 20 MB
Amiga 600 Doppio Kickstart 2.05-1.3
Amiga 500 Plus Doppio Kickstart 204-1.3
Amiga 500
CD32/SX-32 MK1 RAM 8 MB HD 4G
CD32 Standard
Avatar utente
AMIGASYSTEM

Staff
 
Messaggi: 5513
Iscritto il: ven lug 25, 2008 8:39 pm
Località: Brindisi

Re: Odyssey v1.23r5 Beta 05 OS4

Messaggioda schiumacal » gio apr 02, 2020 11:38 am

Appena scaricata, tra poco la provo :felice:

Comunque prodotto validissimo, che porta AmigaOS4.1 una spanna avanti rispetto a prima.
Un giorno o l'altro risolverò equazioni di grado superiore a cinque.

http://www.schiumacal.altervista.org/
Avatar utente
schiumacal

Maestro
 
Messaggi: 595
Iscritto il: mer feb 10, 2010 8:08 pm
Località: (ITALY)

Re: Odyssey v1.23r5 Beta 05 OS4

Messaggioda ghillo » sab apr 04, 2020 3:41 pm

Una domanda nel readme della nuova versione si parla del compositing video in full screen .
Ma si deve avviare Odyssey in full screen su uno schermo separato o è per i video youtube o altro ? Come si fa i video mi sembrano visualizzati come nella versione precedente e se entro in YouTube si vedono dei quadrati grigli che corrispondono ai vari video ma non si riesce a fare nulla. Invece se faccio click su un video youtube per esempio da una ricerca da google ,funziona ma se seleziono la modalità full screen non fa nulla o al limite cerca di aprire nella finestra del browser un tutto schermo ma poi esce subito e ritorna alla visulizzazione normale.
Avatar utente
ghillo

Eroe
 
Messaggi: 1257
Iscritto il: sab set 27, 2003 9:19 pm
Località: Alseno (PC)

Re: Odyssey v1.23r5 Beta 05 OS4

Messaggioda white » sab apr 04, 2020 4:13 pm

Lancia Odyssey poi va sul menù script e attiva/aggiungi YouTube_Fullscreen_Fix.js
chiudi Odyssey riavvia ed è abilitato.
Devi avere il composite attivato nelle prefs/gui

qua trovi un video di kas1e:
https://www.youtube.com/watch?v=5eDtdwO ... e=youtu.be

Anche io ho una domanda, alla quale non ricevo risposta l'enchancer software a parte i driver radeon che utility hanno a disposizione.
Grazie.
white

Maestro
 
Messaggi: 520
Iscritto il: mer ago 07, 2019 11:39 am

Prossimo

Torna a News e rumors

Chi c’è in linea

Visitano il forum: Nessuno e 27 ospiti

cron