Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | improved decoder API to be able to interrupt .init at any moment | Alexey Yakovenko | 2010-05-01 |
| | |||
* | removed old curl hacks/workarounds | Alexey Yakovenko | 2010-04-25 |
| | |||
* | don't write apev2 tags to mp3 files by default | Alexey Yakovenko | 2010-04-23 |
| | |||
* | improved icy metadata handling; separate artist and title fields | Alexey Yakovenko | 2010-04-21 |
| | |||
* | cleaned up some of bad/unused messages and events; | Alexey Yakovenko | 2010-04-19 |
| | | | | implemented new notification-daemon osd; | ||
* | 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 |
| | |||
* | fixed stripping of id3v1 tags | Alexey Yakovenko | 2010-04-10 |
| | |||
* | moved high level id3v2/apev2/id3v1 tag writer into junklib; | Alexey Yakovenko | 2010-04-06 |
| | | | | added tag writer to wavpack plugin | ||
* | fixed ton of memleaks and memory-related crashes | Alexey Yakovenko | 2010-04-02 |
| | |||
* | fixed minor memset bug in mp3 tag writer initialization | Alexey Yakovenko | 2010-04-01 |
| | |||
* | initial implementation of metadata reloading (MP3) | Alexey Yakovenko | 2010-04-01 |
| | |||
* | fixed possible segfault in junk_id3v2_read_full when reading replaygain info ↵ | Alexey Yakovenko | 2010-04-01 |
| | | | | from TXXX frame | ||
* | mp3 id3v1/id3v2/apev2 tag editing | Alexey Yakovenko | 2010-04-01 |
| | |||
* | initial implementation of tag writer in mp3 plugin | Alexey Yakovenko | 2010-03-31 |
| | |||
* | apev2 editing; | Alexey Yakovenko | 2010-03-31 |
| | | | | | apev2->id3v2.4 converter; apev2 writer | ||
* | metadata writing infrastructure | Alexey Yakovenko | 2010-03-31 |
| | |||
* | id3v2.4 -> 2.3 converter WIP | Alexey Yakovenko | 2010-03-29 |
| | |||
* | fixed playback of mp3s that have both mono and stereo frames | Alexey Yakovenko | 2010-03-28 |
| | |||
* | added workaround for bad xing/lame header | Alexey Yakovenko | 2010-03-27 |
| | |||
* | fixed part of memory leaks | Alexey Yakovenko | 2010-02-11 |
| | |||
* | Merge branch 'master' into devel | Alexey Yakovenko | 2010-01-31 |
|\ | | | | | | | | | | | | | | | Conflicts: main.c plugins/flac/flac.c plugins/mpgmad/mpgmad.c streamer.c | ||
| * | improved icy metadata support | Alexey Yakovenko | 2010-01-30 |
| | | |||
| * | icy-metadata support for mp3 streams | Alexey Yakovenko | 2010-01-30 |
| | | |||
| * | duration calc and seeking fixes in mpgmad | Alexey Yakovenko | 2010-01-30 |
| | | |||
* | | refcounted playitems | Alexey Yakovenko | 2010-01-23 |
| | | |||
* | | Merge branch 'master' into devel | Alexey Yakovenko | 2010-01-13 |
|\| | | | | | | | | | | | | | Conflicts: configure.ac deadbeef.h plugins/mpgmad/mpgmad.c | ||
| * | arithmetic exception fix in mpgmad plugin | Alexey Yakovenko | 2010-01-13 |
| | | |||
* | | ported gme and dumb to new api | Alexey Yakovenko | 2010-01-12 |
| | | |||
* | | decoder plugin reentrancy WIP (mp3 works) | Alexey Yakovenko | 2010-01-11 |
| | | |||
* | | 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) | ||
* | support for interruption of http streaming at any time | Alexey Yakovenko | 2010-01-09 |
| | |||
* | compiler warning cleanup | Alexey Yakovenko | 2010-01-03 |
| | |||
* | updated copyright notice to 2010 | Alexey Yakovenko | 2010-01-03 |
| | |||
* | changed cuesheet loading APIs, embedded metadata now adds up with cuesheet ↵ | Alexey Yakovenko | 2010-01-02 |
| | | | | metadata | ||
* | experimental bitrate display | Alexey Yakovenko | 2009-12-25 |
| | |||
* | fixed mp3 cue track switching | Alexey Yakovenko | 2009-12-16 |
| | |||
* | fixed serious mp3 parser error | Alexey Yakovenko | 2009-11-15 |
| | |||
* | improved vbr mp3 duration accuracy when adding to playlist | Alexey Yakovenko | 2009-11-10 |
| | | | | based on 100 frames average, used only for local files | ||
* | fixed mpgmad filetype display for shoutcast streams | Alexey Yakovenko | 2009-11-08 |
| | |||
* | now it's possible to interrupt hanging file operations (e.g. slow http) | Alexey Yakovenko | 2009-11-08 |
| | |||
* | rewrote icy header parser | Alexey Yakovenko | 2009-11-06 |
| | | | | shoutcast title is being read from icy headers | ||
* | disabled mpgmad tracing | Alexey Yakovenko | 2009-10-20 |
| | |||
* | refactored mpgmad plugin - should be faster and more memory-efficient, also ↵ | Alexey Yakovenko | 2009-10-16 |
| | | | | smaller code | ||
* | plugins that miss dependencies will not be built | Alexey Yakovenko | 2009-10-12 |
| | | | | configure now prints list of all plugins being processed | ||
* | experimental kbps display in statusbar | Alexey Yakovenko | 2009-10-11 |
| | |||
* | added total playtime display to statusbar | Alexey Yakovenko | 2009-10-11 |
| | |||
* | updated plugins descriptions | Alexey Yakovenko | 2009-10-10 |
| | | | | added basic gui configuration window | ||
* | mp3 shoutcast streaming | Alexey Yakovenko | 2009-10-04 |
| | | | | fixed vfs_curl.getlength |