summaryrefslogtreecommitdiff
path: root/plugins/dca
Commit message (Collapse)AuthorAge
* changed project description in many filesGravatar Alexey Yakovenko2014-07-16
|
* added/updated COPYING in cdda, converter, coreaudio, dca, dsp_libsrc, dumbGravatar Alexey Yakovenko2014-02-08
|
* added -avoid-version to all makefilesGravatar Alexey Yakovenko2014-02-05
|
* copyright years updatedGravatar Alexey Yakovenko2013-10-06
|
* fixed remaining pl_find_meta calls lacking pl_lockGravatar waker2012-05-17
|
* updated (c) year to 2012 in the sourcesGravatar waker2012-03-24
|
* hardcoded api_version 1.0 into all pluginsGravatar waker2011-05-21
|
* changed few old-style pl_* functions which were working with current ↵Gravatar waker2011-05-08
| | | | playlist with the new ones, working with specific playlist passed as argument
* changed some API entry points to make it possible working with specific ↵Gravatar waker2011-04-29
| | | | playlists, and not just the current one
* fixed mp3 filetype for streamed radio;Gravatar waker2011-04-27
| | | | removed filetypes ptr in DB_decoder_t
* fixed dts channelmapGravatar waker2011-04-18
|
* dts channel remappingGravatar waker2011-04-17
|
* dts: fixed multichannelGravatar waker2011-04-10
|
* fixed dts wav regression caused by vfs api switch to 64bit offsetsGravatar waker2011-03-26
|
* got rid of filetype field in playitem structureGravatar waker2011-03-24
|
* moved most of track properties from playItem struct to metadataGravatar waker2011-03-09
| | | | implemented track properties with multiple selection
* removed author and email fields, added single all-purpose copyright field;Gravatar waker2011-02-27
| | | | | added copyright info to all plugins; updated gtkui to reflect the changes
* updated copyright year to 2011Gravatar waker2011-01-02
|
* exposed pcm_convert via plugin API;Gravatar waker2010-12-10
| | | | | DSP presets are now being used and are working in converter; implemented support for converting via temp file in converter
* ported dca plugin to new APIGravatar waker2010-11-27
|
* bumped all plugins to version 1.0;Gravatar waker2010-11-02
| | | | updated portable build packaging script
* fixed dts plugin descriptionGravatar waker2010-10-17
|
* removed some dca plugin error messagesGravatar waker2010-10-15
|
* updated READMEs of several bundled libsGravatar Alexey Yakovenko2010-10-09
|
* fixed huge (over 2Gb) DTS files supportGravatar Alexey Yakovenko2010-10-03
|
* fixed numchannels for DCA_3F2R in dts pluginGravatar Alexey Yakovenko2010-10-02
|
* fixed dts nchannels displayGravatar Alexey Yakovenko2010-10-01
|
* fixed 24 bit dts playbackGravatar Alexey Yakovenko2010-09-27
|
* fixed heap corruption in dca pluginGravatar Alexey Yakovenko2010-09-27
|
* added -lm to dca, musepack, shn, wildmidi pluginsGravatar Alexey A. Smirnov2010-09-19
|
* fixed few tarball issuesGravatar Alexey Yakovenko2010-09-19
|
* hidden some of libdca error messagesGravatar Alexey Yakovenko2010-09-16
|
* deleted unused libdca filesGravatar Alexey Yakovenko2010-08-12
|
* fixed dts + cueGravatar Alexey Yakovenko2010-07-31
|
* removed endianess FIXME notice from dts pluginGravatar Alexey Yakovenko2010-07-31
|
* fast seeking in dts streamsGravatar Alexey Yakovenko2010-07-31
|
* added .dts and .cpt supportGravatar Alexey Yakovenko2010-07-31
|
* added bigendian support to dts wav header readerGravatar Alexey Yakovenko2010-06-24
|
* disable tracing in dts plugin (speeds up adding wav files significantly)Gravatar Alexey Yakovenko2010-06-24
|
* dts decoder using libdcaGravatar Alexey Yakovenko2010-06-08