Просмотров: 321815-01-2012, 15:30 Сегодня обновилась программа Showtime до версии 3.3.356. Список изменений в версии 3.1.5: - Исправлена утечка памяти в приложении. - Исправлены проблемы с просмотром видео из ZIP архивов. Список изменений в версии 3.1.9: - Fix videolaunch layout a bit - Use prop_create_check() - Allow result_sizep to be NULL in http_request() - Drop unnecessary if() statement Список изменений в версии 3.1.19: - Перемещены все настройки в каталог settings/ в папку с установленным Showtime. Showtime автоматически обновит предыдущую структуру каталогов на эту новую структуру. - Не делайте умножения размера шрифта на 0. - Исправлена ошибка использования неинициализированных var. - Исправлена ошибка неинициализированных var. - Удалены пользовательские шрифты, из-за которых неадекватно работали оригинальные шрифты. - glw: Исправлена проблема с клонированием файла при повторной попытке его воспроизвести. - Добавлена поддержка функции для сброса шрифта по умолчанию. - Добавлена поддержка тега. - Добавлена поддержка для нанесения горизонтальной линейки в визуализации текста. - Стандартный цвет для субтитров - белый. Список изменений в версии 3.1.22: - Если очередь воспроизведения подходит к концу текущей очереди воспроизведения, попробуйте запросить больше записей. - Очередь воспроизведения: Добавлена поддержка PROP_ADD_CHILD_VECTOR. - Теперь можно настроить стиль субтитров (цвета, тени, контуры). Если вы обнаружили баги в любом из этих плагинов вы можете написать о них здесь Есть ли у вас предложения об улучшении плагина Channel9, пожалуйста, свяжитесь со мной (facanferff) и я постараюсь добавить предложенную вами функцию. Список изменений в версии 3.1.27 (при установке данной версии плагины Channel9 и Revision3 будут удалены): • Remove unused file commandmenu.view • glw: Replace int2str() with fmt() • glw: Replace float2str with fmt() • glw: Add fmt() • glw: Fix typo causing count() not to work Список изменений в версии 3.1.35 (при установке данной версии плагины Channel9 и Revision3 будут удалены): • i18n: Добавлена документация для создания перевода программы. • i18n: Сделал возможным загрузить ваш готовый перевод на HTTP-сервер. • i18n: Пропущена спецификация UTF-8 в файлах языка. • l10n: Добавлен перевод программы на шведский язык. • i18n: Начальная работа в добавлении NLS (Встроенная поддержка языка) • Исправлены опечатки в переводе программы. • Исправлено: код программы, который выдавал ошибки при просмотре видео, через интернет. • Добавлена поддержка для PROP_MOVE_CHILD в prop_concat фильтре. Список изменений в версии 3.1.35 (при установке данной версии плагины Channel9 и Revision3 будут удалены): • Добавлен перевод программы на голландский язык. • Удалены некоторые debug функции. • Переработан код ш UTF-8 и окончаний в CRLF линий в update_lang.py • Добавлен перевод программы на испанский язык. • Исправлены некоторые ошибки в файле update_lang.py. • Merge pull request #18 from wader/osx_fixes. • Добавлен отступ в субтитрах с помощью использования пробеллов. • Теперь все пути переписаны правильно. • pt_PT: переводить поиск с помощью Spotlight. • pt_PT: добавлен отсутствующий символ точка с запятой. • de_DE: переводить поиск с помощью Spotlight. • l10n: Возможность написать комментарии к файлам, где не хватает некоторых строк перевода в программе. • l10n: бавлен перевод программы на итальянский язык. • i18n: Добавлена сортировка языков в программе. • Добавлен fa_dir_sort () • l10n: Обновлен португальский язык. • Перевод на португальский язык сделал Andreus Sebes. • Перевод на немецкий язык сделал Max Jänsch • Обновлена программа для проверки отсутствующего текста в переводе по строчкам. • Стабильное упорядочения источников. • Исправлена ошибка отсутствующего перевода в программе • GLW: Исправлены некоторые баги в навигации программы. • Merge pull request #16 from wader/osx_fixes. • Sort paths for each key as os.walk might return files in different order. • i18n: Изменен Sync NLS для Mac OS X. Список изменений в версии 3.1.164: js: Added function createInt for settings of a plugin • glwtheme: Fix audio in infobox • js: Add plugin.createStore() • Add Trad. Chinese Translation • Add Romanian translation • Update Italian translation • New language string • rtmp: Disable seeking if duration is 0 (or unknown) • Add probe support to RTMP. Add showtime.probe() in javascript API • js: Remove superfluous return • js: Added function createDivider for Settings • Fix deadlock • ps3: Make it configurable if we should force h264 content to level 4.2 • ps3: Allocate memory for vdec directly from LV2. • Add a global option for setting video zoom • glw: Make it possible to abort loading of textures that no longer needs to be displayed • Update Spanish translation • Fix broken docs • Change AVDISCARD_NONE to AVDISCARD_DEFAULT which is the default (really!) • Remove pointless argument • Add French translation • Update Chinese translation • Don't be so picky about missing properties when starting RTMP stream • Remove unused page type • Deal with "git describe" that does not support --dirty • Update Norwegian translation • Add Danish translation • Remove fa_dir_sort() (again) • i18n: Sort languages based on displayed title • Add Turkish translation • Add Russian translation • Add Finnish translation • Update Italian translation • Add simplified Chinese translation • Update polish translation • Add translation to Norwegian (Bokmål) • Update dutch translation • Remove legacy plugin bundle setup • URL where URL should be • Mention that the plugins.md doc is far from complete • Try to fix the markdown • Update de lang • Update lang files with translations for plugin repository • plugins: Move plugins to 'installedplugins/' to avoid clash with previous dir for plugin config/settings • http: Don't make up a cache lifetime. It will screw up things. • docs: Minor cleanup • Initial stab on plugin documentation • js: Remove 'type' from createSettings • js: Rename some stuff for better names • Drop 'disableAuth' from httpGet() and httpPost() • js: Some changes on plugin object also move getAuthCredentials to from showtime. to plugin. • plugins: Fix fallout from master rebase (NLS stuff) • plugins: Switch to official repo • Update UI with latest plugin changes • Add a URI to list of installed plugins • js: Fix min args for appendPassiveItem • More granular Linux arch info • Include system type in HTTP user agent • Allow the repository to contain an error message displayed to the user when browsing the repo • Make the plugin repository changable from command line • js: plugin.config. was not properly reflected in C code • js: Move createService from showtime object to plugin object • js: Fix argument list to showtime.httpPost • Change RELOAD_DEV_PLUGIN into RELOAD_DATA • js: Add support for action buttons on page object • glw: Drop the offset and limit in cloner() • add showtime.durationToString helper • glw: Modify clip-widget to allow arbitrary distance of clipping planes • plugin repo browse: Restructure data model a bit • js: Add page.appendPassieItem • navigator: Error, correctly set directClose • Don't defer scan of installed plugin to a separate thread. • Remove plugins from Showtime • js: Change showtime.currentVersion() a bit • Better error reporting during load of dev plugins • In plugin JSON files, If title-field is missing, use id-field instead • Make it possible to reload plugin under development • plugin: Add description for plugins • Improve status handling of plugins • js: Add showtime.currentVersion() • Add some helpers for converting string version to an integer • Add a global property tree for plugins • Switch to plugin:repo for browsing repository • Make it possible to also browse installed plugins. • Add plugin.view • Allow plugins to be installed from filesystem • Remove stray character • Remove settings related to plugins when uninstalling • Remove dead code • Make it possible to load a plugin with '-p' when starting Showtime. • Versioned repository file • More work on integration with external plugin repository • Add url_resolve_relative_from_base() • js: Keep fileaccess handle to the JS scriptfile while a plugin is loaded • Make htsmsg_field_destroy() public • htsmsg: Move hm_islist to field when adding msg • Fix use of prop after destroy • Initial stab on plugin browse • glwtheme: Add plugin icon • Add js_plugin_unload() • Add Polish translation • Just scan what we need in update_lang.py or we risk scanning other stuff • Merge pull request #19 from gonzzor/webdavs • Add webdavs support Список изменений в версии 3.1.188: • JS: разрешены произвольные названия, которые будут установлены в HTTPAuth обработчике. • Более надежная обработка кодировки символов в javascript, HTTP клиента. • Refactor символы были немного изменены. • Удалены старые файлы. • JS: Исправлена функция textDialog. • JS: Добавлена функция textDialog в Plugin API. • JS: Добавлена функция simple_dialog в Plugin API (показывает сообщение в всплывающем окне и текстовое сообщение для пользователя, в котором он может ввести в него что-нибудь). • Добавлена поддержка background в плагинах. • glwthemes: Добавлена поддержка background в directory type pages, используйте файл page.metadata.background. • UPnP: Небольшие исправления. • Добавлен венгерский перевод. • Добавлена поддержка для переопределения HTTP заголовков из плагинов. • rpmbuild spec файл для RedHat / Fedora и т.д. • Merge branch ‘master’ for github.com:jonask/showtime. • Изменение в Linux версии, сделано удаление программы и добавлено gtk-update-icon-cache. • Showtime добавляет иконку на рабочий стол, чтобы установка скриптов для Linux была без ошибок и, чтобы у программы был правильный путь установки при использовании Fedora. • Обновлена голландская локализация. • Обновлена традиционная китайская локализация. • Обновлена румынская локализация. • Обновлена норвежская локализация. • Обновлена французская локализация. Список изменений в версии 3.1.203: • ps3: Add our own sfo.xml • ps3: Implement a hdd-based read-ahead cache when streaming video • htsp: Include description from EPG in data model • Fix problem when upgrading plugins • lang cleanup • tcp sockets: Move spill buffer to tcpcon_t • Add missing prop_unsubscribe() causing memory corruption • Added createInt to the plugin documentation • spotify: Optimize metadata handling • Fix null deref • Add support for detection if seeking in a file is a slow operation. • Allow service discovery to be disabled • httpclient: Don't fail if we get disconnected during receive of body in 3xx and 4xx requests • Fix bug in JSON decoder making it choke on empty dicts • js: Fix missing rooting of JSObject Список изменений в версии 3.1.208: • Merge pull request #29 from whyz/master • Merge pull request #30 from tomodachi/patch-1 • added needed dependencies for ubuntu natty 11.04 • ps3: Add our own sfo.xml • ps3: Implement a hdd-based read-ahead cache when streaming video • htsp: Include description from EPG in data model • Fix problem when upgrading plugins • lang cleanup • tcp sockets: Move spill buffer to tcpcon_t • Add missing prop_unsubscribe() causing memory corruption • Added createInt to the plugin documentation • spotify: Optimize metadata handling • Fix null deref • Add support for detection if seeking in a file is a slow operation. • Allow service discovery to be disabled • httpclient: Don't fail if we get disconnected during receive of body in 3xx and 4xx requests • Fix bug in JSON decoder making it choke on empty dicts • js: Fix missing rooting of JSObject Список изменений в версии 3.1.213: • Add support for floating point audio in audio pipeline. • libspotify v9 • Implement our own pool allocator • Improve read-ahead cache a bit • linux: Remove d-bus interface. It’s buggy and crashes. Список изменений в версии 3.1.231: • language updates • ps3: Remove set setting for forcing h264 4.2 content to cell decoder • Update italian translation • Having code with side effects inside assert() is the mother of all failz • Remove unused define (thanks wader) • Drop stray printf (thanks wader) • If configured with --enable-release, compile with NDEBUG • Improve HTTP streaming slightly • Fix rendering of empty lines in SRT files • Avoid scanning directories and probe files if media streaming FIFOs are not full • Plug a memoryleak • fixed_buffer_mem WIP • ps3: Fix some picture order problems • ps3: Rework video decoding a bit, hopefully a bit better now • Use halloc() for audio buffer • ps3: Add support for multichannel audio • Merge pull request #31 from whyz/master • Added dvb programme description below programme list. Список изменений в версии 3.1.241: • Fix braindamanged coding. realloc() can actually move memory. yes. • lang: Update Dutch translation • text rendering: If characters spill outside REAL_DIM then extend the texture • video player: Only allow seeking if seeking in file is fast • lang: Update portuguese translation • Floating point audio output is broken for AAC+SBR. Avoid that for now • ps3-vdec: Don't use the _ex() version of codec query/open. It seems to mess things up • lang: Update german translation • ps3: Fix 6.1 audio output (typically DTS-ES) • lang: Update trad. chinese Список изменений в версии 3.1.252: lang: Update swedish translation Refresh language files from Showtime source lang: Update Danish translation ps3: Fix some brokenness related to seeking on ps3. Add support for seeking (forward) by just dropping packets in queue Fix parsing of true type style attributes ps3: Display problems with cell decoder to user ps3: Notify user if system is low on RAM lang: Update french translation Add support for displaying messagea via the HTTP interface Revive support for notifications Список изменений в версии 3.1.265: ps3: Add some debug when shutting down cell vdec video thumb: Correct file size of thumb PNG video thumbs: Plug severe memory leak ps3: Do netFreethreadContext() ps3: Fix row misallignment when scaling and converting YUV -> RGB for video thumbnails OpenGL-ES compat fixes upnp: Add support for switching into "image" mode of browser upnp: Don't say we have more items if we dont glw: No longer let overscan compensation (underscan) scale down video. Don't crash if javascript executions fails during search query lang: Update Danish translation spotify: Add support for delete from playlist Store video settings Список изменений в версии 3.3.037: Add support for tracking # of times an item has been played. prop: parent == NULL same as a zombie Fix build breakage Add support for keeping track of playcount and last time played for items Add missing file Split some db support code from metadata.c -> db/db_support.c Fix build on OS/X Fix some copy-paste programming error (affected SID and GMEfile playback) metadb: More robust loading of cached directories metadb: Log when we run into SQL syntax issues metadb: Whitespace fixes metadb: Fix broken SQL Get rid of prop_create_check() Merge branch 'release/3.2' Update italian translation Traditional Chinese language file for Showtime-3.2 Add sqlite3 binary to gitignore metadb: Store video file format in video info as well Add support for default flag for audio/subtitle tracks Merge branch 'metadata-v2' bump for tag A very simple pooling of sqlitedb handles metadb: Fix some bugs Allow fa_scanner to read entire directory structures from metadata cache build sqlite3 cmd tool with -DSQLITE_DEFAULT_FOREIGN_KEYS=1 Make Sqlite3 fly on PS3 Add hts_mutex_init_recursive() -- Sqlite needs this (*grumble*) Fix fallout from rebase from master Make metadata cache versioned Move meta.db into path for persistent storage Switch metadb to WAL journal mode drop stray printf()s metadb: Add support for schema upgrades Add a bunch of SQLITE_OMIT_ compile time defines metadata schema Add stuff for building sqlite3 shell Initial work on metadata cache in sqlite Include sqlite3 in build ps3: Disable audio copy control Don't offer multich audio controls on ps3 audio output ps3: Avoid using MSG_WAITALL. It seems a bit buggy or something readme: Mention that wii port is broken update ps3 readme a bit Merge pull request #35 from bielorkut/patch-1 configure: Fail if libav configure/make fails Some spelling mistakes corrected. ps3: Build libav from submodule Make libav as submodule work on linux libav as submodule Список изменений в версии 3.3.045: Resume video from last position when playing the same item again. Improve video_deliver_frame() API a bit Fix some video debug info Fix use of uninitialized var Drop unnecessary code Write current time of video in meta database when watching a video Simplify fa_scanner and metadata: Fix some bugs. Add better debug logging Список изменений в версии 3.3.061: Correctly fix read-after-end-of-file in RAR archives Don’t include filename in error message Fix RAR filename style to be even more flexible Fix bug causing cached items to be filtered out by directory scanner Max line length is 80 chars mr �man Improve tracing related to sqlite operations sqlite vfs wrapper: Fix a memory leak and bug causing temporary files to be unusable Avoid NULL deref Adjust threshold for automatic subtitle selection Be more verbose when i can’t read files in RAR archives Fix reading near end-of-file in RAR archives glwtheme: Add empty archive.view Better handling of SSA/ASS collisions and padding Support tags in normal subtitle text Be more liberal when parsing markup tags in text. Add Bulgarian translation Список изменений в версии 3.3.061: Update italian translation Update traditional Chinese translation Update Polish translation Updated Romanian translation Fix double free() introduced in 12564d46bcdf9a7f14eef0f90aa670af138d8084 ps3: Correctly display local time (ie, adjusted for current timezone) Better error reporting from fa_image_from_video2() Список изменений в версии 3.3.084: Add support for keeping track of images in metadata db Add Estonian translation Update Polish translation Update Bulgarian translation Update Danish translation Increase granularity for subtitle time adjustments Fix broken bottom padding of text based subtitles (SRT, etc) Fix broken scanning of RAR archive contents fa: if read(0 bytes) just return 0; smbclient: Correctly handle NBT keep-alive packets In audio player, treat AVERROR(EIO) same as end-of-file Remove inferior samba clients smbclient: Correctly adhere to the non_interactive flag in stat method Initial work on a native Samba/CIFS Список изменений в версии 3.3.100: •glw: Add support for settings .bold and .italic on text label widget •Fix a bug in font-rendering causing some glyphs to occasionally not be rendered •coreaudio: Say we support floating point output from codecs (and support it as well :) •ssdp: Don’t rely on IP_PKTINFO (Seems broken on OSX) •Fix fallout from theme reorganising •Fix some issues in smb client •Revert “Fix some warning” •Fix more fallout from libav include reduce •Fix fallout from libav include reduce •Reduce includes from libav •Remove support for skin:// •Remove all of the skin:// stuff •Move more stuff from skin:// to theme:// •Move icons from skin:// to theme:// •Remove showtime.readFile() from release builds •Fix some warning Список изменений в версии 3.3.107: glw/container: If the weight if a child is 0, don't include it at all in any calculations Add a settings that controls how much of a video file that needs to be played before it's counted as played glw: Add .shadow and .outline properties to text widgets lastfm: Add some asserts glw: Fix some bugs in glw_tex_flush_all() (mostly used when reinitializing universe) glw: Make $clone property propagate thru loader widgets Fix fallout from i10n in nvidia.c Список изменений в версии 3.3.127: Merge pull request #41 from alexandrezia/MacOSXIgnoreFiles Update Swedish translation Update lang files from source ui: Start working on a new list layout when browsing content spotify: In album search results, set $metadata.icon as album art Make sure video pages always close on back navigation Better title on search result page spotify: Get playlist images lastfm: Fix some bugs Update Italian translation Update German translation Update Russian translation Update trad. Chinese translation Merge pull request #42 from alexandrezia/pt-BR Merge pull request #40 from alexandrezia/fixTypoMemroy fix bug causing RTMP streams to stop a bit early Список изменений в версии 3.3.143: filter out .sri .smi .ass .ssa files from directory browse Merge pull request #45 from alexandrezia/bugFixFileType Fix printf format string Merge pull request #44 from alexandrezia/fixMissingSIMPLEQMacros Fix PS3 build adding missing SIMPLEQ macros Fix a bug where type_from_filename() does not run if the file is changed after it is in metadb And the file type defaults to CONTENT_FILE instead of the Add missing DEBUG #ifdef Switch from TAILQ to SIMPLEQ for media packet queue smb: Increase max allowed read size (on the wire) to 128k smb: Don’t wait for response on close(). We don’t care anyway smb: Reduce number of writes as we now run socket without nagle enabled Use TCP_NODELAY all over the place for sockets we initiate Reduce libav including from .h files Use __builtin_bswap64 instead of av_bswap64(). Much better code Add our own buffered IO implementation Update Estonian translation Список изменений в версии 3.3.149: Rename fa_quickload -> fa_load ps3: Fix fallout from blobcache revamp Improve caching a bit fa_scanner: Keep metadata_t in fde so we can make better analysis of the content spotify: Handle case where playlist image is NULL Unbreak 'Small front speakers mixing' that was recently corrupted Список изменений в версии 3.3.150: Revert "Switch from TAILQ to SIMPLEQ for media packet queue" Rename fa_quickload -> fa_load ps3: Fix fallout from blobcache revamp Improve caching a bit fa_scanner: Keep metadata_t in fde so we can make better analysis of the content spotify: Handle case where playlist image is NULL Unbreak 'Small front speakers mixing' that was recently corrupted NEW: Список изменений в версии 3.3.155: spotify: Better handling when trying to login with free account smb: Don't read more than 57344 bytes per request Fix missing declaration Pull libav forward Only overwrite config.h and config.mak if they actually changes Список изменений в версии 3.3.161: Add missing open: glw_backend_opengl_es glw: OpenGL ES 2.0 support glw: Split OpenGL code a bit to prep for OpenGL ES support glw: Fix correct ifdef for PFNGLXBINDTEXIMAGEEXTPROC and friends glw: GL_BGRA is not available everywhere, we can deal with that Make it possible to have multiple build outputs for a single configure type Список изменений в версии 3.3.164: Update Italian translation Update Danish language Fix some cache bugs causing crashes Список изменений в версии 3.3.174: configure: Add LIBAV_LDFLAGS glw: Remove a superfluous newline from a log message Add strip as a make target glw: Fix shaders for OpenGL ES 2.0 glw: Don't crash if image decoder is not available gu: Make the toolbar live inside the tab notebook prop NULL is same as zombie configure.osx: Fix broken APPDIR Merge pull request #48 from alexandrezia/hideIDXSUBSubtitles Hide .idx and .sub subtitles as well as .srt .ass .ssa etc. Список изменений в версии 3.3.181: Drop a stray debug printf prop: Add a new data type (cstring) which is compile time constant strings gu: Initial stab of a per-page dynamic menu gu: Add a status column in the directory listing prop: Add PROP_SUB_IGNORE_VOID and PROP_SUB_AUTO_DESTROY Make thumbnail generator stat source video file to figure out if it needs to regenerate thumbnail (by checking modification time) blobcache: Make expire time 64bit Список изменений в версии 3.3.192: Reduce libav includes Close sqlite databases on exit glw: Always use glw_render0() to render glw: Add gc_get_indentitfy Faster text rendering Bump to libspotify 10 glw: changed() needs support for cstring Don't do rstr stuff in cstr code need limits.h for PATH_MAX fa: Increase IO buffers for video streaming smb: Improve read throughput but doing multiple asynchronous reads simultaniously Список изменений в версии 3.3.203: theme: Various cosmetical fixes in the settings view glw: Fix focus bug text rendering: Adjust shadow displacement based on font size theme: Reduce vectors in scalars where possible theme: Clip on/off button at border glw: clip widget: Allow clipping at bounding box glw: Account for padding when drawing text cursor Update language files from source code Update Bulgarian translation Drop support for pixmaps as properties Update italian translation Список изменений в версии 3.3.223: Merge pull request #52 from alexandrezia/fixThumbnailFromBlobCache Correctly initialize leaf routes in http server glw: Add touch velocity Drop ancient docs glw: Add (initial) support for touch pads Remove dead code Merge pull request #51 from tomodachi/master Fix thumbnail retrieval from blobCache, in thumbnail navigation fixed build for gcc ver 4.6.1 Fix video thumbnails glwtheme: Update list2 view a bit glw: Workaround crazyness when focus code invokes itself glw: add isVoid() js: Add support for POSTing plain strings using httpPost Список изменений в версии 3.3.243: Add Solvenian translation Fix some problems causing showtime to suddenly stop showing items when browsing Merge pull request #54 from jonask/master Migrate restartposition from videoitem to item. Bookmarks: Correctly set property when selecting the photo icon Update Danish translation Update Russian translation Список изменений в версии 3.3.296: Missing SVG file glwtheme: Replace all icons with vector versions instead Fix use after free() Add a simple SVG renderer Plug memory leak Fix build break ps3: Fix buffer management issues Fix some race conditions when exiting video playback Fix possible use after free Don't wait for the video playback controller to terminate. Fix initialized but unused warning configure.linux: Unbreak --cc option Список изменений в версии 3.3.344: Keep audio pipeline full even if audio is turned off (during video playback) Fix crash ps3: Correct identification of mounted optical drives (names and icon) videoplayback: If we get an error during playback wait until buffers are empty before we exit. Update Slovenian translation blobcache: Fix a bunch of bugs Add missing file (md5.h) A new filebased blobcache. sqlite just didn't make it Add pool_num() Fix http_ctime() theme: Add missing SkipBack and SkipNext icons svg: Add support for The file bundler does not really support file with spaces, so avoid that upnp: Grab albumart for images and videos as well theme: Move video title above image docs: Mention from which version settings.createMultiOpt() is available Список изменений в версии 3.3.356: Update german translation de_DE Update Danish translation VDPAU: Disable spatial deinterlacing on 1080 content. Not all GPUs are fast enuf VDPAU: If height == 1088, say it's 1080 because it works! htsp: increase buffer upnp: Fix arist images in screensaver. Also plug a memory leak glw: Add support for simulating texture load failures Use rstr_t on more places Fix problems with multiopt in javascript Revert "Add prop_select_first()" multiopt setting: Make sure something is always selected Add prop_select_first() NEW: Список изменений в версии 3.3.366: Autobuild fixes for ps3 Updates for autobuild system glw: glt_url is always set, don't worry about anything else glw: Fix linked list corruption causing UI freeze Fix the broken 1088 -> 1080 fix Drop stray printf Fix bug causing incorrect rendering of text in GLW UI Add support for UTF-16 SRT Only consider SRT subs if rest of filename matches with movie filename. VDPAU: Use shaders for scaling instead of the VDPAU mixer P.S. За локализацию программы на русский язык спасибо пользователю 1cvp Ссылка на скачивание
Уважаемый посетитель, Вы зашли на сайт как незарегистрированный пользователь. Мы рекомендуем Вам зарегистрироваться либо войти на сайт под своим именем. Информация Посетители, находящиеся в группе Гости, не могут оставлять комментарии к данной публикации. |