summaryrefslogtreecommitdiff
path: root/plugins/vorbis
Commit message (Collapse)AuthorAge
* fixed ogg vorbis ENCODER comment support;Gravatar Alexey Yakovenko2010-04-06
| | | | fixed few ogg metadata writer bugs
* added multiline comment support to vorbis pluginGravatar Alexey Yakovenko2010-04-06
|
* added tag type metadata support to vorbis pluginGravatar Alexey Yakovenko2010-04-05
|
* added ogg vorbis tag editingGravatar Alexey Yakovenko2010-04-05
|
* fixed ton of memleaks and memory-related crashesGravatar Alexey Yakovenko2010-04-02
|
* added more frame types to vorbis and apev2 loadersGravatar Alexey Yakovenko2010-03-27
|
* Merge branch 'master' into develGravatar Alexey Yakovenko2010-01-29
|\ | | | | | | | | | | Conflicts: plugins/vorbis/vorbis.c streamer.c
| * fix for potential bug in vorbis pluginGravatar Alexey Yakovenko2010-01-29
| |
* | use refcounting in vorbis pluginGravatar Alexey Yakovenko2010-01-23
| |
* | refcounted playitemsGravatar Alexey Yakovenko2010-01-23
| |
* | Merge branch 'master' into develGravatar Alexey Yakovenko2010-01-21
|\| | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am configure.ac deadbeef.h main.c plugins/oss/Makefile.am plugins/oss/oss.c
| * added ogx to list of supported formats of vorbis pluginGravatar Alexey Yakovenko2010-01-21
| |
* | ported vorbis plugin to new APIGravatar 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)
* support for interruption of http streaming at any timeGravatar Alexey Yakovenko2010-01-09
|
* 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
* vorbis: added support for copyright metadataGravatar Alexey Yakovenko2010-01-01
|
* vorbis: fixed few bugs in error checking; added support for more metadata typesGravatar Alexey Yakovenko2010-01-01
|
* bitrate reporting for flac and vorbis pluginsGravatar Alexey Yakovenko2009-12-25
|
* minor fix in vorbis pluginGravatar Alexey Yakovenko2009-12-18
|
* fixed duration calc bug in vorbis decoderGravatar Alexey Yakovenko2009-12-16
|
* Merge branch 'master' into guiplugGravatar Alexey Yakovenko2009-11-12
|\
| * added tracknumber load/display for ogg vorbis filesGravatar Alexey Yakovenko2009-11-12
| |
* | finished moving gtk-related code to pluginGravatar Alexey Yakovenko2009-11-11
|/
* now it's possible to interrupt hanging file operations (e.g. slow http)Gravatar Alexey Yakovenko2009-11-08
|
* 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 streaming over ftp support including seekingGravatar Alexey Yakovenko2009-10-04
| | | | added special-case for fseek+ftell when calculating file length
* added TRACKDELETED plugin eventGravatar Alexey Yakovenko2009-10-04
| | | | added TRACKDELETED handler to vorbis plugin
* experimental vorbis streaming supportGravatar Alexey Yakovenko2009-10-04
|
* added VFS pluginsGravatar Alexey Yakovenko2009-09-28
| | | | | implemented stdio VFS plugin ported flac, mpgmad, ffap, vorbis, wavpack, junklib to VFS
* minor fixes in flac and vorbisGravatar Alexey Yakovenko2009-09-27
|
* vorbis replay gain supportGravatar Alexey Yakovenko2009-09-24
|
* removed start/end time from playItem_tGravatar Alexey Yakovenko2009-09-22
|
* vorbis sample accuracyGravatar Alexey Yakovenko2009-09-22
|
* more precise vorbis seekingGravatar Alexey Yakovenko2009-09-21
|
* started doing vorbis gapless playbackGravatar Alexey Yakovenko2009-09-16
|
* gapless playback 2nd iteration - sample-accurate seeking on flac and apeGravatar Alexey Yakovenko2009-09-16
|
* added plugin versioningGravatar Alexey Yakovenko2009-09-06
|
* fixed vorbis plugin to load correctlyGravatar Alexey Yakovenko2009-09-05
|
* moved vorbis support to plugin ; some improvements in build systemGravatar Alexey Yakovenko2009-09-05