?? changelog
字號(hào):
2007-01-15 20:26 thor * tags/0.64/ChangeLog, tags/0.64/configure.ac: also naming in 0.64 after tagging2007-01-15 20:23 thor * tags/0.64: tagging 0.642007-01-15 20:22 thor * trunk/NEWS: preparing for 0.642007-01-15 20:10 thor * trunk/src/httpget.c: fixing a DOS issue with read errors on HTTP (now failing properly instead of endless loop)2007-01-14 16:33 thor * trunk/NEWS, trunk/README, trunk/configure.ac: preparing for 0.632007-01-12 15:05 njh * trunk/src/id3.c, trunk/src/readers.c: Fixes for warning: format '%d' expects type 'int', but argument 5 has type 'size_t'2006-12-30 00:34 thor * trunk/doc/BUGS: removed this bug entry because it was no bug but just entering an url on the shell... an url containing & ... it's a bit embarassing;-)2006-12-30 00:25 thor * trunk/src/Makefile.legacy, trunk/src/config.h.legacy, trunk/src/httpget.c, trunk/src/xfermem.c: cleanup generic code with dummies for xfermem and http2006-12-24 05:16 thor * trunk/AUTHORS, trunk/NEWS, trunk/README, trunk/configure.ac, trunk/doc/README.remote, trunk/mpg123.1: preparing for 0.622006-12-24 04:56 thor * trunk/src/common.c, trunk/src/common.h, trunk/src/control_generic.c: JUMP generic command now accepts offset/position in seconds (suffix "s" to number)2006-12-24 04:24 thor * trunk/doc/BUGS: this backgrounding is strange... only seen it on smgl yet, but then for any pls-capable mpg123.2006-12-24 02:29 thor * trunk/src/Makefile.legacy, trunk/src/common.c, trunk/src/control_generic.c, trunk/src/httpget.c, trunk/src/readers.c: first working soutcast/ICY meta data support; we need an unsigned byte and it starts with stream data, not meta data Info output is in normal console output and generic control frontend... terminal control mode following2006-12-22 02:28 thor * trunk/scripts/debugdef.pl, trunk/src/Makefile.am, trunk/src/Makefile.legacy, trunk/src/debug.h, trunk/src/httpget.c, trunk/src/icy.c, trunk/src/icy.h, trunk/src/mpg123.c, trunk/src/readers.c, trunk/src/stringbuf.c, trunk/src/stringbuf.h: Essential part of ICY support. It's in reader and http_open. Missing is only proper output - and, that it actually works:-/ There is something fishy in the reader...2006-12-22 02:26 thor * trunk/doc/BUGS: one old entry removed, added one about backgrounding when playing internet radio2006-12-21 23:22 thor * trunk/src/readers.c: reformatting readers.c before adding the ICY stuff2006-12-21 23:11 thor * trunk/src/common.c, trunk/src/readers.c: removed the dead READ_MMAP code2006-12-21 23:06 thor * trunk/src/readers.c: shake hands with open_stream again, formatting and comments2006-12-02 14:17 thor * trunk/AUTHORS, trunk/src/common.c, trunk/src/common.h, trunk/src/control_generic.c, trunk/src/id3.c, trunk/src/mpg123.c, trunk/src/mpg123.h: - added volume setting for frontend - added rva setting for frontend, refined rva settign a bit (fixed a bug with first setting not being made ??) - c90 fixes - rva defines not wrapped in gapless ifdef - updated pasky's deeds2006-11-30 11:16 thor * trunk/src/httpget.c, trunk/src/playlist.c, trunk/src/readers.c: adding acceptance of MIME types application/pls and audio/x-mpeg ... Perhaps this list of aliases for playlists and streams has to grow further...2006-11-20 09:08 thor * trunk/src/audio_oss.c: Remove byteswapping code that got accidentally reactivated (OSS output now simply requests native endianess) - thanks for pointing out, DK!2006-11-02 17:32 thor * trunk/src/id3.c, trunk/src/mpg123.c, trunk/src/mpg123.h: merged pasky's ide about adaptive condensed tag display and made it default; added --long-tag option for the previous, space taking, variant (one may prefer it on occasion)2006-11-02 17:09 thor * trunk/src/common.c, trunk/src/id3.c: de-verbose, moved notes at least one verbosity level up There was too much noise...2006-11-02 16:40 thor * trunk/src/id3.c, trunk/src/stringbuf.c: adapting and fixing pasky's (Petr Baudi) utf emergency patch (at least interpreting and converting to lating1/ascii where possible), avoids messing up the terminal when encountering unicode2006-10-31 19:02 njh * trunk/configure.ac, trunk/src/audio_macosx.c: Applied patch from Taihei Monma to using AudioUnit API instead of coreaudio API2006-10-30 03:15 thor * trunk/AUTHORS, trunk/src/term.c: term patch (restore on sigcont) from petr baudis2006-10-24 21:56 thor * trunk/src/audio_nas.c: corrected is error1 with one argument - thanks, DK2006-10-20 23:10 njh * trunk/configure.ac: Don't think the space at the start of the file was deliberate2006-10-20 22:00 thor * trunk/AUTHORS, trunk/NEWS, trunk/README, trunk/mpg123.1: preparing for 0.612006-10-20 11:25 thor * trunk/configure.ac: reassuring notes about cygwin2006-10-12 13:48 thor * trunk/src/mpg123.c: trying to mke the generic code compile again - catch_child should not be used when we do not define it2006-10-12 13:33 thor * trunk/src/id3.c: do not use C99 types without _very_ good reason2006-10-12 13:29 thor * trunk/src/httpget.c: fake http_open had bad definition * trunk/configure.ac: test with ==, not =2006-10-11 23:14 njh * trunk/AUTHORS, trunk/configure.ac, trunk/src/Makefile.am, trunk/src/dct64_altivec.c, trunk/src/decode_altivec.c, trunk/src/tabinit.c: Added Taihei Monma's AltiVec improvements2006-10-10 23:45 thor * trunk/src/dct64_i486.c: applied i486 patch from Petr Salinger <Petr.Salinger@seznam.cz> (sf.net tracker http://sourceforge.net/tracker/index.php?func=detail&aid=1572103&group_id=135704&atid=733194)2006-10-10 08:41 thor * trunk/configure.ac: oh, the kfreebsd cpus are the same as for linux, thanks Petr2006-10-09 22:14 thor * trunk/configure.ac: configure update for kfreebsd (bsd with gnu userspace) and cygwin (no assembler by default, oss instead of lame-linking esd)2006-10-09 21:42 thor * trunk/src/common.c, trunk/src/control_generic.c, trunk/src/mpg123.h: Slimmed the ugly #ifdef REAL_IS... stuff in scanf based on central format definition in mpg123.h; also added such safe format for a printf (sendmsg). Jens Wilhelm Wulf suggested something like that. I agree.2006-10-05 16:04 thor * trunk/mpg123.1: we can do mpeg 2.5!2006-09-30 16:10 thor * trunk/src/common.c, trunk/src/common.h, trunk/src/readers.c: Ok, Struggled a while to nail bug 1556471. We have now (for seekable streams) a basic read ahead for finding the real first frame. The next step would be to make every resync use that, but the most important situation is nasty garbage at beginning of file. I also loosened the HDRCMPMASK to allow changing bitrate - the resync disregards valid VBR frames otherwise.2006-09-29 23:42 thor * trunk/src/audio.c, trunk/src/audio.h, trunk/src/audio_alib.c, trunk/src/audio_jack.c, trunk/src/audio_macosx.c, trunk/src/audio_mint.c, trunk/src/audio_nas.c, trunk/src/audio_oss.c, trunk/src/audio_portaudio.c, trunk/src/audio_sdl.c, trunk/src/audio_sgi.c, trunk/src/common.c, trunk/src/control_generic.c, trunk/src/decode_ntom.c, trunk/src/getlopt.c, trunk/src/httpget.c, trunk/src/mpg123.c, trunk/src/mpg123.h, trunk/src/playlist.c, trunk/src/readers.c, trunk/src/tabinit.c: Big commit, inspired by bug 1555113 a) turning any potentially harmful (to terminal) exit()s into return or safe_exit in mpg123.c b) alsong that, convert many fprintf(stderr to the error macro I tried to refrain from more cleanups...2006-09-27 20:32 thor * trunk/src/wav.c: replace various exit()s to return instead, use error/waring macros2006-09-27 19:36 thor * trunk/configure.ac: according to bug id 1556769, fix solaris detection2006-09-27 18:13 thor * trunk/src/common.c, trunk/src/common.h, trunk/src/control_generic.c, trunk/src/mpg123.c, trunk/src/term.c, trunk/src/term.h: give targeted position in terminal mode then seeking while stopped2006-09-27 17:15 thor * trunk/src/control_generic.c, trunk/src/layer3.c, trunk/src/layer3.h: Extended gapless mode for control_generic to also cover the pause-seek-unpause case where not a gap but a tick from the grave is the problem (because of old frames influencing new ones at different location in stream). I don't claim that it is nice what I did, but it seems to work nicely for me.2006-09-20 10:24 thor * trunk/configure.ac: we are working on the next release2006-09-20 10:22 thor * trunk/src/term.c: prevent unpleasant effect when stopping, seeking, resuming2006-09-14 18:57 thor * trunk/src/layer3.c: applied the CVE-2006-1655 fix at another very similar location2006-09-04 17:29 thor * trunk/configure.ac, trunk/src/audio_esd.c: make ESD work for otehr systems with dummy queueflush, try to support Cygwin2006-08-30 13:18 thor * trunk/doc/ROAD_TO_LGPL: another typo2006-08-30 02:58 thor * trunk/src/Makefile.am: some default config.h.legacy should not hurt2006-08-30 02:57 thor * trunk/ChangeLog: dummy again2006-08-30 02:53 thor * trunk/src/audio_alsa.c: info for bug 15474702006-08-29 21:56 thor * trunk/ChangeLog, trunk/NEWS: last NEWS2006-08-29 21:54 thor * trunk/INSTALL: small correction for libasound and typo2006-08-29 21:53 thor * trunk/src/layer3.c: this sort of / spurious overflow is too common, debug+verbose2006-08-29 21:52 thor * trunk/configure.ac: calling it version 0.602006-08-29 17:09 thor * trunk/configure.ac: copy and pase typo, nas is not alsa2006-08-29 12:04 thor * trunk/src/id3.c: fix compiler warning about sign differing pointers2006-08-29 11:57 thor * trunk/doc/PATENTS: typo2006-08-27 09:22 thor * trunk/NEWS: news for 0.60-beta62006-08-27 09:14 thor * trunk/Makefile.am: also distribute the THANKS * trunk/doc/THANKS: as Gabor suggested - let us be thankful2006-08-27 09:08 thor * trunk/configure.ac: goign to be last beta - for real now!2006-08-27 01:50 thor * trunk/src/Makefile.am, trunk/src/Makefile.legacy, trunk/src/common.c, trunk/src/common.h, trunk/src/control_generic.c, trunk/src/id3.c, trunk/src/id3.h, trunk/src/mpg123.c, trunk/src/mpg123.h, trunk/src/stringbuf.c, trunk/src/stringbuf.h: Too big upgrade... It is actually just about better id3 support, namely adding basic parsing and display of id3v2 text info fields. The code for that was outsourced from common.c - that file contained too much "common" code... One change on the side ofthe way is that control_generic now doesn't exit but return properly so that the main routine can cleanup afterwards2006-08-26 14:53 thor * trunk/src/Makefile.am, trunk/src/playlist.c, trunk/src/playlist.h, trunk/src/stringbuf.c, trunk/src/stringbuf.h: stringbuf on its own to be reused2006-08-26 13:59 thor * trunk/src/common.c, trunk/src/readers.c: moved id3 printing to read_frame; going to add id3v2 printing support there2006-08-26 13:45 thor * trunk/src/common.c: promote some ID3v2 info form debug to very verbose2006-08-25 12:28 thor * trunk/src/audio_libao.c, trunk/src/mpg123.c, trunk/src/playlist.c: struggling to stay C90 compatible... mostly (no %z printf specifier)2006-08-25 10:36 thor * trunk/NEWS, trunk/configure.ac: steering towards beta52006-08-25 10:28 thor * trunk/configure.ac, trunk/doc/TODO, trunk/src/Makefile.am: form framework to support fixed point arithmetic; normal playback working with generic_nofpu2006-08-25 09:28 thor * trunk/src/mpg123.c, trunk/src/playlist.c, trunk/src/playlist.h: playlist entry length not statically limited anymore, memory housekeeping2006-08-25 09:24 thor * trunk/src/getlopt.c: memory gets lost on strdup according to valgrind...2006-08-24 21:53 thor * trunk/src/playlist.c, trunk/src/playlist.h: boilerplates for
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -