Timeline


and

04/27/07:

22:37 Changeset [301] by r2d
  • libmpc/trunk/libmpcdec/mpc_decoder.c
corrected a bug when seeking after the last frame as been decoded
22:35 Changeset [300] by r2d
  • libmpc/trunk/include/mpc/mpc_types.h
correction : needed even in floating point
12:50 Changeset [299] by r2d
  • libmpc/trunk/include/mpc/mpc_types.h
- moved some MPC_FIXED_POINT defines from mpcdec_math.h to mpc_types.h …

04/26/07:

22:36 Changeset [298] by r2d
  • libmpc/trunk/libmpcdec/streaminfo.c
changed encoder description for sv7 encoder in sv8 stream
21:11 Changeset [297] by r2d
  • libmpc/trunk/mpc2sv8/mpc2sv8.c
corrected gain information conversion bug

04/24/07:

15:07 Changeset [296] by r2d
  • libmpc/trunk/libmpcdec/huffman.c
Improved sv8 huffman decoding using canonical property of the huffman …

04/23/07:

21:30 Changeset [295] by r2d
  • libmpc/trunk/libwavformat/input.c
removed aliasing warnings
18:35 Changeset [294] by r2d
  • libmpc/trunk/CMakeLists.txt
finished branch move
18:23 Changeset [293] by r2d
  • libmpc/trunk/r2d
moving branche to trunk
16:59 Changeset [292] by r2d
  • xmms-musepack/branches/r2d/src/libmpc.cpp
updated according to libmpcdec
16:58 Changeset [291] by r2d
  • libmpc/branches/r2d/include/mpc/mpcdec.h
changed function name to match other functions naming convention
16:47 Changeset [290] by r2d
  • libmpc/branches/r2d/libmpcdec/huffman.c
improved decoder speed using LUT for huffman decoding. profiling/bench …
00:44 Changeset [289] by zorg
  • libmpcdec/trunk/configure.ac
Replace memcmp configure check with a supposedly better one

04/22/07:

15:43 Changeset [288] by r2d
  • libmpc/branches/r2d/libmpcdec/huffman.c
made huffman tables smaller

04/21/07:

20:59 Ticket #14 (Improper decoding of specific SV7 files) closed by r2d
fixed
15:31 Changeset [287] by zorg
  • libmpc/branches/r2d/win32/libcommon.vcproj
Misc msvc project fixes
15:29 Changeset [286] by zorg
  • libmpc/branches/r2d/include/mpc/mpcdec.h
Fix headers once again

04/20/07:

23:17 Changeset [285] by r2d
  • libmpc/branches/r2d/libmpcdec/mpc_demux.c
pow works with msvc, not powf
22:53 Changeset [284] by r2d
  • libmpc/branches/r2d/libmpcdec/mpc_decoder.c
corrected seeking to beginning of the file bug (sv7 only)
21:59 Changeset [283] by r2d
  • winamp-musepack/trunk/mpc_player.cpp
I know, I know …
21:38 Changeset [282] by r2d
  • libmpc/branches/r2d/Makefile.am
added wavcmp utility
21:36 Changeset [281] by r2d
  • libmpc/branches/r2d/libmpcdec/mpc_demux.c
corrected file length error

04/19/07:

23:39 Ticket #2 (Mpcdec) closed by zorg
wontfix: Leave full-featured decoder to external apps and only provide sample …
23:27 Ticket #14 (Improper decoding of specific SV7 files) created by DEATH
Libmpcdec decodes this file properly while lower frequencies (?) are …
23:23 Changeset [280] by zorg
  • libmpc/branches/r2d/include/mpc/mpcdec.h
Fix broken headers
19:56 Changeset [279] by r2d
  • libmpc/branches/r2d/mpcdec/mpcdec.c
can now use mpcdec to check if a file is corrupted
19:55 Changeset [278] by r2d
  • libmpc/branches/r2d/libmpcdec/mpc_demux.c
was always returning error after last frame

04/17/07:

22:12 Changeset [277] by zorg
  • libmpcdec/tags/release-1.2.6
1.2.6 tag
22:05 Changeset [276] by zorg
  • libmpcdec/trunk/ChangeLog
Prepare 1.2.6 release
21:48 Changeset [275] by zorg
  • libmpcdec/trunk/src/mpc_decoder.c
Revert r160 as it breaks some files due to some encoder bug
21:28 Changeset [274] by zorg
  • libmpcdec/trunk/src/Makefile.am
Make sample app use static libraries Fix infinite loop bug on large files
14:10 Changeset [273] by r2d
  • libmpc/branches/r2d/libmpcdec/mpc_demux.c
- added return codes for mpc_demux_decode - refill buffer only if bit …
14:06 Changeset [272] by r2d
  • libmpc/branches/r2d/mpcenc/config.h
- added unicode (UTF-8) autodetection for unix - changed --longhelp …

04/16/07:

21:55 Changeset [271] by r2d
  • libmpc/branches/r2d/libmpcdec/mpc_demux.c
oups
21:53 Changeset [270] by r2d
  • libmpc/branches/r2d/libmpcdec/mpc_demux.c
initialized all the decoding buffer to 0
20:12 Changeset [269] by r2d
  • libmpc/branches/r2d/libmpcdec/mpc_demux.c
Improved decoding robustness
19:37 Changeset [268] by r2d
  • libmpc/branches/r2d/libmpcdec/mpc_demux.c
Improved decoding robustness
00:04 Changeset [267] by r2d
  • libmpc/branches/r2d/libmpcdec/mpc_demux.c
be sure allocated size is at least used size !

04/15/07:

23:40 Changeset [266] by r2d
  • libmpc/branches/r2d/libmpcdec/internal.h
Improved decoder robustness against corrupted files
23:39 Changeset [265] by r2d
  • libmpc/branches/r2d/libmpcdec/streaminfo.c
sign issue in replay gain reading in sv7
23:37 Changeset [264] by r2d
  • libmpc/branches/r2d/include/mpc/reader.h
added a way to open a reader with an already open file (patch by DEATH)

04/12/07:

22:57 Changeset [263] by zorg
  • libreplaygain/autogen.sh
Useless file, use Makefile.cvs instead
22:53 Changeset [262] by zorg
  • libmpc/branches/r2d/libmpcdec/mpc_decoder.c
Fix cmake for mpcgain Remove builtin math functions
22:42 Changeset [261] by zorg
  • libreplaygain/autogen.sh
Add autogen.sh to make autotools useable Full cmake update
21:44 Changeset [260] by r2d
  • libmpc/branches/r2d/include/Makefile.am
added missing Makefile.am

04/07/07:

10:43 Ticket #4 (Port winamp plugin to libmpcdec) closed by r2d
fixed
10:42 Ticket #8 (make a lib from the replay gain app) closed by r2d
fixed

03/30/07:

19:03 Changeset [259] by r2d
  • libmpc/branches/r2d/libmpcdec/mpc_decoder.c
init scalefactors to 0 because of an encoder bug
13:53 Changeset [258] by r2d
  • winamp-musepack/trunk/mpc_player.cpp
- corrected a bug crashing winamp when trying to see informations on a …

03/29/07:

23:48 Changeset [257] by r2d
  • winamp-musepack/trunk/winamp-musepack.rc
Comment control supports multi line
18:29 Changeset [256] by r2d
  • libmpc/branches/r2d/mpcdec/mpcdec.c
divide by 0 bug removed
17:20 Changeset [255] by r2d
  • winamp-musepack/trunk/mpc_logo.bmp
added logo
15:42 Changeset [254] by r2d
  • winamp-musepack/trunk/mpc_player.cpp
- tag writing OK - better tag reading - maybe less pb with x64
13:16 Changeset [253] by r2d
  • winamp-musepack/trunk/mpc_player.cpp
- tags in accentuated files can now be read - tags are converted from …
Note: See TracTimeline for information about the timeline view.