summaryrefslogtreecommitdiff
path: root/plugins/ffap/ffap.c
Commit message (Collapse)AuthorAge
* changed project description in many filesGravatar Alexey Yakovenko2014-07-16
|
* ape: fixed cue regression and crash on resumeGravatar Alexey Yakovenko2014-05-30
|
* ape: allow playing ape format >=4.11 (bug #1019), improved error handlingGravatar Alexey Yakovenko2014-05-28
|
* copyright years updatedGravatar Alexey Yakovenko2013-10-06
|
* fixed remaining pl_find_meta calls lacking pl_lockGravatar waker2012-05-17
|
* updated (c) year to 2012 in the sourcesGravatar waker2012-03-24
|
* added better sse2 filter implementation to ape plugin;Gravatar waker2011-06-15
| | | | added yasm support
* ape: arm neon optimizationsGravatar waker2011-06-15
|
* hardcoded api_version 1.0 into all pluginsGravatar waker2011-05-21
|
* changed few old-style pl_* functions which were working with current ↵Gravatar waker2011-05-08
| | | | playlist with the new ones, working with specific playlist passed as argument
* changed some API entry points to make it possible working with specific ↵Gravatar waker2011-04-29
| | | | playlists, and not just the current one
* fixed mp3 filetype for streamed radio;Gravatar waker2011-04-27
| | | | removed filetypes ptr in DB_decoder_t
* got rid of filetype field in playitem structureGravatar waker2011-03-24
|
* moved most of track properties from playItem struct to metadataGravatar waker2011-03-09
| | | | implemented track properties with multiple selection
* removed author and email fields, added single all-purpose copyright field;Gravatar waker2011-02-27
| | | | | added copyright info to all plugins; updated gtkui to reflect the changes
* added ape properties, fixed filesize property in flac and wvGravatar waker2011-02-13
|
* updated copyright year to 2011Gravatar waker2011-01-02
|
* minor float/int32 fix in ape pluginGravatar waker2010-11-24
|
* ported ape plugin to new APIGravatar waker2010-11-23
|
* bumped all plugins to version 1.0;Gravatar waker2010-11-02
| | | | updated portable build packaging script
* merged non-android-specific changes from android branchGravatar Alexey Yakovenko2010-07-26
|
* improved decoder API to be able to interrupt .init at any momentGravatar Alexey Yakovenko2010-05-01
|
* fixed sample-accurate seeking in ape pluginGravatar Alexey Yakovenko2010-04-24
|
* 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;
* added tag writing/reloading to ape pluginGravatar Alexey Yakovenko2010-04-17
|
* fixed ton of memleaks and memory-related crashesGravatar Alexey Yakovenko2010-04-02
|
* fixed (?) id3v2 unsync handling;Gravatar Alexey Yakovenko2010-04-02
| | | | fixed decoding APE files with id3v2 header
* added skipping ID3v2 tags in APE filesGravatar Alexey Yakovenko2010-04-02
|
* apev2 editing;Gravatar Alexey Yakovenko2010-03-31
| | | | | apev2->id3v2.4 converter; apev2 writer
* playlist thread-safety measuresGravatar Alexey Yakovenko2010-02-11
|
* Merge branch 'master' into develGravatar Alexey Yakovenko2010-01-26
|\ | | | | | | | | | | Conflicts: plugins/alsa/alsa.c streamer.c
| * ape plugin compile fix on unknown architecturesGravatar Alexey Yakovenko2010-01-25
| |
* | refcounted playitemsGravatar Alexey Yakovenko2010-01-23
| |
* | Merge branch 'master' into develGravatar Alexey Yakovenko2010-01-23
|\| | | | | | | | | Conflicts: Makefile.am
| * bsd compile fixesGravatar Alexey Yakovenko2010-01-22
| |
* | Merge branch 'master' into develGravatar Alexey Yakovenko2010-01-22
|\|
| * fixed another compile error on bsdGravatar Alexey Yakovenko2010-01-22
| |
* | ported ffap 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)
* ported 24 bit ape support from rockboxGravatar Alexey Yakovenko2010-01-04
|
* 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
* fixed a bunch of minor compiler warnings and alsa hang on exitGravatar Alexey Yakovenko2009-12-27
|
* ffap: bitrate display; code cleanup; memory optimizationGravatar Alexey Yakovenko2009-12-26
|
* fixed ffap plugin descriptionGravatar Alexey Yakovenko2009-12-25
|
* fixed sse2 unaligned memory access error in ape pluginGravatar Alexey Yakovenko2009-12-21
|
* fixed sse2 runtime detection bug in ape pluginGravatar Alexey Yakovenko2009-12-17
|
* added division by zero handler to ape decoderGravatar Alexey Yakovenko2009-12-15
|
* tested ape embedded cuesheets; disabled tracing in ape pluginGravatar Alexey Yakovenko2009-11-28
|
* minor code simplification in ffapGravatar Alexey Yakovenko2009-11-22
|