⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 mpeg 2 source code for video compression
💻
📖 第 1 页 / 共 5 页
字号:
2006-08-13 17:07  thor	* configure.ac: --disable-debug != --enable-debug! Now getting	  this right...2006-08-13 16:02  thor	* AUTHORS: storing the email that worked2006-08-13 00:43  thor	* src/common.c: oops, pointer!2006-08-13 00:41  thor	* src/common.c: calm down gcc for pointer signs2006-08-13 00:35  thor	* CHANGES, Makefile.am, src/Makefile.am: distro stuff...2006-08-13 00:04  thor	* src/common.c: just a note2006-08-12 23:55  thor	* src/layer3.c: the small xrpnt overflow is a warning and no error2006-08-12 23:51  thor	* src/common.c: fiddled a bit with the ID3v2 debugging messsages2006-08-12 23:20  thor	* README, mpg123.1: minimal doc change before beta42006-08-12 19:15  thor	* src/layer3.c: this common "error" message is better just for	  debugging2006-08-12 19:04  thor	* src/layer3.c, src/mpg123.c: Printing wanted help to stdout is a	  good idea, printing the mpg123 hello lines on stdout with the -s	  switch possibly in work is a bad one. Shame on you...2006-08-08 01:34  thor	* TODO: more notes about progress and outstanding progress2006-08-08 01:31  thor	* README.gain: update about progress2006-08-08 01:29  thor	* BUGS: You are not alone... bugs all around.2006-08-08 01:23  thor	* configure.ac: linkflag to libs and not CFLAGS... Clemens got	  that covered, too.2006-08-08 01:18  thor	* src/audio_alsa.c: Clemens Ladisch rightfully erased my dirty	  hack and made proper Alsa API check for initialized device;-)2006-08-08 01:15  thor	* src/common.c, src/config.h.legacy: Too late again... feverishly	  hacked reading of RVA values from ID3v2 in 3 variants - ID3v2.4	  RVA2 frames - RVA_* style comment fields - TXXX fields from	  foobar2000 (untested)2006-08-07 08:48  thor	* src/common.c: Got a good deal of ID3v2 parsing... now wondering	  why I cannot derive the correct size of the Image in this Mike	  Zee file. id3v2 -l sees it correctly; I parse the size value -	  and that simply is wrong?!! After I've settled that the file is	  just broken and id3v2 does play some trick, I can go back to	  store RVA values...2006-08-06 17:48  thor	* TODO: being more clear there on gain and types2006-08-06 17:45  thor	* src/readers.c: We have to stop using ints everywhere for byte	  counts... future TODO.2006-08-06 17:20  thor	* README.gain, src/common.c: going to make id3v2 parsing	  properly... since not even id3lib can handle 2.4:-(2006-08-06 17:02  thor	* README.gain, configure.ac, src/common.c: some clarification	  adding to the confusion - did I already say that all this	  tagging is a MESS?2006-08-06 16:20  thor	* src/mpg123.h: should we limit samples to 2**16/2 or 2**16/1-1?	  there will be a one missing in the first case... or is this	  taken care of elsewhere?2006-08-06 13:21  thor	* mpg123.1, src/common.c, src/mpg123.c, src/mpg123.h: initial RVA	  support using ReplayGain values in Info/Lame tag2006-08-06 11:02  thor	* configure.ac, src/common.c, src/httpget.c, src/mpg123.h: some	  more explicit/corrected system header dependencies along with	  fallback (for SIZE_MAX, ULONG_MAX), in common.c the maximal	  frame count for gapless is now actually depending on the system	  limit2006-08-06 10:25  thor	* README.gain: thoughts about RVA gain2006-08-06 00:50  thor	* CHANGES, src/mpg123.c: update CHANGES, officially adding MPEG 2.52006-08-06 00:45  thor	* src/common.c, src/layer3.c: some more unified error messages2006-08-06 00:39  thor	* src/common.c: 1. re-enable MPEG 2.5 as I could be actually safe	  to do so 2. bail out on free format header if first one (so	  supposedly not just stream distortion) 3. _not_ bail out on	  decode_header failure ... perhaps this is no good idea?2006-08-05 22:40  thor	* src/layer3.c: comment about mhipp bandinfo change... should we	  change?2006-08-05 21:38  thor	* src/layer3.c: small cleanup - #if 0 code, const2006-08-05 20:46  thor	* src/layer3.c: say what's wrong on bad sideinfo2006-08-05 17:06  thor	* src/layer3.c: Widen the bugfix for the Stravinsky fuzzing ...	  there are files where xrpnt does exceed that range is supposedly	  should have (?), pointing to end+4 bytes. Since these play fine	  now and sounded wrong with the strict check, I hope this is	  justified. when will I have time to really understand the core	  decoding routines and their pointers?2006-08-05 16:48  thor	* src/common.c: more standard error messages2006-08-05 14:55  thor	* scripts/debugdef.pl, src/debug.h: now also warnings and error	  messages as macro2006-08-05 14:54  thor	* src/Makefile.legacy: brute force debug.h depends2006-08-05 13:10  thor	* src/common.c: updated debugging lines2006-08-04 10:00  thor	* src/mpg123.c: A proposal for smaller head message.2006-08-04 09:51  thor	* src/audio_alsa.c: hotfix for my laptop... don't call	  snd_pcm_drain when we didn't really prepare the device2006-08-04 08:56  njh	* AUTHORS, CHANGES: Added Clemens Ladisch as author of ALSA support2006-08-04 08:04  njh	* src/audio_alsa.c: new ALSA audio output driver sent to me by	  Clemens Ladisch2006-08-04 00:38  njh	* CHANGES, configure.ac: Removed libao from distribution. Bumbed	  version number.	* src/dct64_altivec.c: Oops - I broke Altivec - this fixes it again2006-08-04 00:37  njh	* src/Makefile.am: Added debug.h to list of source files so that	  it is distributed2006-08-02 11:27  njh	* configure.ac, src/Makefile.am, src/audio_portaudio.c,	  src/audio_sdl.c, src/sfifo.h: SDL is working nicely now.2006-08-02 03:27  njh	* configure.ac, src/Makefile.am, src/audio_portaudio.c,	  src/dct64_altivec.c, src/sfifo.c, src/sfifo.h: Added PortAudio	  support - and remove Altivec autodetectoion because it was more	  trouble than it was worth2006-08-02 00:04  njh	* configure.ac, src/dct64_altivec.c: Use Altivec if available	  automatically2006-08-01 19:29  njh	* Makefile.am, configure.ac, src/audio_alsa.c, src/audio_alsa05.c,	  src/audio_alsa08.c, src/audio_alsa09.c: Nearly implemented ALSA	  0.9 API support - still got a few problems though.2006-08-01 16:10  njh	* src/httpget.c: Variables delared in bad places2006-08-01 15:59  njh	* TODO: Added my own TODO list items2006-08-01 14:58  njh	* src/Makefile.am, src/Makefile.legacy, src/dct64_MMX.s,	  src/dct64_mmx.s, src/decode_MMX.s, src/decode_mmx.s,	  src/tabinit_MMX.s, src/tabinit_mmx.s: made MMX lowercase for	  concistency with other processor names2006-08-01 14:28  njh	* src/audio_alsa.c, src/audio_alsa08.c: Moved old also audio	  interface code out of the way2006-07-29 16:31  thor	* configure.ac: beta3!	* src/mpg123.c: added missing \n in longhelp2006-07-29 16:29  thor	* CHANGES, mpg123.1, src/mpg123.c, src/mpg123.h: enhancing the	  playlist mode with more mime and the listentry parameter2006-07-29 11:51  thor	* src/httpget.c, src/mpg123.c, src/mpg123.h, src/readers.c: fixing	  bug id 1529319... and overreacting a bit about the whole issue:	  - initialy made steps to HTTP/1.1 (for the host header field	  because of virtual hosts support) but retreated after realizing	  that one has to accept chunked data - now still HTTP/1.0 with	  host header as extension (as before, actually), also again	  sending only absolute paths as requests (no full url) but still	  allowing relative redirects - using the content-type header	  field to prevent playback of wrong codec and to more safely	  recognice playlist files - one result: for a single we resource	  one can always use the -@ switch: playlists are treated as	  playlists and if it is an audio/mpeg file, it is reopened as	  such - added most simple parsing of pls (shoutcast) playlists2006-07-29 06:02  thor	* src/mpg123.c: explicitly handle failed http_open2006-07-29 05:03  thor	* src/httpget.c: make sure that httpauth1 doesn't leak memory...	  oaranoid2006-07-29 04:49  thor	* src/mpg123.c: 1. noted a memory leak on strdup but not fixed yet	  2. fruitless debugging of terminal mindbreaking characters from	  a internet radio playlist. Probably these are actually send by	  the server.2006-07-28 13:45  thor	* src/httpget.c: fixing bug 1529266; the segfault happening on the	  second http request was due to a global pointer (httpauth1)	  being free()d but not nulled.2006-07-24 11:32  thor	* CHANGES: beta2 update just before real release...2006-07-24 11:10  thor	* configure.ac: I won't screw history: this is beta2, even when	  beta1 didn't see the sunlight.2006-07-24 11:08  thor	* src/mpg123.c, src/mpg123.h, src/term.c: Oh, what a bug: The	  terminal control key "f" for next track relied on the SIGINT	  hack. Shame on me for not knowing this when diabling this hack	  for terminal control mode.2006-07-24 10:32  thor	* configure.ac: version 0.60-beta12006-07-24 10:30  thor	* README: date of today2006-07-24 10:29  thor	* PATENTS: Notes about patents... the date of expiration of the	  core mp3 patent would make a nice release day for mpg123 0.60;-)2006-07-24 10:28  thor	* README: small updates2006-07-24 09:02  thor	* ROAD_TO_LGPL: The LGPL reasoning for y'all to read.2006-07-24 08:57  thor	* plugin: empty, useless2006-07-24 08:56  thor	* README.thor: typo2006-07-24 08:52  thor	* Makefile.win32, src/Makefile.win32: moved the Win32 Makefile to	  src/ ... I'm pretty sure that it won't work as is anymore. Have	  to grab some windows box and test... eh, and some compiler.	  Borland?2006-07-24 08:46  thor	* CHANGES: corrections and additions2006-07-24 08:42  thor	* mpg123.1: added license2006-07-24 08:33  thor	* mpg123.1: ... the file AUTHORS ...2006-07-24 07:49  thor	* mpg123.1: updated the man page ... my first one without the help	  of perldoc2006-07-24 07:38  thor	* src/mpg123.c: title setting also for rxvt-* and xterm-*; added	  help about that2006-07-24 06:57  thor

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -