summaryrefslogtreecommitdiff
path: root/plugins/wavpack
Commit message (Collapse)AuthorAge
* cleanup unused code; license updatesGravatar Alexey Yakovenko2014-05-11
|
* fixed more include paths issuesGravatar Alexey Yakovenko2014-02-09
|
* added -avoid-version to all makefilesGravatar Alexey Yakovenko2014-02-05
|
* wavpack: don't use channelmask from file, because of broken pcm format ↵Gravatar waker2012-10-18
| | | | conversion
* wavpack: fixed reload_metadata not clearing old dataGravatar waker2012-06-11
|
* fixed remaining pl_find_meta calls lacking pl_lockGravatar waker2012-05-17
|
* 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
* wavpack plugin copyright fixGravatar waker2011-04-09
|
* fixed wavpack + gapless cue playbackGravatar waker2011-04-03
|
* 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
* added ape properties, fixed filesize property in flac and wvGravatar waker2011-02-13
|
* changed wavpack plugin license to 3-clause BSDL (with permission from David ↵Gravatar waker2011-01-22
| | | | Bryant)
* wavpack: don't add "bytes" and "kbps" to propertiesGravatar waker2011-01-10
|
* added file size to wavpack track propertiesGravatar waker2011-01-09
|
* set wavpack waveformat, mode and avg bitrate as track propertiesGravatar waker2011-01-09
|
* disable tracing in wavpack pluginGravatar waker2011-01-09
|
* updated copyright year to 2011Gravatar waker2011-01-02
|
* added wavpack multichannel support;Gravatar waker2010-11-28
| | | | fixed wavpack default title
* ported wavpack to new APIGravatar waker2010-11-13
|
* fixed descriptions of some pluginsGravatar waker2010-11-06
|
* bumped all plugins to version 1.0;Gravatar waker2010-11-02
| | | | updated portable build packaging script
* fixed display of wavpack numchannelsGravatar Alexey Yakovenko2010-09-23
|
* merged non-android-specific changes from android branchGravatar Alexey Yakovenko2010-07-26
|
* decode all valid integer bitdepths and float data from WavPack filesGravatar David Bryant2010-05-30
|
* fix multichannel WavPack supportGravatar David Bryant2010-05-29
|
* use stack memory for wavpack correction file nameGravatar Alexey Yakovenko2010-05-29
|
* add support for WavPack correction filesGravatar David Bryant2010-05-29
|
* wavpack error handling patchGravatar Alexey Yakovenko2010-05-16
|
* improved decoder API to be able to interrupt .init at any momentGravatar Alexey Yakovenko2010-05-01
|
* added flags to each track in playlist, which bumped dbpl version to 1.2;Gravatar Alexey Yakovenko2010-04-17
| | | | | | | list of file tags is no longer written as metadata string, but as flags; fixed couple of memory leaks; blocked metadata editing in subtracks; blocked metadata editing if playlist file format is less than 1.2;
* fixed to pass make distcheck before 0.4-beta1Gravatar Alexey Yakovenko2010-04-11
|
* changed --enable to --disable for plugins in configureGravatar Alexey Yakovenko2010-04-11
|
* moved high level id3v2/apev2/id3v1 tag writer into junklib;Gravatar Alexey Yakovenko2010-04-06
| | | | added tag writer to wavpack plugin
* added tag reloading to wavpack plugin;Gravatar Alexey Yakovenko2010-04-05
| | | | added some experimental code to wavpack plugin
* fixed ton of memleaks and memory-related crashesGravatar Alexey Yakovenko2010-04-02
|
* apev2 editing;Gravatar Alexey Yakovenko2010-03-31
| | | | | apev2->id3v2.4 converter; apev2 writer
* fixed 24bit wavpack bugGravatar Alexey Yakovenko2010-01-27
|
* refcounted playitemsGravatar Alexey Yakovenko2010-01-23
|
* ported wavpack plugin to new apiGravatar Alexey Yakovenko2010-01-23
|
* runtime linking of playlist tracks to decoder plugins is done via strings ↵Gravatar Alexey Yakovenko2010-01-11
| | | | instead of pointers (to allow easy unloading of decoders)
* updated copyright notice to 2010Gravatar Alexey Yakovenko2010-01-03
|
* changed cuesheet loading APIs, embedded metadata now adds up with cuesheet ↵Gravatar Alexey Yakovenko2010-01-02
| | | | metadata
* wavpack: added bitrate displayGravatar Alexey Yakovenko2009-12-26
|
* added embedded cuesheet support to wavpack decoderGravatar Alexey Yakovenko2009-11-22
|
* plugins that miss dependencies will not be builtGravatar Alexey Yakovenko2009-10-12
| | | | configure now prints list of all plugins being processed