Aller au contenu


Photo

XBMC SVN Revision 9479


  • Veuillez vous connecter pour répondre
Aucune réponse à ce sujet

Posté 29 juin 2007 - 21:09

#1
FLYM4STER

FLYM4STER

    Sunriseur avancé

  • Shining VIP
  • 371 messages
  • Sexe:Male

Bonjour,

Nouvelle version de XBMC toute fraiche disponible.

Cette RELEASE est la Revision: 9479
Date de compilation: 29 Juin 2007

Cette version corrige l'arret de la console qui ne fonctionnait pas avec la version précédente.

Citation :
Date Rev Message
================================================================================
=============================
2007-06-29 9479 fixed: minor typo in source code
2007-06-29 9478 fixed: intermittent crash on httpapi exit (restart, shutdown etc) commands
2007-06-29 9477 fixed: intermittent crash on httpapi exit (restart, shutdown etc) commands fixed: WebServer no longer has to be running for httpapi commands to be callable from Python
2007-06-29 9475 fixed: Crash on exit (and possibly on load) if lcd is enabled.
2007-06-29 9474 fixed: Missing files from projects
2007-06-29 9472 Fixed : Small animation Glitch in skin settings
2007-06-28 9471 changed: reset timeout after having looked for stream info in dvdplayer
2007-06-28 9470 added: make lavf in dvdplayer timeout if it's connections take more than 10 seconds (only applies to internal protocols)
2007-06-28 9468 added: allow dvdplayer to use ffmpegs built-in stream handlers for rtp/rtsp/sdp/udp streams. it's abit unreliable at the moment on xbox atleast as it might lockup xbmc if there is nothing to stream. (this requires recompiled ffmpeg dll's, with network and protocols enabled).
2007-06-28 9461 fixed: WindowXML double free'ing of controls + occasional crash on exit of a script that closed via a click message.
2007-06-28 9460 fixed: Top 100 Album songs could show blank info for each song returned.
2007-06-27 9459 fixed: Reimplemented GetSpace() in the win32 directsound renderer.
2007-06-27 9456 fixed: Case issues when launching xbes or scripts + other built ins.
2007-06-27 9452 updated: German language file by sCAPe (Based on english strings version 9391)
2007-06-27 9451 updated: danish language (thanks to buchwaldsource)
2007-06-27 9450 fixed: clash between yes/no and cache dialogs.
2007-06-27 9446 fixed: DVDPlayer audio playback now works under win32.
2007-06-27 9443 fixed: Incorrect calculation of borders on GUIImages.
2007-06-26 9440 fixed: ListItem.ActualIcon didn't work inside lists/panels etc.
2007-06-26 9435 fixed: if you browsed for subtitles and chose a rarred sub file, it wouldn't find the idx outside the archive.
2007-06-26 9434 updated: chinese (simple) language (thanks to pcman)
2007-06-26 9432 Fixed : PM3 "Big list" view in music library didn't wrap top to bottom
2007-06-26 9431 Fixed : PM3 scrollbar arrows were still visible when scrollbar was disabled in skin settings
2007-06-25 9430 fixed: DirectInput keyboard implementation wasn't correct for 0-9 keys.
2007-06-25 9429 changed: Alternative fix for the multipath double slash at end of the last path issue.
2007-06-25 9428 added: section to LCD.xml to configure display while launching a game. Use system.xbelaunch for the info label for the name of the xbe.
2007-06-25 9425 changed: iso/img files are now excluded from stacking
2007-06-25 9424 fixed: last path of multipaths had an additional slash at end
2007-06-25 9423 fixed: builtins that didnt require parameters were broken
2007-06-25 9422 added: australian region to english language (thanks to wintertute)
2007-06-25 9421 updated: hungarian language (thanks to eke and sigismund) updated: Chinese (Traditional) language (thanks to omenpica)
2007-06-25 9414 fixed: Same error with non-portable map::erase() method.
2007-06-25 9412 fixed: Music scanner used a non-standard map::erase() implementation.
2007-06-25 9411 fixed: Only check for SNTP server 3 times.
2007-06-25 9408 fixed: Clashing of PageUp(id) builtin's and the PageUp action. Builtin's that take parameters are only treated as builtin's if the parameter is available.
2007-06-24 9403 update: updated ffmpeg libs for dvdplayer to current mplayerhq svn version
2007-06-24 9401 added: handle pts reordering for video decoding and use demuxer's pts value instead of dts if available in dvdplayer fixed: lavf in dvdplayer outputs invalid dts values for h264 in matroska, due to out of order timestamps (B frames)
2007-06-24 9399 Fixed : PM3 Navigation and visible states of new scrollbars layout in dialogs :
2007-06-24 9397 Fixed : PM3 mouse pointer jumping on click drag in 16x9
2007-06-24 9396 Changed : PM3 added a new hopefully better looking scrollbar with better mouse support
2007-06-24 9393 changed: combine setclock and resync message and make them simpler in dvdplayer
2007-06-24 9392 added: make dvdplayer mp3 decoder, report internally buffered data to improve audio sync
2007-06-24 9391 added: lastfm users tag list + radio. added: lastfm users playlist radio. added: lastfm views default sort option (sort as provided).
2007-06-24 9390 added: allow frame dropping to be toggled in dvdplayer. (currently no key assigned to it nor any osd option)
2007-06-24 9389 changed: dvdplayer now assume a frame was dropped when a demux packet didn't result in a frame, should be the truth aslong libavformat does what it should and only output one frame per packet and no half frames.
2007-06-24 9388 fixed: some dvd's would not play audio or subtitles (mostly noticable in extras) due to a bug in libdvdnav's audio stream selection code. workaround in xbmc for now.
2007-06-24 9387 fixed: dvdplayer would drop audio frames when frame sizes where smaller than what renderers accepted. (flv, vob with pcm...)
2007-06-24 9386 Changed PM3 made full screen music info not visible on window open and song change if the lyrics script is running
2007-06-23 9385 fixed: Window.IsVisible(xmlfilename) now works with windows that aren't part of the skin (compares on filename only).
2007-06-23 9376 fixed: visualisationcontrol was not initialized properly which sometimes resulted in a visualisation not processing any audio data.
2007-06-23 9375 added: icon attribute to static content in lists/panels.
2007-06-23 9368 fixed: Python WindowXML dialogs didn't set/reset the overlay state correctly on exit.
2007-06-22 9367 changed: redundant fan logic on profile switch (no functional change just less code).
2007-06-22 9366 fixed: compile error
2007-06-22 9365 added: static content ability to all list/panel containers. Format is: ActivateWindow(MyVideos) ...
2007-06-21 9362 changed: Log the failed character as hex to more easily identify non-ascii characters.
2007-06-21 9361 added: Some more debug logging for when caching a TTF character fails.
2007-06-21 9358 Fixed : Mouse Pointer jumps up and over 15 pixels when dragging a scrollbar
2007-06-21 9356 added: PageUp(id) and PageDown(id) built-ins to tell a page control to execute an action.
2007-06-21 9355 fixed: Screenshot wasn't possible from smart playlists "Rule" list.
2007-06-20 9349 fixed: SNTP thread wasn't stopped before deletion. Should fix some of those profile switching crashes.
2007-06-20 9347 fixed: Incorrect log message on setting resolution.
2007-06-20 9346 fixed: Hidden groups within grouplists wouldn't get their animation transforms removed from the transform queue, meant later group controls could be way off screen.
2007-06-19 9343 updated: French language file, clean and some minor fix
2007-06-18 9342 fixed: [ 1735777 ] Cue file parsing error (possibly due to charset issues?)
2007-06-18 9341 fixed: Grouplist didn't show items on second or higher pages.
2007-06-17 9336 fixed: httpapi command SendKey codes now fully processed
2007-06-17 9335 added: httpapi command Action - allows action ids to be sent directly
2007-06-17 9334 fixed: Some mp3 tracks were not played gaplessly.
2007-06-17 9333 fixed: Zoom animations specified by coordinate/size when inside groups used the wrong coordinate space (relative to window rather than control)
2007-06-17 9332 fixed: Control animations inside grouplist controls wasn't working.
2007-06-16 9329 fixed: skin reloading could deadlock.
2007-06-16 9328 fixed: Windows with an absolute coordinate system didn't get the width and height window-property set (caused the busy-indicator to keep loading the dialog for some skins).
2007-06-16 9327 fixed: debug fps info.
2007-06-14 9318 changed: Music song search only returns 1000 items to avoid taking too long.
2007-06-14 9317 fixed: Database could be deleted if an exception (eg out of memory) occured.
2007-06-14 9316 fixed: WindowID wasn't set to invalid anymore if a window couldn't be loaded.
2007-06-13 9308 updated: Finnish based on 9182 by mikko70 updated: Dutch based on 9182 by CeonX updated: Polish based on 9182 by NaPeK updated: Danish based on 9182 by buchwaldsource
2007-06-12 9298 fixed: file://c/path didn't work. now both file:///[drive]:/path and file://[drive]/path works
2007-06-12 9296 fixed: don't delay xbmc startup (rendering), because network isn't available.
2007-06-12 9293 fixed: dvdplayer would attempt percentage seek even if there was not total duration available.
2007-06-12 9292 fixed: dvdplayer wouldn't take locally buffered data into account when calculating audio delay
2007-06-12 9291 fixed: make sure libavformat knows internally when a stream is streamed
2007-06-12 9290 changed: make sure dvdplayer catches access violations in reset of video codecs too
2007-06-12 9289 updated: German language file (Based on english strings version 9182)
2007-06-12 9287 added: [1735499] Extended addItem on WindowXML to add to any position by stanley87
2007-06-11 9286 changed: Python ListItems to use CFileItem rather then CGUIListItem
2007-06-11 9285 fixed: Controlgroup from python would crash on exit if a control inside it had been referenced.
2007-06-10 9273 Changed : PM3 Background video and music scans dialogs now slide off the screen when in full screen video and visualisation for a clean view
2007-06-09 9267 updated: allocine.xml scrapper (thanks to l8tig)
2007-06-09 9263 changed: APEv2 tags are only read in MP3 files if you specify true in the node of AdvancedSettings.xml
2007-06-08 9260 added: [ 1729611 ] CUE multi FILE support, thanks to azertypete.
2007-06-08 9259 fixed: extra ; in last commit (how did I miss that!)
2007-06-08 9258 cleanup: Removed some out of date comments and some unnecessary retry code.
2007-06-08 9257 changed: Don't download IMDb image to Z: - download direct to memory and create thumb from there (fixes multiple movies having the same thumb issues).
2007-06-08 9255 changed: Multipaths are stored url encoded to fix issues with things working on paths directly (eg RemoveSlashAtEnd()/AddSlashAtEnd() causes [ 1727097 ])
2007-06-07 9247 fixed: Try 2 at a kai startup fix (due to the kai vis conditions on PM3 homepage)
2007-06-06 9242 updated allocine scraper
2007-06-05 9225 fixed: Music database items in playlists wouldn't read their thumb info from the db.
2007-06-05 9224 fixed: SortSongByTrack routine was incorrect, affecting the identification of overlapping track numbers in a music folder during scan (unique album identification)

Image IPB


------------------------------------------

Le NET DOIT RESTER LIBRE!
ban.png

°¨¨°³º¤£(¯`·. Viva LS .·´¯)£¤º³°¨¨°

  • Retour en haut




0 utilisateur(s) li(sen)t ce sujet

0 invité(s) et 0 utilisateur(s) anonyme(s)