summaryrefslogtreecommitdiff
path: root/plugins/flac/flac.c
Commit message (Expand)AuthorAge
* flac: fixed cuesheet validationGravatar Alexey Yakovenko2014-06-24
* flac: ignore embedded flac cuesheet metadata block if it's out of file boundsGravatar Alexey Yakovenko2014-06-23
* flac: fixed crash on writing metadata into file which doesn't have vorbiscomm...Gravatar Alexey Yakovenko2014-06-22
* bitrate for OggFLAC, plus oggedit changesGravatar Ian Nartowicz2014-06-14
* tidy upGravatar Ian Nartowicz2014-06-13
* bitrate calculationsGravatar Ian Nartowicz2014-06-13
* flac: osx compile fixesGravatar Alexey Yakovenko2014-06-08
* #if USE_OGGEDIT changes, and pl_unlock() fixesGravatar Ian Nartowicz2014-06-06
* Conditional compilation of oggedit callGravatar Ian Nartowicz2014-06-05
* more minor indentationGravatar Ian Nartowicz2014-06-05
* indentationGravatar Ian Nartowicz2014-06-05
* Full release of oggeditGravatar Ian Nartowicz2014-06-04
* flac plugin license change to BSD 3-clause with permission from contributorsGravatar Alexey Yakovenko2014-02-09
* flac: don't delete replaygain info (bug #1044)Gravatar Alexey Yakovenko2014-01-30
* copyright years updatedGravatar Alexey Yakovenko2013-10-06
* flac: removed debug printfGravatar waker2012-11-18
* flac: fixed cue track index bugGravatar waker2012-10-29
* flac: added flac native cuesheet metadata supportGravatar waker2012-10-28
* fixed remaining pl_find_meta calls lacking pl_lockGravatar waker2012-05-17
* updated (c) year to 2012 in the sourcesGravatar waker2012-03-24
* flac: disabled fetching covers for writing to flac tagsGravatar waker2011-12-28
* flac: few small improvements in writing embedded cover art imageGravatar waker2011-12-18
* flac: don't overwrite existing embedded cover imageGravatar Tydus2011-12-18
* few API usage fixes in flac pluginGravatar waker2011-11-13
* Implemented Save cover to FLAC when convertingGravatar Tydus2011-11-13
* flac: ignore files with samplerate<=0; don't calculate bitrate on streams wit...Gravatar waker2011-10-06
* hardcoded api_version 1.0 into all pluginsGravatar waker2011-05-21
* play flac files which report numsamples=0Gravatar waker2011-05-20
* changed few old-style pl_* functions which were working with current playlist...Gravatar waker2011-05-08
* changed some API entry points to make it possible working with specific playl...Gravatar waker2011-04-29
* fixed mp3 filetype for streamed radio;Gravatar waker2011-04-27
* fixed flac regressionGravatar waker2011-03-29
* fixed flac regression which caused subtracks to get wrong lengthGravatar waker2011-03-28
* flac: fixed filehandle leak; fixed hanging on 0-length filesGravatar waker2011-03-26
* got rid of filetype field in playitem structureGravatar waker2011-03-24
* flac: fixed metadata writerGravatar waker2011-03-20
* moved most of track properties from playItem struct to metadataGravatar waker2011-03-09
* removed author and email fields, added single all-purpose copyright field;Gravatar waker2011-02-27
* deleted couple of trace printfs in flac and junklibGravatar waker2011-02-23
* added ape properties, fixed filesize property in flac and wvGravatar waker2011-02-13
* added waveformat properties to flac pluginGravatar waker2011-01-24
* added TRACKTOTAL to list of known flac tag fieldsGravatar waker2011-01-09
* improved flac metadata reader: share code between load and reload, load all f...Gravatar waker2011-01-08
* fixed flac multichannel playbackGravatar waker2011-01-02
* updated copyright year to 2011Gravatar waker2011-01-02
* ported flac plugin to new APIGravatar waker2010-11-24
* bumped all plugins to version 1.0;Gravatar waker2010-11-02
* fixed memleak in flac pluginGravatar Alexey Yakovenko2010-10-02
* changed the way "total tracks" field is written to vorbis commentsGravatar Alexey Yakovenko2010-09-20
* fixed album artist field in flac and vorbis pluginsGravatar Alexey Yakovenko2010-09-16