diffs between v1.68 and v1.67 -modifications/new: -FFmpeg version (Win32): updated FFmpeg library from 6.0.0 to 8.0.0 -new options: -xef (exit after one file), -xet MIN (exit after MINutes timeout) and -xetf MIN (exit after MINutes timeout with slow fadeout) (control.c) -WIN: added native (Windows based) SSL/TLS (https/ftps) communication, if OpenSSL DLLs cannot be loaded (missing) (tcpcommon.c) -WIN: tcp (http/ftp low level) functions (ws2_32.dll) are loaded dynamically (only if used) (tcpcomon.c) -WIN: dll load optimizations (mpr.dll is loaded dynamically, only if needed) (loaddir.c, drivehnd.c) -DOS: Intel HDA: added new PCI ids (Intel, ATI, Zhaoxin, Loongson chips) (sc_inthd.c) -FFmpeg: added handling of more (all possible) multi-channels (eg. bottom or top surround speakers), mapping to the nearest supported output channel (but the maximum number of input/output channels is still 11) (in_ffmpeg.c) -email address has changed to mpxplay@hotmail.com, don't use mpxplay@freemail.hu anymore (old messages are also lost) -bugfixes/modifications: -ctrl-'e': rename of directory (single entry only) (diskfile.c) -ctrl-'e': rename and reopen of currently played file (diskfile.c) -possible crash at all-elapsed time displaying mode (TimeMode=2) at calculating all-elapsed time (chkentry.c) -ID3-search: can be terminated with a dialog open key (like F3 or alt-F5), opening the dialog window immediately (keyctrl.c) -sorting (inserting into playlist) new (created) entries (eg. make dir, playlist save, stream copy) by filedate (if the order type of that tab is filedate) (editlist.c, sortlist.c) -LFN to ID3 conversion (better track number / filename begining with number handling) (chkentry.c) -possible crash (null ptr error) at index or DVB program change (mpxplay.c) -ppa, xas and xce command line options became one-time switches (not overwriting permanent settings of PlayControl and ProgramCntrl in mpxplay.ini) (control.c) -mpxplay.ini/PlayControl: removed one-time switches, use command line options (-ppn, -phs) instead (control.c) -FFmpeg: corrected PCM_S16LE (WAV/CDW) audio playing (ffmpstrm.c)