--- CV/Changes 2021/07/23 11:20:22 1.248 +++ CV/Changes 2023/11/30 00:25:41 1.272 @@ -1,4 +1,3 @@ -TODO: mkv TODO/FIXME: pixmap-bg-trick sometimes doesn't work (race?) TODO/FIXME: remove event does not recalculate schanuzer content size TODO: with manual placement, initial contents aren't displayed @@ -10,21 +9,58 @@ TODO: CV_THUMBNAIL_SCALE 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. - -TODO: "j" and "#" keys for movies TODO: cv 5/ 6/ (hla) bad icon label in schnauzere + +TODO: document configurable keymap +TODO: when starting a movie while the previous one hasn't errored out yet -> errror gets misattributed to the new file + - leave file autoloading up to the user config, do not override it anymore. + - switch to AnyEvent::MPV for video/audio displaying. + - do not use ffprobe to probe video formats, use mpv. + - for filenames ending in .iso, read more data when doing filetype + detection, to detect udf discs. + - schnauzer tries to ignore nfs-sillyrenamed files. + - work around a bunch of encodings bugs in perl and glib. + - implement [ and ] keys to change mpv playback speed. + - be more aggressive when reserving extra label height to work around + gtk+ not dealing reasonably with grids. + - mpv 0.36 doesn't seem to need fake configure events anymore. on the negative side, + it does flicker now, so make a hacky, unstable, flakey workaround for it :/ + - reduce concurrent "read" class jobs to 1 (from 2), to avoid trashing. + +2.0 Fri 26 Aug 2022 23:56:45 CEST + - support jpeg-xl files. + - mpv: do no autoload files, as this is very slow on large directories. - work around bugs with newer gtk2 and/or xft versions that cause the schnauzer window to shrink randomly. - implement (mostly hiden) --sort argument that forces filename sort even when cv normally wouldn't. - - fix video/gif rotation, used mplayer mehtod, switched to mpv's + - implement animated gif detection using netscape app block, + whose presence will be assume to indicate an animated gif. this is not + foolproof, bit greatly reduces the number of mpv invocations for gifs. + - fix video/gif rotation, used mplayer metpod, switched to mpv's --video-rotate. + - take Display matrix/rotation side data type into account + when calculating video size from ffprobe. - mpv renamed the input file option once more, to input-ipc-client. tedious. would be nice if they instead worked on being able to pass filenames over the APIS, or some other real problem. oh yeah, --list-options format was also changed. sigh. - up version sort width to 8 digits, from 6. - t/T now rotate video during playback. + - when thumbnailing, do not open archives, follow playlists, open + subtitles and so on. + - update mpv switches to mdoern format. + - set whole toplevel window to insensitive insteads of just the schnauzer, + to avoid gtk default signal handling to mess up navigation. + - preliminary and limited support to play bluray/dvd "directories". + - use mpv commands (as opposed to mplayer) for subtitle/audio track cycling. + - fix keysym for '#', which at some point seems to have been replaced + by 'numbersign' in gtk. + - implement hack to detect some iso files as bluray movies and play them. + - do not pass filenames directly to ffprobe, instead prefix them with + file:, to ensure they are not misinterpreted as urls. + - implement '#' (switch audio tracks) and "j" (switch subtitle tracks) + keybindings. 1.9 Sun May 9 13:04:09 CEST 2021 - INCOMPATIBLE CHANGE: .cvrc is now sourced much earlier, before loading