--- CV/Changes 2016/05/26 21:21:22 1.200 +++ CV/Changes 2017/12/23 04:29:32 1.208 @@ -10,8 +10,21 @@ TODO: up == select dir TODO: turbojpeg TODO: CV_THUMBNAIL_SCALE -Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text() at /opt/bin/cv line 224. +TODO: Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text() at /opt/bin/cv line 224. + +TODO: dir_is_movie in load_image bluray: ffmpeg etc. + - DEFAULT CHANGED: cv will now default to mpv instead of mplayer. + use CV_MPLAYER=mplayer to get the previous behaviour. + - new env variable, CV_MPLAYER, defaulting to mpv. + - make "mplayer" configurable via CV_MPLAYER, support mpv. + - support mpv ipc protocol for remote control. + - port to newer versions of gtk2, which require including gdkx.h. + - preliminary & optional webp load and thumbnail support. + - add internal magic_buffer/magic_buffer_mime functions. + +1.61 Sat Jun 24 01:55:48 CEST 2017 - work around parser bug in 5.18.1 (-a). + - very simple "better than nothing" jpeg cmyk/ycck format decoding. - use ffprobe instead of mplayer to probe video size/type. - switch to using AnyEvent::Fork as provider for the processpool, which ought to save gobs of memory. @@ -60,6 +73,9 @@ - ctrl-shift-G in schnauzer now removes thumbnails. - implement j (cycle subtitle) and # (cycle audio track) in mplayer mode. + - respect load time (ctrl-shift-T) rotation setting for videos + (no clue how to do that at runtime). + - print jpeg error messages to stderr. 1.56 Thu Oct 28 14:13:36 CEST 2010 - try an ugly workaround against Gtk's CONTINUED brokenness