Commit Graph

34 Commits

Author SHA1 Message Date
51b963d695 Updated copyright year. 2021-02-17 00:52:18 +01:00
2434ba73f2 Updated copyright year. 2020-03-28 17:33:07 +01:00
a463b2d633 Happy new year 2019! 2019-01-11 23:28:57 +01:00
57f851ab69 Happy new year 2018! 2018-01-17 21:18:10 +01:00
33f5a3badf Bump release year. 2017-03-12 12:12:49 +01:00
eb8da7b6f9 Happy new year 2016! 2016-01-03 15:53:42 +01:00
ea34f7b7e5 Some code clean-up. 2015-05-22 19:37:45 +02:00
a915058dc2 Improved internal decoder interface. 2015-05-18 18:56:33 +02:00
1ea15b179c Happy new year 2015 !!! 2015-01-01 18:06:21 +01:00
cc38035087 Happy new year 2014! 2014-01-01 17:05:52 +01:00
7b016d5fec Updated license info. 2013-10-23 22:25:04 +02:00
bd0a370aee Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
5b57083210 Updated Opus binaries. Also added option to disable the resampling in Opus decoder (i.e. always output 48.000 Hz). 2013-01-18 01:08:58 +01:00
fcceeeaaac Added support for Opus Audio Codec, based on Opus-Tools v0.1.3 (2012-07-10) by Xiph.org/Mozilla 2012-07-20 23:19:08 +02:00
9b687fff9a Happy New Year 2012! 2012-01-02 00:52:27 +01:00
773576b3a4 Added support for Avisynth input (audio only!) using the 'avs2wav' tool. This is a stripped-down and cleaned-up version of the tool by Jory Stone <jcsston@toughguy.net>. 2011-05-19 23:07:46 +02:00
297c9e4796 Added support for Speex input. 2011-02-01 22:15:57 +01:00
ac53f70488 Added playlist extensions to combobox in "file open" dialog. 2011-01-30 22:19:53 +01:00
e9a1ba9b06 Added support for Shorten input. 2011-01-30 01:45:34 +01:00
f2e5fa49a4 Added support for Musepack input. 2011-01-29 22:50:37 +01:00
9e5120576d Added support for Apple Lossless Audio Codec input. 2011-01-21 00:10:51 +01:00
d2aaad3398 Added support for The True Audio input. 2011-01-18 22:07:30 +01:00
0be92d0f53 Added support for WavPack input. 2011-01-17 20:52:54 +01:00
beb93e7eaa Added support for Monkey's Audio input. 2011-01-16 22:00:49 +01:00
15df253e52 Added support for Microsoft ADPCM, Apple/SGI AIFF and Sun/NeXT Au files. 2011-01-09 22:36:52 +01:00
8c0fa11803 make more strings translatable + try to load a default translation that suits the user's system language 2011-01-02 01:09:05 +01:00
96db5e86c2 Happy new year! 2011-01-01 17:04:25 +01:00
658efda273 Filename filter for supported types in "Add file(s)" dialog. 2010-12-20 22:13:01 +01:00
6c139ab640 AC-3 and DTS decoding support. 2010-12-19 23:09:26 +01:00
fc148e5e65 Implement filter framework + currently only the "downmix" filter is implemented, so we can support multichannel to MP3 encoding from now on. 2010-12-19 00:50:22 +01:00
6644b38816 FLAC decoding support. 2010-12-15 19:57:51 +01:00
0534264be0 WMA decoding support. Limitations in the WMA decoder we cannot do anything about: WMA decoder doesn't handle Unicode filenames, WMA decoder will deadlock if we more than one instance is running at a time (we use a semaphore to prevent that!) and WMA decoder doesn't output any progress information. 2010-12-12 19:25:06 +01:00
d6e5b9e069 AAC decoding support added. 2010-12-02 23:26:30 +01:00
6eb959e406 Added support for dedicated decoders. Only Vorbis and MP3 so far. 2010-12-01 23:14:47 +01:00