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

Comparing CV/Changes (file contents):
Revision 1.156 by root, Sat Jun 6 20:56:50 2009 UTC vs.
Revision 1.215 by root, Mon Jul 30 22:57:19 2018 UTC

1TODO/FIXME: .ogm support is a must 1TODO: mkv
2TODO/FIXME: pixmap-bg-trick sometimes doesn't work (race?) 2TODO/FIXME: pixmap-bg-trick sometimes doesn't work (race?)
3TODO/FIXME: remove event does not recalculate schanuzer content size 3TODO/FIXME: remove event does not recalculate schanuzer content size
4TODO: with manual placement, initial contents aren't displayed 4TODO: with manual placement, initial contents aren't displayed
5TODO: rename, mass-rename
6TODO: update a file that has been removed etc. 5TODO: update a file that has been removed etc.
7TODO: cv file => rescan => 0 byte size if file no longer exists 6TODO: note to self, the reason mplayer hangs during long copies is that execve hangs, because it closes an fd to the target file.
8 7
8TODO: metacluster
9TODO: "mädhcne" utf-8 bug move to ERROR is a directory
10TODO: up == select dir
11TODO: turbojpeg
12TODO: CV_THUMBNAIL_SCALE
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.71 Tue Jul 31 00:57:03 CEST 2018
17 - fix 'o' key osd level switching in mpv (similar to old mplayer mode).
18 - do not error out on incomplete JPEG files, generate fake EOI marker instead
19 to enable the decoder to output a partial file.
20
211.7 Wed Dec 27 18:47:50 CET 2017
22 - DEFAULT CHANGED: cv will now default to mpv instead of mplayer.
23 use CV_MPLAYER=mplayer to get the previous behaviour.
24 - new env variable, CV_MPLAYER, defaulting to mpv.
25 - make "mplayer" configurable via CV_MPLAYER, support mpv.
26 - support mpv ipc protocol for remote control.
27 - implement audio visualisation when playing audio streams,
28 remove support for CV_AUDIO_PLAYER.
29 - port to newer versions of gtk2, which require including gdkx.h.
30 - preliminary & optional webp load and thumbnail support.
31 - use mmap to "load" files and decode from memory buffers.
32 - use internal fileype function to detect filetype when generating
33 hthumbnails, instead of relaying on file extension (for speed).
34 - add internal magic_buffer/magic_buffer_mime functions.
35 - add more fallback extensions for audio when mimetype detection fails.
36
371.61 Sat Jun 24 01:55:48 CEST 2017
38 - work around parser bug in 5.18.1 (-a).
39 - very simple "better than nothing" jpeg cmyk/ycck format decoding.
40 - use ffprobe instead of mplayer to probe video size/type.
41 - switch to using AnyEvent::Fork as provider for the processpool, which ought
42 to save gobs of memory.
43 - much improved async communications with worker processes.
44 - batch expose events together, in an attempt to reduce the amount of
45 expose races in gtk+ (does not fix scrolling races).
46 - create #cpu + 1 worker jobs now, not 1.5 * #cpu + 1 as before.
47 - better shell-quoting: use ""-style for utf-8 filenames and paste as unicode,
48 use bash's $'' syntax for other filenames.
49 - no longer pass a-z from viewer to schnauzer.
50 - properly serialise jobs by priority, instead of executing
51 jobs in parallel on the same path *sometimes*.
52 - escape select-by-prefix menu item labels.
53 - work around more perl unicode bugs.
54 - slightly improved filetype detection.
55 - add "cp" job for external plugins.
56 - work around even more perl unicode bugs that the perl5-porters
57 don't want to fix because of backwards compatibility.
58 - do not stupidly load big video files into memory just
59 to make a thumbnail.
60 - don't modify global $_ in aio callbacks.
61 - make drag-rectangle more visible.
62 - do not enter the last directory on the commandline, if more
63 than one argument is specified.
64 - started using AnyEvent.
65 - space by default activates first file, or first directory, if no files
66 (as opposed to first file or last directory in previous versions).
67 - fix race condition where the schnauzer might stay non-sensitive
68 on fast directory changes.
69 - allow reversal of rotation via .cvrc $REVERSE_ROTATION = 1.
70 - delay initialisation of Gtk2::CV::Schnauzer until first use.
71 - fix a runtime error when starting namecluster with newer gtk's.
72 - do not rely on /dev/shm being world-writable, use
73 /run/shm, /dev/shm and /tmp, in this order.
74 - expect mplayer to sometimes generate more than 2 frames when 1 is
75 requested.
76 - tune video thumbnail generation a bit.
77 - more fixups for "file -i" failing.
78 - properly follows symlinks instead of bailing out.
79 - support perl multicore specification (http://perlmulticore.schmorp.de/)
80 for jpeg loading and image transformations, although nothing takes
81 advantage of this *yet*.
82 - ctrl-up/down in schnauzer tries to move name cluster cursor.
83 - ctrl-shift-T in image window now sets default rotation for
84 subsequent image loads.
85 - ctrl-shift-G in schnauzer now removes thumbnails.
86 - implement j (cycle subtitle) and # (cycle audio track)
87 in mplayer mode.
88 - respect load time (ctrl-shift-T) rotation setting for videos
89 (no clue how to do that at runtime).
90 - print jpeg error messages to stderr.
91
921.56 Thu Oct 28 14:13:36 CEST 2010
93 - try an ugly workaround against Gtk's CONTINUED brokenness
94 with regards to non-ascii filenames :(.
95 - REALLY hide paths that are in the process of being removed
96 from the Schnauzer.
97 - when selecting entries, stat them all and fine their total
98 size(s) + filesystem overhead after a delay.
99 - take advantage of the Guard module.
100 - work around mplayer grabbing the focus.
101 - improve mplayer window size bug workaround. *sigh*.
102 - try not to keep a handle to a guard file to avoid
103 running into rename races with nfs.
104 - work around perl bug #77798 in some parts.
105 - slight namecluster speed improvement.
106 - work around newer libmagic versions adding mime attributes.
107
1081.55 Tue Jan 26 03:18:45 CET 2010
109 - schnauzer did usually not give the correct number for
110 "# entries selected".
111 - added new "renamer" plugin that is useful for mass renames
112 of very similar filenames.
113 - apply a heavy dose of common::sense.
9 - enable assert's (which perl disables...). 114 - enable assert's (which perl disables...).
10 - take advantage of IO::AIO::aio_readdirx. 115 - take advantage of IO::AIO::aio_readdirx.
116 - speed up file move duplicate detection.
11 117
121.54 Mon Apr 27 04:23:33 CEST 2009 1181.54 Mon Apr 27 04:23:33 CEST 2009
13 - implement automatic reloading on SIGUSR1, as per suggestions 119 - implement automatic reloading on SIGUSR1, as per suggestions
14 by Trevor Cordes. 120 by Trevor Cordes.
15 - remove -\d\d\d file ending first on move collision. 121 - remove -\d\d\d file ending first on move collision.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines