| informationsyndicateUTC clock | event counters The last message was received 1.48 years ago at 20:22 on Dec 01, 2010 0 messages so far today, 0 messages yesterday 0 messages so far this week, 0 messages last week 0 messages so far this month, 0 messages last month 455 messages since the first one, 2.79 years ago, for an average of 2.24 days between messages recent messages date | project | content | link |
|---|
| 19:22 on Dec 01, 2010 | mythtv | Commit by robertm :: r27408 /trunk/mythtv/libs/libmythmetadata/dirscan.cpp: libmythmetadata: Fix issues in some setups where remote scanning was not working properly. I ended up going with a slightly more efficient approach which should work the same as the tested patch, please let me know if the problem appears again with this solution. Fixes #9308. | # | | 20:38 on Nov 30, 2010 | mythtv | Commit by robertm :: r27388 /trunk/mythtv/libs/libmythtv/BDRingBuffer.cpp: Blu-ray Playback: Properly track the menu status in the BD Ringbuffer. Closing of the menu is accomplished by triggering the callback, and setting the RLE image pointer to null. The null checks at the top of the overlay callback properly set the menu status to closed until a valid RLE image is processed, then the flag is set back to true. Also removes an unnecessary toggling of the menu status, the callback handles all of this for us. | # | | 17:25 on Nov 30, 2010 | mythtv | Commit by robertm :: r27387 /trunk/mythtv/libs/libmythtv/ (3 files): Blu-ray Playback: More HDMV navigation improvements. HDMV navigation mode operates on the concept of "playlists" rather than titles, which are a logical grouping of one or more titles. Accordingly, add a SwitchPlaylist parallel to our current SwitchTitle code, and seperate the common code to update the member variables out into UpdateTitleInfo, which is called at the end of each Switch function.
Also prevent manual navigation of titles (forward/back/enumerate) in mythbdplayer when using HDMV navigation mode, as manual title navigation breaks the VM. "Title" navigation in HDMV mode should be done by using the Blu-ray Disc's menus. | # | | 05:01 on Nov 30, 2010 | mythtv | Commit by robertm :: r27385 /trunk/mythtv/themes/MythCenter-wide/video-ui.xml: MythCenter-wide: Add Blu-ray region setting. | # | | 03:14 on Nov 30, 2010 | mythtv | Commit by robertm :: r27380 /trunk/mythtv/libs/libmythtv/BDRingBuffer.cpp: Blu-ray Playback: Check a setting for the Blu-ray Player region. Some discs stubbornly refuse to play in HDMV navigation mode without a region code set. I'll need to add a UI for this setting later, but since HDMV mode isn't open to the public yet, the one or two of us who have tried it can insert the DB value if necessary. | # | | 02:39 on Nov 30, 2010 | mythtv | Commit by robertm :: r27377 /trunk/mythtv/libs/libmyth/audiooutpututil.h: Fix compilation of trunk with --enable-symbol-visibility following r27375. | # | | 01:53 on Nov 30, 2010 | mythtv | Commit by robertm :: r27376 /trunk/mythtv/libs/libmythtv/ (5 files): Blu-ray Playback of The Fifth Element:
What Works:
- HDMV Navigation Mode of The Fifth Element (minus actual buttons in the menu. They're gaudy.) What Doesn't:
- Every other disc on the face of the planet. Joking aside, improvements to HDMV navigation mode. I've tried and tried and tried, but verious discs send invalid parameters in the EVENT_TITLE and EVENT_PLAYLIST events, and I can only conclude that these are bugs in libbluray. If I can isolate what they are I'll fix them in the library, but as it is navigation works properly in relatively few discs. The library support just isn't there yet. That said, when it works, it mostly works okay. I still need to figure out why seeking/skipping commands arent being handled, but the correct title hierarchy is followed and the menu responds to keypresses (like selecting the "Play" item) even though the buttons aren't drawn just yet.
| # | | 00:40 on Nov 29, 2010 | mythtv | Commit by robertm :: r27366 /trunk/mythtv/programs/mythtranscode/mpeg2fix.cpp: MythTranscode: Fix typp in log output that had QString complaining. | # | | 20:36 on Nov 28, 2010 | mythtv | Commit by robertm :: r27365 /trunk/mythtv/libs/libmythbluray/ (bluray.h bluray.c): libmythbluray: Handle Blu-ray still mode playlists (probably used for still-frame background menus) | # | | 23:30 on Nov 27, 2010 | mythtv | Commit by robertm :: r27363 /trunk/mythtv/libs/libmythtv/ (tv_play.cpp tv_play.h): Blu-ray Playback: Only pass keypresses into the HDMV menu if an HDMV menu is actually present. | # | | 17:03 on Nov 27, 2010 | mythtv | Commit by robertm :: r27362 /trunk/mythtv/libs/libmythbluray/bluray.c: libmythbluray: Add some null checking. | # | | 04:41 on Nov 26, 2010 | mythtv | Commit by robertm :: r27350 /trunk/mythtv/libs/libmythtv/BDRingBuffer.cpp: Blu-ray Playback: Theoretically, bd_seek_time will function just fine on HDMV navigation titles (and seeking wouldn't work without it, soooo better figure it out). | # | | 20:35 on Nov 25, 2010 | mythtv | Commit by robertm :: r27345 /trunk/mythtv/libs/libmythtv/BDRingBuffer.cpp: Blu-ray Playback: Properly handle more events in HDMV navigation mode. This picks up some of the events that were being dropped (and thus title flow should now be about accurate), though for some reason title information still isn't being properly updated when the main feature starts. | # | | 23:47 on Nov 20, 2010 | mythtv | Commit by robertm :: r27311 /trunk/mythtv/programs/programs-libs.pro: Fix misspelling of library name. | # | | 20:38 on Nov 20, 2010 | mythtv | Commit by robertm :: r27308 /trunk/ (17 files in 8 dirs): MythVideo/Video Scanning: Add a video scanning thread to the backend. Adds a new myth protocol command, SCAN_VIDEOS, which will trigger a scan of all video folders, exactly as though it were invoked from a frontend in mythvideo. Metadata is currently unhandled, but I plan to add that as a secondary step in the next few days. This is currently only invoked manually through the protocol or by running mythbackend --scanvideos. Anyone doing this should be smart enough to realize what "no metadata handling yet" means.
Bumps protocol version and library version, so you will need to recompile plugins. | # | | 23:07 on Nov 18, 2010 | mythtv | Commit by robertm :: r27289 /trunk/mythtv/themes/ (14 files in 8 dirs): Update Core themes and menu themes to account for removal of VCD playback, and unification of DVD and Blu-ray disc playback under a single menu item. | # | | 16:32 on Nov 18, 2010 | mythtv | Commit by robertm :: r27282 /trunk/mythtv/libs/libmythtv/BDRingBuffer.cpp: Blu-ray Playback: Some more incremental HDMV navigation and overlay steps. Update the current title info when an EVENT_PLAYLIST event is received. This doesn't seem to *quite* work yet (seeks/skips are broken on the main title) but it's slightly closer that what the code was like before. Simplify the initialization of HDMV navigation mode (and make it work properly again with BD-J only discs, which would otherwise fail in HDMV navigation mode). Add null checking for the BDRingBufferPriv object in the overlay callback. Add some decode of the RLE overlay image to the callback, though it is still fairly broken. | # | | 22:46 on Nov 17, 2010 | mythtv | Commit by robertm :: r27264 /trunk/mythtv/libs/libmythtv/ (tv_play.cpp BDRingBuffer.cpp): Blu-ray Playback: Hopefully handle the m_inMenu bool properly. If you get as far into the callback that you have an overlay image, you are in menu. Also reinstate a null check in the overlay callback that somehow went missing. Add keypress handling for the Popup Menu using the same binding used for interactive services/MHEG, this intuitively seems like the best choice to me. There is a small bit of this code (toggling the menu state when the popup keypress is called) that might be gratuitous, I need to understand the menu callbacks from the API better, but it might be removeable in the future. | # | | 22:05 on Nov 17, 2010 | mythtv | Commit by robertm :: r27263 /trunk/mythtv/libs/libmythtv/BDRingBuffer.cpp: Blu-ray Playback: In HDMV navigation mode, when a title switch event is called, pass the parameter to our current title switch code. So far untested but it should be safe to do this (and we'll need to update title info on this event in one way or another). | # | | 21:18 on Nov 17, 2010 | mythtv | Commit by robertm :: r27262 /trunk/mythtv/libs/ (5 files): Remove stale directories from previous ffmpeg sync, these now live in external/FFmpeg/. | # |
|