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

Comparing CV/Changes (file contents):
Revision 1.206 by root, Sat Dec 23 04:11:49 2017 UTC vs.
Revision 1.210 by root, Sat Dec 23 18:53:36 2017 UTC

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 14
15TODO: dir_is_movie in load_image bluray: ffmpeg etc. 15TODO: dir_is_movie in load_image bluray: ffmpeg etc.
16 - DEFAULT CHANGED: cv will now default to mpv isntead of mplayer. 16 - DEFAULT CHANGED: cv will now default to mpv instead of mplayer.
17 use CV_MPLAYER=mplayer to get th previous behaviour. 17 use CV_MPLAYER=mplayer to get the previous behaviour.
18 - new env variable, CV_MPLAYER, defaulting to mpv. 18 - new env variable, CV_MPLAYER, defaulting to mpv.
19 - make "mplayer" configurable via CV_MPLAYER, support mpv. 19 - make "mplayer" configurable via CV_MPLAYER, support mpv.
20 - support mpv ipc protocol for remote control. 20 - support mpv ipc protocol for remote control.
21 - implement audio visualisation when playing audio streams,
22 remove support for CV_AUDIO_PLAYER.
21 - port to newer versions of gtk2, which require including gdkx.h. 23 - port to newer versions of gtk2, which require including gdkx.h.
22 - preliminary & optional webp load and thumbnail support. 24 - preliminary & optional webp load and thumbnail support.
25 - use mmap to "load" files and decode from memory buffers.
26 - use internal fileype function to detect filetype when generating
27 hthumbnails, instead of relaying on file extension (for speed).
28 - add internal magic_buffer/magic_buffer_mime functions.
23 29
241.61 Sat Jun 24 01:55:48 CEST 2017 301.61 Sat Jun 24 01:55:48 CEST 2017
25 - work around parser bug in 5.18.1 (-a). 31 - work around parser bug in 5.18.1 (-a).
26 - very simple "better than nothing" jpeg cmyk/ycck format decoding. 32 - very simple "better than nothing" jpeg cmyk/ycck format decoding.
27 - use ffprobe instead of mplayer to probe video size/type. 33 - use ffprobe instead of mplayer to probe video size/type.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines