source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @475   13 years r2d fixe an unused variable warning
(edit) @474   13 years r2d forgot 1 file in last commit
(edit) @473   13 years r2d Security fixes by DEATH (and some changes by myself)
(edit) @472   13 years r2d audacious-musepack : update to audacious v2.4.4 some API function used …
(edit) @471   13 years r2d libcuefile : add original repository location
(edit) @470   13 years r2d Add original cuetools copyright notice
(edit) @469   13 years r2d patch by Markus Peloquin <markus@…> : Fixed the copious …
(edit) @468   14 years r2d audacious-musepack : updated plugin for audacious 2.3 (ubuntu 10.04)
(edit) @467   14 years r2d libmpc : renamed libmpcdec project libmpcdec and mpcdec project …
(edit) @466   14 years r2d libmpcdec : bug correction for "in buffer" seek
(edit) @465   14 years r2d handle tags larger than the demux buffer. UNTESTED code.
(edit) @464   14 years r2d show all warnings
(edit) @463   14 years r2d check malloc return value
(edit) @462   14 years r2d refill the buffer if possible
(edit) @461   14 years r2d fix cmake warnings with new version
(edit) @460   14 years r2d fix cmake warnings with new version
(edit) @459   15 years r2d * fix cmake libmpcdec build * do not flush the demux buffer when seek …
(edit) @458   15 years r2d remove unused directory
(edit) @457   15 years r2d renamed bmp-musepack to audacious-musepack
(edit) @456   15 years r2d * update for audacious 2.1.0 * changed build system to cmake
(edit) @455   15 years r2d changes for audacious (don't know if it works, old changes)
(edit) @454   15 years r2d remove generated files
(edit) @453   15 years r2d libmpc (mpcenc) : * replaced rindex by strrchr
(edit) @452   15 years r2d libmpc (mpcenc) : * improved file extension conversion to .mpc * …
(edit) @451   15 years r2d libmpc : * shared option default to on, unless on windows
(edit) @450   15 years r2d libmpc (patch by Samuli Suominen) : * add install target for cmake * …
(edit) @449   15 years r2d libmpc : * typo
(edit) @448   15 years r2d libmpc : * moved math.h include in mpcmath.h
(edit) @447   15 years r2d libreplaygain : * cmake improvement
(edit) @446   15 years r2d libcuefile : * add a shared library target to cmake * add install …
(edit) @445   15 years r2d * autotool changes to support symbol visibility on MinGW. * mpcchap …
(edit) @444   15 years r2d patch by Dr. Fiemost : fixed an error when building mpcdec on MinGW …
(edit) @443   15 years r2d renamed crc32 to mpc_crc32 to avoid name conflics with static libs
(edit) @442   16 years Seed
(edit) @441   16 years Seed a fix to allow wildcards
(edit) @440   16 years r2d mpcgain bug correction : open files in binary mode (changed version …
(edit) @439   16 years grimmel More fixes from DEATH
(edit) @438   16 years radscorpion Fixes for SV7 seeking. Rebuilt with latest libraries
(edit) @437   16 years radscorpion Added VS2005 projects for libcommon / libmpcdec with MFC Static …
(edit) @436   16 years r2d mpccut should now be more resilient to errors
(edit) @435   16 years r2d - Added a special case to ignore --xlevel and --noxlevel options - …
(edit) @434   16 years r2d spelling fix
(edit) @433   16 years r2d - change libmpcdec API version (libtool) - update ChangeLog and README
(edit) @432   16 years r2d mpcdec update copyright and version to 1.0.0 for sv8 release
(edit) @431   16 years r2d update copyright (2nd part)
(edit) @430   16 years r2d change mpc2sv8 version to 1.0.0 for sv8 release
(edit) @429   16 years r2d add version information to mpcchap
(edit) @428   16 years r2d mpcgain supports chapters : change version
(edit) @427   16 years r2d update copyright
(edit) @426   16 years r2d copied too fast :) correction for max_band upper bound (thanks DEATH …
(edit) @425   16 years r2d check streaminfo values
(edit) @424   16 years r2d check block size & changed inline for mpc_inline, MSVC seems to accept …
(edit) @423   16 years r2d improves chapter parsing resilience to errors
(edit) @422   16 years grimmel
(edit) @421   16 years radscorpion Demuxer updated to 0.4.0.0 Support for APE 2.0 tags Chapters are now …
(edit) @420   16 years radscorpion DirectShow Musepack Decoder updated to 0.9.2.0 Bug fixed with -6 dB …
(edit) @419   16 years r2d - changed version string to 1.28.0 - added const to mpc_demux_chap …
(edit) @418   16 years r2d libmpc cmake uses libcuefile from svn
(edit) @417   16 years r2d libcuefile builds with msvc
(edit) @416   16 years r2d moved files, added cmake build system
(edit) @415   16 years r2d libcuefile initial import from cuetools 1.3.1
(edit) @414   16 years r2d changes to make mpcchap build with msvc
(edit) @413   16 years r2d updated mpcgain to fill the chapters' gain / peak
(edit) @412   16 years r2d libreplaygain can now handle chapters
(edit) @411   16 years r2d added chapter gain / peak to libmpcdec and mpcchap as in the spec
(edit) @410   16 years r2d fix cross-compilation with mingw (patch by Leandro Nini)
(edit) @409   16 years r2d installable headers cleanup (patch by Leandro Nini)
(edit) @408   16 years r2d removed my local file path (patch by xmixahlx)
(edit) @407   16 years r2d added a bound to the seek table size, varying the step between seek …
(edit) @406   17 years r2d mpcchap overflow correction
(edit) @405   17 years r2d changed declaration to conform to C89
(edit) @404   17 years r2d updated mpcgain according to libreplaygain new functions name
(edit) @403   17 years r2d - reduced libreplaygain symbol exports - prefixed API function names …
(edit) @402   17 years r2d moved mpc_bits_reader definition in mpcdec.h for use in the API
(edit) @401   17 years r2d correction for non GCC compilers
(edit) @400   17 years r2d Limited libmpcdec exported symbols (only for autotools building …
(edit) @399   17 years radscorpion further encoder library updates. added demo app for the new libmpcenc.
(edit) @398   17 years radscorpion interface extended for the encoder. rewritten bitstream output system …
(edit) @397   17 years radscorpion libmpcpsy should be complete added basic VC++ project
(edit) @396   17 years radscorpion som more cleanups…
(edit) @395   17 years radscorpion Added temporary dir with new cleaner encoding library. Library …
(edit) @394   17 years r2d mpcchap supports cue/toc files through cuetools library …
(edit) @393   17 years r2d added commentary to added iniparser functions
(edit) @392   17 years r2d removed autoconf generated files from the repository
(edit) @391   17 years r2d xmms-musepack cleanup
(edit) @390   17 years r2d libmpcdec API cleanup and documentation
(edit) @389   17 years r2d - libmpcdec can now find chapters in files without seek table
(edit) @388   17 years r2d - chapters are now able to contain no tag
(edit) @387   17 years r2d - mpcchap can now dump chapters
(edit) @386   17 years r2d fixed cmake file for mpcchap
(edit) @385   17 years r2d - added CMakeLists.txt for mpcchap (untested) - corrected mpcenc …
(edit) @384   17 years r2d - added mpcchap utility to add (and later dump) chapters in a sv8 mpc …
(edit) @383   17 years r2d removed EQ_TAP, DELAY and FIR_BANDS as suggested by Andree Bushmann
(edit) @382   17 years r2d made some const changes
(edit) @381   17 years radscorpion Recompiled with MFC as Static
(edit) @380   17 years radscorpion Fixed SV7 seeking artifacts. Fixed gain info.
(edit) @379   17 years radscorpion SV7 demuxing and decoding works. However there are strange artifacts …
(edit) @378   17 years radscorpion Basic SV7 parsing. TODO: Construct seeking table. !!! WARNING !!! If …
(edit) @377   17 years r2d corrected a bug that prevented the scalefactors to be reset on seeking …
(edit) @376   17 years r2d added LONG_SEEK_TABLE define for a 64 bits long offset in the seek …
Note: See TracRevisionLog for help on using the revision log.