File xt7-player-mpv.changes of Package xt7-player-mpv

-------------------------------------------------------------------
Fri Feb 21 05:24:40 UTC 2020 - Alexei Podvalsky <avvissu@yandex.by>

- Update to 0.31.3143:
  * New button in GeneralOptions -> style to clear unused cover
    files
  * Add missing stereo3d options
  * bump version

-------------------------------------------------------------------
Wed Oct 30 16:28:20 UTC 2019 - Alexei Podvalsky <avvissu@yandex.by>

- Update to 0.30.3140:
  * remove unised menu voice
  * fix gradfun video filter ranges
  * Fix delogo video filter
  * add v4l2m2m-copy to the list of supported hardware decoders
  * bigger "general options" window
  * Fix myquestion.ask form size
  * Wrong error message about restoring played time position
  * workaround a runtime error due to the new gambas 3
  * Fix homepage link ...and bump version
  * add opus to known extensions and audio/ogg to supported
    mimetypes
  * Improved lyric search. Move best matching urls to the top of
    the list; plus, added some black domains
  * Fixed code to filter out unsupported mpv options. Most
    notably, all of the dvb options will be gone in the upcoming mpv
    version, sorry.
  * Do not display albums with just one track in albumview
  * Obey minimum size of showed video modes even when nothing is
    playing
  * Add m4a to common audio extension list
  * Parse checkbox before enablinkg audio-device
  * Do not parse .cue files ...they completely blocks library
    synchronization
  * Audio and video filter changes werre not applied in some
    cases, fixed.
  * Changed cover fetcher and fixed some urlencode strings
  * Mark completed files (100%) in recent items
  * Change default of resume playback position to "only for video
    files"
  * Allow to choose different options about resuming playback
  * Update fileview after updating recent files
  * Show percentage "of completion" next to the recent file items
    in the menu ...plus a lot of bug fixed in the recent handling
    functions
  * Broken position resume (time_pos is time-pos)
  * Fix the detection of ladspa filters compiled in ffmpeg
    ...something started to happen between ffmpeg, gambas and output
    redirection, go figure...
  * Better workaround (see previous commit)
  * Avoid taking multiple mousewheel events. It happened because
    i got the event from a group of objects; not sure if gambas
    behaviour changed, or it is a long standing bug.
  * Do not set "input-default-binding=no" for reasons i can't
    understand, some scripts wont react to keypresses if default
    bindings are disabled. eg: fastforward.lua doesn't react to "("
    and ")", while equalizer.lua reacts to ctrl-e flawlessly.
  * Load user scripts from the Ui list (forgot to add, sorry)
  * Generaloptions.parse: Test if the object has children before
    descending into them
  * Provide a way to load custom user script General options ->
    user scripts
  * ...

-------------------------------------------------------------------
Sat Feb 23 11:02:06 UTC 2019 - Alexei Podvalsky <avvissu@yandex.by>

- Update to 0.29.3122:
  * Skip loading and saving internal gambas objects. (Long 
    standing bug exposed by gambas 3.12.2)
  * Allow to select the amount of blur applied to the background 
    cover when playing music
  * Make "eq" filter parameters untranslable
  * Remove unneeded debug messages
  * Inspecting autosizecolumns
  * Added a bunch if dumb verbose "checks" to debug issue 23
  * Set playlist as the active playqueue when adding and playing 
    tracks from the album tab
  * Add rubberband audio filter to scale pitch again. ...i 
    personally preferred scaletempo :(
  * Do not secretly set audio-pitch-correction=no by default, use 
    an option for that. drop speed parameter from scaletempo filter 
    pitch only correction (retaining tempo) ability is gone, sorry. 
    This is due to this: https://github.com/mpv-player/mpv/issues/6333
  * re-enable librarygrid after deleting a file
  * Do not apply video effects to audio visualization It used to 
    happened in apply_restart()
  * Fix displaying anequalizer graph. Probably an old xt7 bug 
    exposed now by a new mpv version.
  * Big rework on the cache/readahead code Since previous mpv 
    cache was acting weird on some streams (mostly ones from 
    youtube-dl), now xt7 uses cache-secs + demuxer-max-bytes + cache 
    options. buffer display now is in "seconds" only, not a big deal. 
    Now in Generaloptions it is possible to set a maximum of seconds 

-------------------------------------------------------------------
Tue May 15 12:20:13 UTC 2018 - avvissu@yandex.by

- Update to 0.28.3100:
  * Add .url as a supported playlist format extension
  * Push more hardware decoding methods
  * Changed opengl vido output driver to be gpu optput driver 
    instead. From there is now possible to select the vulkan output 
    too and set some vulkan specific options. Unfortunately, it is 
    still not working, hopefully this will be fixed by mpv. 
  * Simplified Hardware decoding list. Basically, do not allow 
    the choice of the video output driver, since the introduction of 
    vo=gpu in new mpv would make the list too complicated. Allow to 
    choose vdpau,vaapi,cuda and their "-copy" variants and warning 
    about limited filtering and video output support.
  * Default hotkeys were not auto-filled at very first start.
  * Do not restore form visibility
  * Allow to request AVC1 video codec for youtube videos. Use it 
    for performance reasons. Since it is not currently available for 
    4k streams, if you request it, you will never get the 4K video.
  * Add more resolutions to youtube ...since youtube-dl supports 
    them
  * Add to playlist/Library after converting audio was not 
    working ...and since looong time!
  * Ask if user wants xt7 to manage what mpv reports as playlists
  * Only test API KEY once per start.
  * Removed a lot of old dead code
  * Fix youtube audio extraction
  * Use youtube-dl to download instead of old stream downloader 
    function
  * Download using new youtube-dl format too.
  * Always pick 'bestvideo' and 'bestaudio' youtube videos 
    (respect user resolution choice) for visualization. ...this will 
    include opus audio format.
  * Always do the workaround
  * Temporary workaround if youtube tree is not visible (?)
  * Nuke all flash plugin related features. Flash is dead, free 
    up some code.
  * Workaround for mouse stuck in busy mode when 
    adding/refreshing podcasts. ...seems a bug in treeview, solved by 
    making it child of a panel and setting the mouse property into 
    the panel.
  * Remove a button used for debug
  * Workaround for wrong selection in fileview
  * Do not call fileview1myreload() after activating from 
    fileview Somehow fileview1myreload messes up fileview selection, 
    have to understand why
  * Do not use default fileview icons as they are limited to 16px 
    in columnview ...probably a bug in gambas
  * apply view menu settings at startup
  * put view menu items in a group
  * Implemented saving and loading of the file view menu
  * New menu button in fileview to set view preferences. (show 
    only media,show hidden and show recent)
  * etc

-------------------------------------------------------------------
Wed Sep 20 23:48:51 UTC 2017 - avvissu@yandex.by

- Update to 0.27.392:
  * see: /usr/share/doc/packages/xt7-player-mpv/CHANGELOG_GIT 

-------------------------------------------------------------------
Thu Jul 20 20:39:43 UTC 2017 - avvissu@yandex.by

- Update to 0.26.392:
  * see: /usr/share/doc/packages/xt7-player-mpv/CHANGELOG_GIT 

-------------------------------------------------------------------
Sat Apr 29 15:10:54 UTC 2017 - avvissu@yandex.by

- Update to 0.25.392:
  * see: /usr/share/doc/packages/xt7-player-mpv/CHANGELOG_GIT 

-------------------------------------------------------------------
Mon Mar 27 12:12:12 UTC 2017 - mpluskal@suse.com

- Update license

-------------------------------------------------------------------
Tue Feb 14 13:30:27 UTC 2017 - avvissu@yandex.by

- Update to 0.24.392:
  * see: /usr/share/doc/packages/xt7-player-mpv/CHANGELOG_GIT
- Check list of dependencies
- Spec file cleanup

-------------------------------------------------------------------
Wed Nov 23 15:37:29 UTC 2016 - avvissu@yandex.by

- Update to 0.22.391:
  * see: /usr/share/doc/packages/xt7-player-mpv/CHANGELOG_GIT

-------------------------------------------------------------------
Sat Nov  5 19:10:14 UTC 2016 - avvissu@yandex.by

- Update to 0.21.384:
  * see: /usr/share/doc/packages/xt7-player-mpv/CHANGELOG_GIT
- Switch to Qt5

-------------------------------------------------------------------
Mon Sep  5 12:35:09 UTC 2016 - avvissu@yandex.by

- Update to 0.20.384:
  * see: /usr/share/doc/packages/xt7-player-mpv/CHANGELOG_GIT

-------------------------------------------------------------------
Mon Jun 27 18:00:31 UTC 2016 - avvissu@yandex.by

- Update to 0.18.384:
  * see: /usr/share/doc/packages/xt7-player-mpv/CHANGELOG_GIT

-------------------------------------------------------------------
Sun Apr  3 13:51:11 UTC 2016 - avvissu@yandex.by

- Update to 0.16.384:
  * see: /usr/share/doc/packages/xt7-player-mpv/CHANGELOG_GIT

-------------------------------------------------------------------
Thu Feb  4 12:41:02 UTC 2016 - avvissu@yandex.ru

- Update to 0.14.384:
  * see: /usr/share/doc/packages/xt7-player-mpv/CHANGELOG_GIT

-------------------------------------------------------------------
Sun Nov  8 20:53:25 UTC 2015 - avvissu@yandex.ru

- Update to 0.12.381:
  * see: /usr/share/doc/packages/xt7-player-mpv/CHANGELOG_GIT

-------------------------------------------------------------------
Sat Oct 31 13:06:26 UTC 2015 - avvissu@yandex.ru

- Add gambas3-gb-libxml instead of gb-xml

-------------------------------------------------------------------
Wed Oct 28 21:29:28 UTC 2015 - avvissu@yandex.ru

- Initial release

openSUSE Build Service is sponsored by