summaryrefslogtreecommitdiff
path: root/plugins/sndfile
Commit message (Collapse)AuthorAge
* updated copyright year to 2011Gravatar waker2011-01-02
|
* fixed multichannel in libsndfile pluginGravatar waker2010-11-27
|
* ported libsndfile plugin to new APIGravatar waker2010-11-25
|
* bumped all plugins to version 1.0;Gravatar waker2010-11-02
| | | | updated portable build packaging script
* fixed few random memleaksGravatar Alexey Yakovenko2010-10-04
|
* fixed multichannel decoding in sndfile pluginGravatar Alexey Yakovenko2010-08-14
|
* fixed bits per sample display in libsndfile plugin (wav files)Gravatar Alexey Yakovenko2010-08-14
|
* 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
|
* fixed ton of memleaks and memory-related crashesGravatar Alexey Yakovenko2010-04-02
|
* few fixes to compile on non-linux plaftormsGravatar Alexey Yakovenko2010-01-21
|
* ported sndfile plugin to new apiGravatar Alexey Yakovenko2010-01-17
|
* Merge branch 'master' into develGravatar Alexey Yakovenko2010-01-13
|\ | | | | | | | | | | | | Conflicts: configure.ac deadbeef.h plugins/mpgmad/mpgmad.c
| * fixed sndfile seekingGravatar Alexey Yakovenko2010-01-13
| |
* | 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)
* compiler warning cleanupGravatar Alexey Yakovenko2010-01-03
|
* 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
* sndfile plugin: now uses deadbeef vfs to read files; added bitrate displayGravatar Alexey Yakovenko2009-12-26
|
* plugins that miss dependencies will not be builtGravatar Alexey Yakovenko2009-10-12
| | | | configure now prints list of all plugins being processed
* added total playtime display to statusbarGravatar Alexey Yakovenko2009-10-11
|
* updated plugins descriptionsGravatar Alexey Yakovenko2009-10-10
| | | | added basic gui configuration window
* added libsndfile decoderGravatar Alexey Yakovenko2009-09-27