Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 | ||
* | deleted couple of trace printfs in flac and junklib | waker | 2011-02-23 |
| | |||
* | added ape properties, fixed filesize property in flac and wv | waker | 2011-02-13 |
| | |||
* | added waveformat properties to flac plugin | waker | 2011-01-24 |
| | |||
* | added TRACKTOTAL to list of known flac tag fields | waker | 2011-01-09 |
| | |||
* | improved flac metadata reader: share code between load and reload, load all ↵ | waker | 2011-01-08 |
| | | | | fields, support WAVEFORMAT_EXTENSIBLE_CHANNELMASK field | ||
* | fixed flac multichannel playback | waker | 2011-01-02 |
| | |||
* | updated copyright year to 2011 | waker | 2011-01-02 |
| | |||
* | ported flac plugin to new API | waker | 2010-11-24 |
| | |||
* | bumped all plugins to version 1.0; | waker | 2010-11-02 |
| | | | | updated portable build packaging script | ||
* | fixed memleak in flac plugin | Alexey Yakovenko | 2010-10-02 |
| | |||
* | changed the way "total tracks" field is written to vorbis comments | Alexey Yakovenko | 2010-09-20 |
| | |||
* | fixed album artist field in flac and vorbis plugins | Alexey Yakovenko | 2010-09-16 |
| | |||
* | changed album artist field support in vorbis and flac plugins | Alexey Yakovenko | 2010-09-16 |
| | |||
* | continue flac playback after crc error | Alexey Yakovenko | 2010-08-16 |
| | |||
* | don't let flac plugin to open .ogg files | Alexey Yakovenko | 2010-07-04 |
| | |||
* | handle case when there's no metadata in [ogg]flac file | Alexey Yakovenko | 2010-05-25 |
| | |||
* | fix division by zero in flac plugin | Alexey Yakovenko | 2010-05-18 |
| | |||
* | fix flac avg bitrate to work with cuesheets | Alexey Yakovenko | 2010-05-17 |
| | |||
* | changed flac bitrate calculation to average based on filesize | Alexey Yakovenko | 2010-05-17 |
| | |||
* | fixed FLAC gapless playback | Alexey Yakovenko | 2010-05-08 |
| | |||
* | fixed typo in flac trace code | Alexey Yakovenko | 2010-05-05 |
| | |||
* | don't strip unknown fields from flac metadata | Alexey Yakovenko | 2010-05-02 |
| | |||
* | added multiline fields support to flac metadata editor | Alexey Yakovenko | 2010-05-02 |
| | |||
* | improved decoder API to be able to interrupt .init at any moment | Alexey Yakovenko | 2010-05-01 |
| | |||
* | added flags to each track in playlist, which bumped dbpl version to 1.2; | Alexey Yakovenko | 2010-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-beta1 | Alexey Yakovenko | 2010-04-11 |
| | |||
* | changed --enable to --disable for plugins in configure | Alexey Yakovenko | 2010-04-11 |
| | |||
* | FLAC: added support for multiline metadata | Alexey Yakovenko | 2010-04-06 |
| | |||
* | added tag type metadata support to flac plugin | Alexey Yakovenko | 2010-04-05 |
| | |||
* | FLAC tag editing/reloading; | Alexey Yakovenko | 2010-04-05 |
| | | | | added support for (non-standard) TRACKTOTAL field to FLAC plugin; | ||
* | fixed ton of memleaks and memory-related crashes | Alexey Yakovenko | 2010-04-02 |
| | |||
* | added more frame types to vorbis and apev2 loaders | Alexey Yakovenko | 2010-03-27 |
| | |||
* | Merge branch 'master' into devel | Alexey Yakovenko | 2010-01-31 |
|\ | | | | | | | | | | | | | | | Conflicts: main.c plugins/flac/flac.c plugins/mpgmad/mpgmad.c streamer.c | ||
| * | fixed flac read_float32 (distortion bug); | Alexey Yakovenko | 2010-01-31 |
| | | | | | | | | | | refactored libsamplerate support code; removed old unused mutex code | ||
| * | fixed multichannel flac decoding | Alexey Yakovenko | 2010-01-31 |
| | | |||
* | | refcounted playitems | Alexey Yakovenko | 2010-01-23 |
| | | |||
* | | ported flac plugin to new api | Alexey Yakovenko | 2010-01-17 |
| | | |||
* | | runtime linking of playlist tracks to decoder plugins is done via strings ↵ | Alexey Yakovenko | 2010-01-11 |
|/ | | | | instead of pointers (to allow easy unloading of decoders) | ||
* | compiler warning cleanup | Alexey Yakovenko | 2010-01-03 |
| | |||
* | updated warning CFLAGS | Alexey Yakovenko | 2010-01-03 |
| | |||
* | updated copyright notice to 2010 | Alexey Yakovenko | 2010-01-03 |
| | |||
* | added some extra warnings to CFLAGS | Alexey Yakovenko | 2010-01-03 |
| | |||
* | added support for FLAC files in Ogg container | Alexey Yakovenko | 2010-01-03 |
| | |||
* | changed cuesheet loading APIs, embedded metadata now adds up with cuesheet ↵ | Alexey Yakovenko | 2010-01-02 |
| | | | | metadata | ||
* | flac: added year, comment and genre tags support | Alexey Yakovenko | 2009-12-31 |
| | |||
* | flac: disabled reporting of non-critical sync error | Alexey Yakovenko | 2009-12-27 |
| | |||
* | minor tweak to flac bitrate calculation | Alexey Yakovenko | 2009-12-26 |
| | |||
* | bitrate reporting for flac and vorbis plugins | Alexey Yakovenko | 2009-12-25 |
| |