source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @375   17 years radscorpion Redesigned property page. Fixed loop-seeking. Added version info for …
(edit) @374   17 years radscorpion Eye candy property page for the decoder filter.
(edit) @373   17 years radscorpion Fixed seeking.
(edit) @372   17 years radscorpion Seeking fixes. Splitter now registers mediatypes
(edit) @371   17 years radscorpion Decoder now can decode and play SV8 streams. It can be used along with …
(edit) @370   17 years radscorpion Okay. It can now connect. Sound should be done tomorrow.
(edit) @369   17 years radscorpion Basis for decoder filter. It cannot be created right now. I's just a …
(edit) @368   17 years radscorpion MPC Demux works. Right now it can only be used with Dump filter, …
(edit) @367   17 years radscorpion added a few methods to parse seek table offset and seek table. Golomb …
(edit) @366   17 years radscorpion First build of splitter filter.
(edit) @365   17 years radscorpion Created basic directory structure for DirectShow filters.
(edit) @364   17 years r2d stdin/stdout set to binary under windows
(edit) @363   17 years r2d - corrections to compile with msvc c (c89?) - removed headers from …
(edit) @362   17 years r2d - added basename and dirent implementation for win32 - updated mpc2sv8 …
(edit) @361   17 years r2d correction for mono files
(edit) @360   17 years r2d correction for mono files
(edit) @359   17 years r2d changed mpc_quantizer size
(edit) @358   17 years r2d SV7 seeking bug correction when header not aligned on 4 bytes
(edit) @357   17 years r2d - mpc2sv8 can overwrite output (option -o) - mpc2sv8 can output to a …
(edit) @356   17 years r2d added pipe input and output for mpcdec
Note: See TracRevisionLog for help on using the revision log.