Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | copyright years updated | Alexey Yakovenko | 2013-10-06 |
| | |||
* | fixed remaining pl_find_meta calls lacking pl_lock | waker | 2012-05-17 |
| | |||
* | updated (c) year to 2012 in the sources | waker | 2012-03-24 |
| | |||
* | hardcoded api_version 1.0 into all plugins | waker | 2011-05-21 |
| | |||
* | changed few old-style pl_* functions which were working with current ↵ | waker | 2011-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 ↵ | waker | 2011-04-29 |
| | | | | playlists, and not just the current one | ||
* | fixed mp3 filetype for streamed radio; | waker | 2011-04-27 |
| | | | | removed filetypes ptr in DB_decoder_t | ||
* | fixed dts channelmap | waker | 2011-04-18 |
| | |||
* | dts channel remapping | waker | 2011-04-17 |
| | |||
* | dts: fixed multichannel | waker | 2011-04-10 |
| | |||
* | fixed dts wav regression caused by vfs api switch to 64bit offsets | waker | 2011-03-26 |
| | |||
* | got rid of filetype field in playitem structure | waker | 2011-03-24 |
| | |||
* | moved most of track properties from playItem struct to metadata | waker | 2011-03-09 |
| | | | | implemented track properties with multiple selection | ||
* | removed author and email fields, added single all-purpose copyright field; | waker | 2011-02-27 |
| | | | | | added copyright info to all plugins; updated gtkui to reflect the changes | ||
* | updated copyright year to 2011 | waker | 2011-01-02 |
| | |||
* | exposed pcm_convert via plugin API; | waker | 2010-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 API | waker | 2010-11-27 |
| | |||
* | bumped all plugins to version 1.0; | waker | 2010-11-02 |
| | | | | updated portable build packaging script | ||
* | fixed dts plugin description | waker | 2010-10-17 |
| | |||
* | removed some dca plugin error messages | waker | 2010-10-15 |
| | |||
* | updated READMEs of several bundled libs | Alexey Yakovenko | 2010-10-09 |
| | |||
* | fixed huge (over 2Gb) DTS files support | Alexey Yakovenko | 2010-10-03 |
| | |||
* | fixed numchannels for DCA_3F2R in dts plugin | Alexey Yakovenko | 2010-10-02 |
| | |||
* | fixed dts nchannels display | Alexey Yakovenko | 2010-10-01 |
| | |||
* | fixed 24 bit dts playback | Alexey Yakovenko | 2010-09-27 |
| | |||
* | fixed heap corruption in dca plugin | Alexey Yakovenko | 2010-09-27 |
| | |||
* | added -lm to dca, musepack, shn, wildmidi plugins | Alexey A. Smirnov | 2010-09-19 |
| | |||
* | fixed few tarball issues | Alexey Yakovenko | 2010-09-19 |
| | |||
* | hidden some of libdca error messages | Alexey Yakovenko | 2010-09-16 |
| | |||
* | deleted unused libdca files | Alexey Yakovenko | 2010-08-12 |
| | |||
* | fixed dts + cue | Alexey Yakovenko | 2010-07-31 |
| | |||
* | removed endianess FIXME notice from dts plugin | Alexey Yakovenko | 2010-07-31 |
| | |||
* | fast seeking in dts streams | Alexey Yakovenko | 2010-07-31 |
| | |||
* | added .dts and .cpt support | Alexey Yakovenko | 2010-07-31 |
| | |||
* | added bigendian support to dts wav header reader | Alexey Yakovenko | 2010-06-24 |
| | |||
* | disable tracing in dts plugin (speeds up adding wav files significantly) | Alexey Yakovenko | 2010-06-24 |
| | |||
* | dts decoder using libdca | Alexey Yakovenko | 2010-06-08 |