aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* cddb: Eliminate unused variable.Gravatar Rogério Brito2011-03-08
| | | | | Like this one, the code is full of variables that are defined, but not used and the code can be simplified.
* Remove executable bits from files that are not scripts/executables.Gravatar Rogério Brito2011-03-08
|
* Merge remote branch 'oldmanuk/ubuntu-patches' into new_masterGravatar Alex Bennee2010-11-10
|\
* | [patch] Base64 Decoding Major Performance Fix - ID: 2805834Gravatar Kip Warner2010-11-04
| | | | | | | | | | | | | | | | | | I've patched src/base64.c. There was a major problem when it was being called to decode very large buffers in orders of magnitude of a megabyte or more (e.g. cover art in a FLAC / Vorbis / etc. tag is frequently this size for some people). The base64_decode() routine had a cubic running time, since every time the decode pointer shifted forward in the stream, token_decode() would recompute the buffer length every time.
| * Remove checked-in build scripts that are auto-generated from autogen.Gravatar Dominic Evans2010-11-03
| |
| * [patch] debian/patches/02-autoreconf.patchGravatar Dominic Evans2010-11-03
| | | | | | | | Get rid of binary-or-shlib-defines-rpath lintian warning.
| * [patch] debian/patches/01-autoload.patchGravatar Dominic Evans2010-11-03
|/ | | | | | | Fix the bug that easytag doesn't load the chosen directory when opening easytag from the "open with ..." nautilus right click menu. Ubuntu: https://bugs.launchpad.net/bugs/230873
* Applied Gentoo cddb patchGravatar Alex Bennee2010-07-14
|
* Applied Gentoo new_libmp4v2 patchGravatar Alex Bennee2010-07-14
|
* EasyTag 2.1.6Gravatar Alex Bennee2010-07-14
|
* EasyTag 2.1.5Gravatar Alex Bennee2010-07-14
|
* EasyTag 2.1.4Gravatar Alex Bennee2010-07-14
|
* EasyTag 2.1.3Gravatar Alex Bennee2010-07-14
|
* EasyTag 2.1.2Gravatar Alex Bennee2010-07-14
|
* EasyTag 2.1.1Gravatar Alex Bennee2010-07-14