Tuesday, August 30, 2011

The builds 161-164

16.0.164 (8/29/2011)

1. Changed: Added the ability to put a graphic under the option buttons in the player window in a Standard View skin (Playerbar\OptionButtonsBackground).
2. Changed: Added support for more view header skin colors so the header and body can use different color schemes (HeaderTextColor, HeaderHotTextColor, ActiveTabTextColor).
3. NEW: Bad / corrupt files get imported to a special database location so that the files won't get analyzed over and over with each import (smartlist ~d=b shows files).
4. Fixed: Showing the import dialog could crash in rare cases.

16.0.163 (8/26/2011)

1. Fixed: The 'Language' on screen display was not working for DVD playback.
2. Fixed: When starting DVD playback, a portion of the display could be cut off in some cases.
3. Changed: Red October Standard uses the Microsoft video decoder for WVC-1 content.
4. NEW: DSP Studio shows the source and internal audio formats on the bottom of the dialog.

16.0.162 (8/26/2011)

Internal testing build.

16.0.161 (8/25/2011)

1. Fixed: Possible memory over read from a corrupt or specially crafted registry setting.
2. Faster: Evaluating the same regex over and over in an expression is much faster.
4. NEW: Added Rotten Tomatoes as a possible data source to the Lookup Movie dialog.
5. NEW: Added string field 'Critic Rating' for storing rating information, like a Rotten Tomato score.
6. Changed: Tuned size of view category editing dialog.
7. Changed: Automatic media sub type guessing used in Theater View assumes WTV files are television.
8. Changed: Removed unneeded "(root)" label shown on location panes with no base path.
9. Chagned: Removed the > symbols between drop-down pane items in the view header.

Thursday, August 25, 2011

The build 160

16.0.160 (8/25/2011)

1. Changed: Removed rotation from cover art in Theater View's Playing Now.
2. Changed: Tuned positioning and timing of instructions shown for Theater View and Display View.
3. Fixed: Subtitles would not work properly after a seek (only applies to build 159).
4. Changed: Video playback has a forced position update two seconds after playback starts to (hopefully) solve black screen issues that can arise with certain file plus renderer combinations.
5. Changed: Resuming video playback in full screen after the screensaver was shown while pauses wouldn't always close the running screensaver.
6. Fixed: Using an expression in a search (or pane) that included certain special characters could cause the search engine to fail to parse the search.
7. Fixed: A rare crash when loading a view that used an expression that used special characters.

The builds 157-159

16.0.159 (8/24/2011)

1. Fixed: Empty numeric searches were not working (only applies to 158).
2. Fixed: Regular expressions were not working (only applies to 158).
3. Fixed: Some math functions would not work properly in expressions (only applies to 158).
4. Changed: The mute state of a zone will not be cleared on startup if "Options > Startup > Optimize volume for best sound quality" is not checked.
5. Fixed: Naming two Theater View library items the same could cause problems.

16.0.158 (8/23/2011)

1. Fixed: The expression language could fail to parse some expressions properly due to changes in 16.0.157.
2. NEW: Added an optional flags parameter to the Regex(...) expression function. Use the flag "1" to perform case sensitive matching.
3. Changed: Czech language translation updated (thanks to Johnny B).
4. Faster: Optimizations to core database search engine. Long searches can be 10 or more times faster to execute.
5. Fixed: Panes weren't working properly with dates before 1900.
6. Changed: Audio stream selection for videos will preserve the default selection made by a splitter if the language of the selection matches the user's language selection in Media Center's options.
7. Changed: Minor tweak to how playback checks for file system permissions and ownership when starting playback.
8. NEW: DSP Studio > Parametric Equalizer has two user channels that can be used to hold temporary data. For example, you could combine Left and Right into User 1, equalize User 1, and then add the result to the Subwoofer.
9. NEW: Subtitles are fully supported when converting for Gizmo (sizing, position, and subtitle selection honor playback settings).

16.0.157 (8/22/2011)

1. Fixed: DVD playback could start with a black screen.
2. Fixed: Expressions using /# #/ to mark unescaped text could still have certain characters get escaped.
3. Changed: Renamed expression function RegexSearch(...) to Regex(...).
4. Changed: Regex(...) captures for the last run Regex(...) are accessible with variables [R1], [R2], up to [R9].
5. Changed: Regex(...) can be used to perform a test by setting the last parameter to 0 (the default) and it will return 0 or 1.
6. Changed: Regex(...) uses case insensitive regular expression matching.
7. Changed: Updated the French language translation (thanks to Dominique COMET).
8. Changed: Reduced how likely Play Doctor is to use the same file again when it's been used recently.
9. Fixed: The space bar and backspace key are routed to the search when using the search in Netflix, YouTube, or Hulu in Theater View.
10. Fixed: Pressing the space bar could cause two spaces to be output in Theater View > Gadgets > Search.
11. Fixed: Returning from Playing Now to a zoomed in file info panel in Theater View could show a remnant of a list.
12. Changed: Updated to LAV 0.33 filters with Red October (fixes a possible crash with PCM audio).
13. Changed: When pausing or unpausing playback, the system sleep and display timers are reset.
14. Changed: The screensaver is allowed while fullscreen playback is paused.
15. Faster: Improved performance of search engine when dealing with very long searches.

Monday, August 22, 2011

The builds 150-156

16.0.156 (8/19/2011)

1. Changed: Red October uses LAV filters 0.32.
2. NEW: The expression language supports putting strings (like regular expressions, etc.) in comment blocks like /#Text/# to remove the need to do escapement.
3. Fixed: On a multi-monitor system Options > Video > Display Settings could save a different setting than selected.
4. Fixed: Right-click 'Reset Selection' on an individual pane would not update the other panes properly.
5. Fixed: Trying to play a DRM protected WMV video with no rights could cause a crash.
6. Fixed: Using MC16.exe /MCC 22001,2 would not always work reliably.
7. Fixed: Scrolling down in a Theater View grid-style list would not always loop to the last row when pushing down.
8. Changed: Browsing back into a smartlist on Gizmo or a DLNA device will reevaluate the search (may depend on device caching).
9. Fixed: When drilling into a category thumbnail list, the scroll position of the new list could be strange.
10. Faster: Improved the layout performance of the core list / tree UI component used everywhere in the program.

16.0.155 (8/18/2011)

1. Changed: When a file type that's normally a video has its media type set to audio (normally because it doesn't contain a video stream), it will be played with the audio engine instead of playing as a video with no display.
2. Changed: LAV Audio decoder is used for WTV files when possible (may cause WTV playback to fail until the next build when LAV will be updated).
3. Fixed: Issuing an image playback command from the web service while audio was playing and images were already showing could cause the view mode to toggle.
4. NEW: Reworked how pane filtering works when 'Filter in both directions' is enabled so that each pane is filtered by all other panes and the order filters are applied does not matter (feedback welcome).
5. NEW: Added RegexSearch(...) expression function that allows using regular expressions to parse any value.
6. Fixed: Possible Red October video converter crash when seeking Gizmo / WebPlay (hopefully, please provide a log if problems persist).

16.0.154 (8/17/2011)

1. Fixed: Red October video conversion could show a distorted picture in some cases.
2. Changed: Updated to a custom build of ffdshow that better supports the Red October video encoder ( code change publicly documented here: http://forum.doom9.org/showthread.php?t=120465&page=696 ).
3. Changed: Tuned quality of Red October video converter so that the output looks better on Android phones and tablets.
4. NEW: Added DSP Studio > Output Format resampling mode 'Only sources less than 44,100 Hz'.
5. Changed: DSP Studio > Output Format disables the resampling mode selection when doing AC3 output.
6. Fixed: The messaging in the right-click menu for screen grab being unavailable with madVR wasn't clear.
7. Changed: Chapters are disabled when playing a video that has a playback range (previously chapters could interfere with the playback range).
8. Changed: Renamed 'Store in file tags' to 'Save in file tags' on the library field dialog to make the naming more consistent with the field filter selections.
9. NEW: Subtitle shift and size can be set per file, and settings will be saved between plays and runs.
10. Changed: Mouse panning with click-n-drag and mouse zooming with the mouse wheel works with Ctrl or Shift pressed (previously each required one of the two keys, and the keys were different).
11. Changed: Reworked how the 3D drawing redraw mechanism works to hopefully fix an issue where timers could get starved and not run due to the drawing (feedback welcome).
12. NEW: The 'Virtual Subwoofer' effect sounds better (includes Subclarity, steeper roll-off, and better clip-prevention).

16.0.153 (8/15/2011)

1. NEW: Red October video conversion allows fast seeking to any part of the video with WebPlay (on the desktop or Android).

16.0.152 (8/15/2011)

1. Fixed: The search shortcut for the 'Screewriter' field had a typo.
2. Changed: Updated German language file (thanks Bytestar).
3. Fixed: Some view header buttons did not get translated when running in a language other than English.
4. Fixed: DLNA: removed all SSDP notify message responses. Was breaking some renderers.
5. Changed: Media Network, updated user agent header to be more standard.

16.0.151 (8/12/2011)

1. NEW: Added the ability to lookup movie information from TMDb (themoviedb.org). The tool "Lookup Movie Info From Wikipedia" is now "Lookup Movie Info".
2. Changed: Integrated the J. River audio converter into the Red October video encoder instead of using the audio converter as a discrete filter for better performance.
3. Changed: The Red October video converter supports videos that do not contain audio.
4. Changed: Red October video conversion handles frame rate conversion better.
5. Changed: Red October video conversion uses volume normalization when converting.
6. Fixed: DLNA, remove superfluous response to reception of a NOTIFY SSDP message. Was crashing some renderers.
7. Fixed: Audio stutter during television channel change in certain audio output modes.
8. Faster: The core web service engine (MCWS) used by Library Server, DLNA, etc. is more multi-threaded, improving server response times.
9. Changed: Red October video converter better supports mid-stream audio format changes.
10. NEW: Red October video conversion is used for DLNA when using the MPEG2/DVD video format. Allows playback of Blu-ray, JTV, and most any other video on a PS3, WDTVLive, etc.
11. Faster: Red October video conversion uses LAV CUVID when possible for decoding for faster conversion.
12. Changed: Updated the French language translation (thanks to Dominique COMET).

16.0.150 (8/10/2011)

1. NEW: New video conversion engine that uses Red October for decoding and works with Blu-ray, TV, etc. (currently used by WebPlay for video playback, but more areas of the program will follow).
2. Changed: Updated the French language translation (thanks to Dominique COMET).

Wednesday, August 10, 2011

The builds 146-149

16.0.149 (8/9/2011)

1. Changed: The view header for a panes view will show the view name in the view header instead of 'Panes'.
2. Changed: When the tree is hidden, the view header menu includes the same 'Library Views' submenu as is in the View menu of the program (a separate breadcrumb is no longer displayed when the tree is hidden).
3. Fixed: RemoveCharacters(...) expression with mode 0 was not removing character occurrences from inside the string.
4. Changed: Added mode 3 to RemoveCharacters(...) to remove characters from the front and end of the value.
5. Changed: For accessing Netflix content, Media Center now uses 'netflix.ca' in the URL rather than 'netflix.com' when the computer's locale is set to Canada.
6. Fixed: When grouping numeric values like date, both empty and unassigned could appear in a list.
7. Changed: By default the Wikipedia language will track the currently selected language in the program (but can still be customized in Options > Services).
8. Fixed: Television playback was broken (video displayed in a separate window) when EVR was not used (build 148 only).
9. Fixed: The bitrate displayed in the player area during playback could be doubled the actual bitrate for HE-AAC files.
10. NEW: Add alternative way of specifying and receiving AlbumArtist and Performer in DLNA.
11. Fixed: Digital ATSC television channel scan could produce channels with wrong physical channel values with some tuner devices.

16.0.148 (8/5/2011)

1. NEW: Added expression function RemoveCharacters([value], [characters to remove], [mode]).
2. Changed: The core function that validates and fixes filenames removes double-slashes.
3. Changed: When editing the filename field by hand, the user-entered filename will be cleaned before attempting to apply the filename (previously the change would fail and the value would be reverted).
4. Changed: Transparency for glass-style skins is supported in the player bar display area (updated Noire Glass as an example).
5. NEW: Playback range is supported for video playback.
6. Fixed: When using the Vista / Windows 7 system volume method, the volume would not bind to the proper sound card line in some cases when starting playback until after audio was playing, making it so volume protection could update the volume for the wrong zone.
7. Changed: When using internal volume, the volume display will both the volume percentage and also the decibel value.
8. Fixed: When switch from HD to SD television channel (or vice versa) the video aspect ratio could stay incorrect for a few seconds.
9. Changed: The language of SRT is decoded from the filename when possible so that the user's subtitle settings can be applied for SRT subtitles the same as for internal subtitles.

16.0.147 (8/4/2011)

1. Changed: By default, FSAA is disabled for all Intel graphics cards due to bugs with the Sandy Bridge drivers ( http://yabb.jriver.com/interact/index.php?topic=65662.0 ). Settings can be manually configured in Options > General > Video Card.
2. Changed: Image playback draws error information on the screen when it fails to create a 3D device (as opposed to showing a black screen).
3. Changed: User decoder selection and hardware acceleration get used before using madVR's internal video decoding.
4. Changed: Disabled write-behind caching when saving database files to make the database more resilient against hardware crashes.
5. Changed: With 'Hardware accelerate video decoding when possible', DXVA will be used with EVR or VMR9 (previously only used with EVR).
6. Changed: In DSP Studio, clicking a checkbox will not switch what plugin is selected if the control keyboard button is pressed while clicking.
7. Changed: Revised television playback video positioning to use a threading model that more closely matches regular video playback (to hopefully fix madVR stalls).
8. Changed: Added logging to the VMR 9 subtitle overlay drawer to help troubleshoot subtitle problems.
9. Fixed: YouTube support was not working due to YouTube server changes.

16.0.146 (8/3/2011)

1. Changed: Digital television graph building uses direct connection (not allowing intermediate filters) whenever it is sensible to do so. This will prevent unwanted filters from jumping in and causing crashes.
2. Changed: Updated all language files to have the latest strings from the source code, and to remove any orphan strings.
3. Changed: An optical Blu-ray disk will not get reanalyzed (which could revert the name to Blu-ray Movie) when reinserted.
4. Fixed: The program was not asking for optical discs by name when trying to play an imported disc that wasn't in any drive (only applies to last few builds).
5. NEW: Added Options > Video > Hardware accelerate video decoding when possible. It will try LAV CUVID (requires nVidia card), and also DXVA (requires EVR renderer instead of madVR).

Wednesday, August 3, 2011

The builds 142-145

16.0.145 (8/2/2011)

1. Changed: Removed the Subtitles > On / Off menu choice that would appear for videos with no subtitles (ffdshow didn't specify if subtitles existed, but the internal subtitle engine solves this).
2. Fixed: When image or video playback was started while in Display View (from a script, SDK, etc.) the display could unexpectedly jump out of Display View.
3. Changed: Moved 'Display Settings...' popup dialog options into the main program options (Options > Tree & View > Full Screen).
4. Fixed: Switching subtitles while playing could cause a crash in rare cases.
5. NEW: Added Options > Video > Subtitle size (changes size of text-based and image-based subtitles).
6. Changed: If connection between video decoder and renderer still fails after setting video decoder output format to RGB, Red October inserts Color Space Converter and tries connection again.
7. Changed: When madVR is configured to do video decoding, Red October HQ will try to connect to madVR without a video decoder first (video decoding in madVR disabled by default).
8. Changed: Updated to madVR 0.73.
9. NEW: Added Options > General > Show on screen instructions.
10. Faster: Theater View list scrolling using the arrow keys / remote is over 10 times faster.
11. NEW: Added DVD video burning.

16.0.144 (8/1/2011)

1. Fixed: The DVD menu button on the remote would not work while playing a DVD (only applies to the last few builds).
2. Fixed: Fast forwarding a DVD to the menu would leave the playback rate display stuck (only applies to the last few builds).
3. Changed: Improved performance of hardware accelerated drawing engine used by Theater View, image playback, etc. with devices that could stall when testing for device lost states.
4. Fixed: When starting an image slideshow, the caption (if enabled in Options > Images) would not appear for the first image.
5. Fixed: Blu-ray (PGS) subtitles that spanned multiple item blocks were not being decoded properly.
6. Changed: Added more logging to playlist saving to help troubleshoot a Rockbox upload problem.
7. Fixed: Resolutions not explicitly supported by the monitor would not work properly for auto-refresh rate changing.
8. Changed: Updated to newer ffdshow (7/31) which reverted a change which caused choppy performance on many video files.
9. Fixed: With the option 'Move center to front L/R' enabled, videos that used center-focused mixing could sound bad.

16.0.143 (7/29/2011)

1. Fixed: YouTube support was not working due to YouTube server changes.
2. Changed: Improved how the playback position display works so that it both appears smoother and uses fewer resources.
3. Changed: The merge of video and DVD playback code is finished. Please report any problems.
4. Changed: Revised the right-click menu layout for video / DVD playback.
5. Changed: Updated to version .31 of LAV audio and splitter directshow filters. LAV audio now handles DTS-WAV files nicely.
6. Changed: For ffdshow auto-config, we're now setting flag titled 'multiThread' to 1 as well as 'numThreads' to number of processors. May be needed since ffmpeg-mt was merged with libavcodec??
7. Changed: Updated German language file (thanks Bytestar).
8. Changed: Video resolutions not explicitly supported by the display will still be listed in Options > Video > Display Settings.

16.0.142 (7/28/2011)

1. Changed: Revised threading used by video playback engine, with the goal of improving video startup time and solving madVR hangs / stalls.
2. NEW: Television recording option to specify the max number of episodes to keep for a particular subscription.
3. Internal: Merging of video and DVD playback engines (still a work in progress, DVD playback may be problematic for a few builds).