1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
2001-05-06 Mikael Hedin <mikael.hedin@irf.se>
* Release 0.9.5.2 (thanks Kenan Esau <kenan.esau@conan.de>)
* libs/mpegsound.h: Added #include <string.h>
2001-03-19 Mikael Hedin <mikael.hedin@irf.se>
* Release 0.9.5.1 (thanks for the report, XX)
* apps/splay.cc: Forgot to #include <stdlib.h>
2001-03-17 Mikael Hedin <mikael.hedin@irf.se>
* Release 0.9.5.
* apps/splay.cc: Added option "-k num" to skip frames at the
beginning.
* libs/fileplayer.cc: Added option to start att specified frame.
2001-03-03 Mikael Hedin <mikael.hedin@irf.se>
* apps/splay.cc: Added a char** with genre names to print instead
of the numbers.
* I think this will become version 1.0. And then I'm done with
this program:)
2001-02-20 Mikael Hedin <mikael.hedin@irf.se>
* Release 0.9.3.
* Fixed make files to build xsplay if qt is available.
* libs/fileplayer.cc (playing): Fixed frameinfo to display correct
time independent on encoding frequency etc.
2001-02-15 Mikael Hedin <mikael.hedin@irf.se>
* Removed wav support.
* Release 0.9.2.
* libs/mpegtoraw.cc: Added patch from Rob McMullen <rob@akvo.com>
to skip ID3 headers. Otherwise some ID3 headers with syncs in
them confused splay. Don't know it this is a bug in splay or the
ID3 tag of the specific files, but this fixes the problem.
* Fixed two items on the TODO list:
* Display frame info with -f
* Try to open /dev/sound/dsp if /dev/dsp fails (for devfs)
2001-01-30 Mikael Hedin <mikael.hedin@irf.se>
* Bumped version to 0.9.1
* New automake system that I understand. Goes with a reorder of
the directory structure.
* Added TODO file
2000-12-21 Mikael Hedin <mikael.hedin@irf.se>
* src/splay/splay.cc: Added function to skip to next song by
Control-c (ie SIGINT) vhen playing several songs.
* Removed internal Id3 handling, and added use of libid3.
* Changed -vv to show id3-info,and -vvv the technical info.
* New maintaioner as above.
===Older entries below
Sat Aug 2
* Optimize MPEG-2 in mpeglayer3.cc
* Restructured
split splay and xsplay
src/functions -> src/common
removing some functions (e.g. Setthreadstore() ...)
|