Julien BLACHE
|
516909545b
|
Include config.h in all C files
|
2010-02-02 21:09:55 +01:00 |
Julien BLACHE
|
613717f6b8
|
Fix a format string mismatch (long vs uint64_t)
|
2010-01-09 13:38:41 +01:00 |
Julien BLACHE
|
046e3d6d90
|
Fixup DPRINTF() format strings
|
2009-12-31 22:21:19 +01:00 |
Julien BLACHE
|
a200703393
|
Switch to the new database code
|
2009-06-10 19:04:18 +02:00 |
Julien BLACHE
|
d384f3c395
|
Rename E_INF to E_INFO
|
2009-05-09 17:14:07 +02:00 |
Julien BLACHE
|
11fd038d16
|
Use new logger facility
|
2009-05-09 17:14:06 +02:00 |
Julien BLACHE
|
10bb9dec57
|
Remove useless daapd.h
|
2009-05-05 16:22:11 +02:00 |
Julien BLACHE
|
f0ca987d78
|
Replace io_* routines by standard I/O functions
|
2009-05-03 12:08:14 +02:00 |
Julien BLACHE
|
3a38e62f8a
|
Remove/replace mp3-scanner.h include
|
2009-04-24 15:45:43 +02:00 |
Julien BLACHE
|
b3cffd491d
|
Add and use io_urlencode() to replace %U format spec for io_open()
Stopgap to replace the %U modifier until something happens with the whole
io_* stuff.
|
2009-04-05 22:42:03 +02:00 |
Julien BLACHE
|
888bf11d2f
|
Replace %U format by %s
%s format specifier means the string must be URL encoded. Replace it by a
simple %s for the time being until plans about the I/O layer become clearer.
|
2009-04-05 18:54:59 +02:00 |
Julien BLACHE
|
d8a9772afc
|
Remove/replace non-gcc compiler-specific defines and pragmas
Remove MSVC-specific defines and pragmas, use __attribute__((packed)) where
needed.
|
2009-04-05 18:54:58 +02:00 |
Julien BLACHE
|
fc8038de6b
|
Get rid of unused restart.[ch]
|
2009-04-01 19:17:05 +02:00 |
Julien BLACHE
|
d3b4d80284
|
Remove SVN keywords
|
2009-04-01 19:16:21 +02:00 |
Ron Pedde
|
a921916f30
|
Tune down logging a bit more
|
2007-09-25 07:50:48 +00:00 |
Ron Pedde
|
ca7beedde3
|
convert scan-wma to io_ functions
|
2007-08-01 06:21:53 +00:00 |
Ron Pedde
|
4b9b1fe177
|
merge ron-ssl branch back to trunk in preparation for windows cleanups, merge setup tweaks and credits language as well as update rend-posix from stable-aspl-free
|
2007-07-31 04:34:33 +00:00 |
Ron Pedde
|
14fe9f9c6c
|
Add memory debugging (--enable-mem-debug), find and fix several small (and not so small) memory leaks
|
2007-01-17 01:06:16 +00:00 |
Ron Pedde
|
758c0c6245
|
stdint fixes
|
2006-11-14 05:29:32 +00:00 |
Ron Pedde
|
c1ac15cd97
|
win32 cleanups, fixes for 48k flac playing slowly.
|
2006-11-11 23:15:33 +00:00 |
Ron Pedde
|
e02f0774ec
|
add album_artist and bits_per_sample, bumping db version. Collect album_artist from flac, aac, wma, and iTunes xml. Collect sample_count and bits_per_sample for flac
|
2006-11-04 04:17:24 +00:00 |
Ron Pedde
|
e33f1a3167
|
make encrypted wma files wmap/wma rather than wma/wmap
|
2006-11-02 04:50:31 +00:00 |
Ron Pedde
|
2f0dafba61
|
trivial printf formatting bug
|
2006-10-16 03:24:52 +00:00 |
Ron Pedde
|
d89220fb5e
|
Byte-endian fixes for wma parsing
|
2006-10-16 03:19:10 +00:00 |
Ron Pedde
|
b928966f9b
|
Make DRM-protected wma files have a codectype of WMAP
|
2006-10-15 23:07:16 +00:00 |
Ron Pedde
|
e878464716
|
Fix for bad seeks on wma subheaders
|
2006-08-31 00:37:16 +00:00 |
Ron Pedde
|
c5ef4021a3
|
Support for multiple wma composers
|
2006-08-29 03:21:19 +00:00 |
Ron Pedde
|
c7a385b9b1
|
Add sample rate from wma files, closing #166
|
2006-08-26 04:14:17 +00:00 |
Ron Pedde
|
c319c8b090
|
Move collecting pmp3->file_size in the scanner driver rather than individual scanners. Fixes half of #166
|
2006-08-26 03:57:35 +00:00 |
Ron Pedde
|
714af4c9ce
|
Minor fixes to limit memory used by wma scanner
|
2006-07-29 06:31:30 +00:00 |
Ron Pedde
|
5b18d69d28
|
Make win32 version file handling use wide character functions (for non-latin filenames)
|
2006-07-17 04:49:44 +00:00 |
Ron Pedde
|
c9c0b4de9a
|
multiple composer support (maybe) fixing #156
|
2006-06-19 04:45:03 +00:00 |
Ron Pedde
|
166d351ad1
|
fix wm/shareduserrating
|
2006-06-13 02:57:45 +00:00 |
Ron Pedde
|
15ae458b87
|
new codectype for wma voice
|
2006-06-05 03:37:33 +00:00 |
Ron Pedde
|
2ca9a89ccf
|
add wmal and wmap codectypes for wma lossless and wma pro
|
2006-06-04 08:13:50 +00:00 |
Ron Pedde
|
a159058bf7
|
Make int/string descriptors interchangeable on wma tags
|
2006-05-30 19:28:25 +00:00 |
Ron Pedde
|
b0f3a6efb9
|
Fix double-free in wma parsing causing crash on scan
|
2006-05-24 04:25:21 +00:00 |
Ron Pedde
|
64eed880d3
|
Fix rating on wma
|
2006-05-17 05:53:02 +00:00 |
Ron Pedde
|
c8b10769a2
|
Oops.. move the wma tags to the right place
|
2006-05-11 07:06:00 +00:00 |
Ron Pedde
|
fae19b3b63
|
wma tag realignments
|
2006-05-11 06:50:47 +00:00 |
Ron Pedde
|
7c3b08cd53
|
prefer wma wm/tracknumber over wm/track
|
2006-05-06 22:34:46 +00:00 |
Ron Pedde
|
4fd83e45a9
|
Fix blindingly obvious utf-16 to utf-8 bug, fixes bug #89
|
2006-05-03 04:21:28 +00:00 |
Ron Pedde
|
00dd561aac
|
Fix bad track parsing on wma
|
2006-05-03 03:37:31 +00:00 |
Ron Pedde
|
a1a4ba9c1b
|
Fix ticket #28 -- incorrect song duration on wma files. Also update scanner driver for new config, etc
|
2006-03-29 05:08:57 +00:00 |
Ron Pedde
|
9a133dcbdc
|
Merged win32-branch
|
2006-02-26 08:46:24 +00:00 |
Ron Pedde
|
8623fecab9
|
More scanning restructuring -- return TRUE on success, get rid of dual scanners
|
2005-06-02 02:26:04 +00:00 |
Ron Pedde
|
e2d835fbce
|
-Wall cleanups for gcc4
|
2005-05-30 03:41:31 +00:00 |
Ron Pedde
|
5915acfa81
|
Refactoring scanning -- split aac scanning from mp3-scanner
|
2005-05-29 23:44:23 +00:00 |