Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | tag: lock all accesses to tag_pool | Eric Wong | 2008-09-05 | 3 | -6/+15 | |
* | | tag: introduce handy items_size() function | Eric Wong | 2008-09-05 | 1 | -11/+12 | |
* | | Merge branch 'mk/tag' | Eric Wong | 2008-09-03 | 44 | -1468/+998 | |
|\ \ | ||||||
| * | | tag: fix segfault on update | Eric Wong | 2008-09-03 | 2 | -14/+22 | |
| * | | utf8.h: Fix build (broken os_compat.h #include) | Eric Wong | 2008-09-02 | 1 | -1/+1 | |
| * | | tag: optimize tag_dup(), copy item references | Max Kellermann | 2008-09-02 | 3 | -7/+42 | |
| * | | tag: fix the shout and oggflac plugins | Max Kellermann | 2008-09-02 | 2 | -6/+8 | |
| * | | const pointers | Max Kellermann | 2008-09-02 | 4 | -10/+10 | |
| * | | tag: static directory name | Max Kellermann | 2008-09-02 | 1 | -5/+3 | |
| * | | tag: try not to reallocate tag.items in every add() call | Max Kellermann | 2008-09-02 | 3 | -7/+91 | |
| * | | song: don't export newNullSong() | Max Kellermann | 2008-09-02 | 2 | -3/+1 | |
| * | | tag: try not to duplicate the input string | Max Kellermann | 2008-09-02 | 1 | -13/+18 | |
| * | | tag: pass length to fix_utf8() | Max Kellermann | 2008-09-02 | 1 | -3/+4 | |
| * | | added "length" parameter to validUtf8String() | Max Kellermann | 2008-09-02 | 4 | -10/+16 | |
| * | | assert value!=NULL in fix_utf8() | Max Kellermann | 2008-09-02 | 1 | -1/+3 | |
| * | | tag: converted macro fixUtf8() to an inline function | Max Kellermann | 2008-09-02 | 1 | -9/+11 | |
| * | | tag: added a pool for tag items | Max Kellermann | 2008-09-02 | 5 | -6/+147 | |
| * | | tag: converted tag_item.value to a char array | Max Kellermann | 2008-09-02 | 4 | -20/+5 | |
| * | | removed tree.c | Max Kellermann | 2008-09-02 | 4 | -857/+67 | |
| * | | tag: converted MpdTag.items to a pointer list | Max Kellermann | 2008-09-02 | 4 | -17/+20 | |
| * | | tag: moved code to tag_id3.c | Max Kellermann | 2008-09-02 | 5 | -352/+402 | |
| * | | wavpack: tag_new() cannot fail | Max Kellermann | 2008-09-02 | 1 | -5/+0 | |
| * | | tag: converted tag_add_item() to an inline function | Max Kellermann | 2008-09-02 | 1 | -2/+5 | |
| * | | tag: renamed functions, no CamelCase | Max Kellermann | 2008-09-02 | 19 | -121/+120 | |
| * | | tag: renamed MpdTag and MpdTagItem to struct mpd_tag, struct tag_item | Max Kellermann | 2008-09-02 | 26 | -109/+112 | |
* | | | ob_send: avoid void pointer arithmetic warning | Eric Wong | 2008-09-02 | 1 | -1/+1 | |
* | | | volume: include outputBuffer.h for ob_set_sw_volume | Eric Wong | 2008-09-02 | 1 | -0/+1 | |
* | | | Add missing function prototypes | Eric Wong | 2008-09-02 | 4 | -4/+7 | |
|/ / | ||||||
* | | Merge branch 'ew/deconst' | Eric Wong | 2008-09-01 | 6 | -55/+26 | |
|\ \ | ||||||
| * | | use deconst_ptr instead of duplicating deconst logic | Eric Wong | 2008-09-01 | 5 | -55/+15 | |
| * | | provide a generic deconst_ptr function | Eric Wong | 2008-09-01 | 1 | -0/+11 | |
| |/ | ||||||
* / | playlist: fix shuffle/random distribution | Eric Wong | 2008-09-01 | 1 | -6/+19 | |
|/ | ||||||
* | storedPlaylist: correctly expand path when writing | Eric Wong | 2008-09-01 | 1 | -6/+7 | |
* | Merge branch 'mk/cleanups' | Eric Wong | 2008-09-01 | 63 | -776/+993 | |
|\ | ||||||
| * | pass constant pointers | Max Kellermann | 2008-08-31 | 10 | -16/+17 | |
| * | const pointers | Max Kellermann | 2008-08-31 | 6 | -16/+16 | |
| * | unsigned integers and size_t | Max Kellermann | 2008-08-31 | 3 | -11/+11 | |
| * | oggflac: fix GCC warnings | Max Kellermann | 2008-08-31 | 1 | -9/+9 | |
| * | include cleanup | Max Kellermann | 2008-08-31 | 4 | -2/+3 | |
| * | protect locate.h from double inclusion | Max Kellermann | 2008-08-31 | 1 | -0/+5 | |
| * | playlist: eliminate unused fd parameters | Max Kellermann | 2008-08-31 | 3 | -34/+34 | |
| * | jack: made "sample_size" static const | Max Kellermann | 2008-08-31 | 1 | -1/+1 | |
| * | moved jack configuration to the JackData struct | Max Kellermann | 2008-08-31 | 1 | -49/+64 | |
| * | jack: removed unused macros | Max Kellermann | 2008-08-31 | 1 | -10/+0 | |
| * | jack: don't set audioOutput->data=NULL | Max Kellermann | 2008-08-31 | 1 | -5/+5 | |
| * | jack: initialize JackData in jack_initDriver() | Max Kellermann | 2008-08-31 | 1 | -6/+2 | |
| * | jack: added freeJackClient() | Max Kellermann | 2008-08-31 | 1 | -13/+25 | |
| * | jack: initialize jd->client after !jd check | Max Kellermann | 2008-08-31 | 1 | -5/+5 | |
| * | jack: eliminate superfluous freeJackData() calls | Max Kellermann | 2008-08-31 | 1 | -6/+0 | |
| * | mp3: converted the MUTEFRAME_ macros to an enum | Max Kellermann | 2008-08-31 | 1 | -9/+12 |