aboutsummaryrefslogtreecommitdiffhomepage
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
|
* Exclude nonexistent debian/ path from EXTRA_DISTGravatar FeRD (Frank Dana)2011-01-02
| | | | Fixes make targets for distdir/distfile building
* .gitignore for generated filesGravatar Alex Bennee2010-11-10
|
* 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.
| * Fix configure.in to properly detect libmp4v2 library and update autogen ↵Gravatar Dominic Evans2010-11-03
| | | | | | | | input files to remove warnings when running autogen.sh
| * Remove checked-in build scripts that are auto-generated from autogen.Gravatar Dominic Evans2010-11-03
| |
| * [patch] debian/patches/manpage-has-bad-whatis-entry.patchGravatar Dominic Evans2010-11-03
| | | | | | | | Fix lintian warning.
| * [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
| * Remove debian/ dir (accidentally included in easytag 2.1.5 and some earlier ↵Gravatar Dominic Evans2010-11-03
|/ | | | releases, correctly removed in 2.1.6)
* Applied Gentoo cddb patchGravatar Alex Bennee2010-07-14
|
* Applied Gentoo new_libmp4v2 patchGravatar Alex Bennee2010-07-14
|
* Applied Gentoo desktop_entry 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