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

Comparing CV/Changes (file contents):
Revision 1.190 by root, Mon Oct 21 08:48:59 2013 UTC vs.
Revision 1.212 by root, Wed Dec 27 17:48:16 2017 UTC

4TODO: with manual placement, initial contents aren't displayed 4TODO: with manual placement, initial contents aren't displayed
5TODO: update a file that has been removed etc. 5TODO: update a file that has been removed etc.
6TODO: note to self, the reason mplayer hangs during long copies is that execve hangs, because it closes an fd to the target file. 6TODO: note to self, the reason mplayer hangs during long copies is that execve hangs, because it closes an fd to the target file.
7 7
8TODO: metacluster 8TODO: metacluster
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
11TODO: turbojpeg
12TODO: CV_THUMBNAIL_SCALE
10Pango-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.
14TODO: dir_is_movie in load_image bluray: ffmpeg etc.
15
161.7 Wed Dec 27 18:47:50 CET 2017
17 - DEFAULT CHANGED: cv will now default to mpv instead of mplayer.
18 use CV_MPLAYER=mplayer to get the previous behaviour.
19 - new env variable, CV_MPLAYER, defaulting to mpv.
20 - make "mplayer" configurable via CV_MPLAYER, support mpv.
21 - support mpv ipc protocol for remote control.
22 - implement audio visualisation when playing audio streams,
23 remove support for CV_AUDIO_PLAYER.
24 - port to newer versions of gtk2, which require including gdkx.h.
25 - preliminary & optional webp load and thumbnail support.
26 - use mmap to "load" files and decode from memory buffers.
27 - use internal fileype function to detect filetype when generating
28 hthumbnails, instead of relaying on file extension (for speed).
29 - add internal magic_buffer/magic_buffer_mime functions.
30 - add more fallback extensions for audio when mimetype detection fails.
31
321.61 Sat Jun 24 01:55:48 CEST 2017
11 - work arounfd parser bug in 5.18.1 (-a). 33 - work around parser bug in 5.18.1 (-a).
34 - very simple "better than nothing" jpeg cmyk/ycck format decoding.
12 - use ffprobe instead of mplayer to probe video size/type. 35 - use ffprobe instead of mplayer to probe video size/type.
13 - switch to using AnyEvent::Fork as provider for the processpool, which ought 36 - switch to using AnyEvent::Fork as provider for the processpool, which ought
14 to save gobs of memory. 37 to save gobs of memory.
15 - much improved async communications with worker processes. 38 - much improved async communications with worker processes.
16 - batch expose events together, in an attempt to reduce the amount of 39 - batch expose events together, in an attempt to reduce the amount of
39 - fix race condition where the schnauzer might stay non-sensitive 62 - fix race condition where the schnauzer might stay non-sensitive
40 on fast directory changes. 63 on fast directory changes.
41 - allow reversal of rotation via .cvrc $REVERSE_ROTATION = 1. 64 - allow reversal of rotation via .cvrc $REVERSE_ROTATION = 1.
42 - delay initialisation of Gtk2::CV::Schnauzer until first use. 65 - delay initialisation of Gtk2::CV::Schnauzer until first use.
43 - fix a runtime error when starting namecluster with newer gtk's. 66 - fix a runtime error when starting namecluster with newer gtk's.
67 - do not rely on /dev/shm being world-writable, use
68 /run/shm, /dev/shm and /tmp, in this order.
69 - expect mplayer to sometimes generate more than 2 frames when 1 is
70 requested.
71 - tune video thumbnail generation a bit.
72 - more fixups for "file -i" failing.
73 - properly follows symlinks instead of bailing out.
74 - support perl multicore specification (http://perlmulticore.schmorp.de/)
75 for jpeg loading and image transformations, although nothing takes
76 advantage of this *yet*.
77 - ctrl-up/down in schnauzer tries to move name cluster cursor.
78 - ctrl-shift-T in image window now sets default rotation for
79 subsequent image loads.
80 - ctrl-shift-G in schnauzer now removes thumbnails.
81 - implement j (cycle subtitle) and # (cycle audio track)
82 in mplayer mode.
83 - respect load time (ctrl-shift-T) rotation setting for videos
84 (no clue how to do that at runtime).
85 - print jpeg error messages to stderr.
44 86
451.56 Thu Oct 28 14:13:36 CEST 2010 871.56 Thu Oct 28 14:13:36 CEST 2010
46 - try an ugly workaround against Gtk's CONTINUED brokenness 88 - try an ugly workaround against Gtk's CONTINUED brokenness
47 with regards to non-ascii filenames :(. 89 with regards to non-ascii filenames :(.
48 - REALLY hide paths that are in the process of being removed 90 - REALLY hide paths that are in the process of being removed

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines