ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CV/Changes
(Generate patch)

Comparing CV/Changes (file contents):
Revision 1.208 by root, Sat Dec 23 04:29:32 2017 UTC vs.
Revision 1.213 by root, Tue Feb 20 18:57:13 2018 UTC

9TODO: "mädhcne" utf-8 bug move to ERROR is a directory 9TODO: "mädhcne" utf-8 bug move to ERROR is a directory
10TODO: up == select dir 10TODO: up == select dir
11TODO: turbojpeg 11TODO: turbojpeg
12TODO: CV_THUMBNAIL_SCALE 12TODO: CV_THUMBNAIL_SCALE
13TODO: Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text() at /opt/bin/cv line 224. 13TODO: Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text() at /opt/bin/cv line 224.
14
15TODO: dir_is_movie in load_image bluray: ffmpeg etc. 14TODO: dir_is_movie in load_image bluray: ffmpeg etc.
15
16 - fix 'o' key osd level switching in mpv (similar to old mplayer mode).
17
181.7 Wed Dec 27 18:47:50 CET 2017
16 - DEFAULT CHANGED: cv will now default to mpv instead of mplayer. 19 - DEFAULT CHANGED: cv will now default to mpv instead of mplayer.
17 use CV_MPLAYER=mplayer to get the previous behaviour. 20 use CV_MPLAYER=mplayer to get the previous behaviour.
18 - new env variable, CV_MPLAYER, defaulting to mpv. 21 - new env variable, CV_MPLAYER, defaulting to mpv.
19 - make "mplayer" configurable via CV_MPLAYER, support mpv. 22 - make "mplayer" configurable via CV_MPLAYER, support mpv.
20 - support mpv ipc protocol for remote control. 23 - support mpv ipc protocol for remote control.
24 - implement audio visualisation when playing audio streams,
25 remove support for CV_AUDIO_PLAYER.
21 - port to newer versions of gtk2, which require including gdkx.h. 26 - port to newer versions of gtk2, which require including gdkx.h.
22 - preliminary & optional webp load and thumbnail support. 27 - preliminary & optional webp load and thumbnail support.
28 - use mmap to "load" files and decode from memory buffers.
29 - use internal fileype function to detect filetype when generating
30 hthumbnails, instead of relaying on file extension (for speed).
23 - add internal magic_buffer/magic_buffer_mime functions. 31 - add internal magic_buffer/magic_buffer_mime functions.
32 - add more fallback extensions for audio when mimetype detection fails.
24 33
251.61 Sat Jun 24 01:55:48 CEST 2017 341.61 Sat Jun 24 01:55:48 CEST 2017
26 - work around parser bug in 5.18.1 (-a). 35 - work around parser bug in 5.18.1 (-a).
27 - very simple "better than nothing" jpeg cmyk/ycck format decoding. 36 - very simple "better than nothing" jpeg cmyk/ycck format decoding.
28 - use ffprobe instead of mplayer to probe video size/type. 37 - use ffprobe instead of mplayer to probe video size/type.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines