25 Commits

Author SHA1 Message Date
Alexander Kojevnikov
241152d4f4 Fix locale path on Windows and OS X 2011-04-23 15:28:55 +08:00
Alexander Kojevnikov
51c8b6fcc0 osx: Move the main menu to where it belongs
Also fix rigth click → Quit (issue 24) and the ⌘ Q shortcut (issue 44).
2011-04-19 21:11:42 +08:00
Alexander Kojevnikov
d9d177ecff osx: Fix font size 2011-03-30 22:08:44 +08:00
Alexander Kojevnikov
4a92c987cf osx: Init GtkOSXApplication 2011-03-30 16:47:56 +08:00
Alexander Kojevnikov
c32a645954 Remove HOST_OS
We can now detect the OS at compile time.
2011-03-24 15:38:01 +08:00
Alexander Kojevnikov
f1f63561f9 Add Platform.read_line 2011-02-23 13:00:34 +08:00
Alexander Kojevnikov
b9f65718ea Fix autotools 2011-02-18 17:54:24 +08:00
Alexander Kojevnikov
95788c11e3 [win] Fix Unicode arguments 2010-07-11 14:25:36 +10:00
Alexander Kojevnikov
c9e4146536 [win] Fix link activation (issue 31) 2010-07-10 22:51:30 +10:00
Alexander Kojevnikov
d683b00897 Use av_malloc to allocate audio buffers
libavcodec crashes on Windows when using the usual malloc,
av_malloc makes sure the allocated buffer is properly aligned.
2010-07-10 12:10:15 +10:00
Alexander Kojevnikov
4e186744ad Error correction + misc fixes 2010-07-03 20:00:51 +10:00
Alexander Kojevnikov
68cbf6335f Remove Spek.Source and gst dependencies, use Spek.Pipeline 2010-07-03 13:28:50 +10:00
Alexander Kojevnikov
0c0f7c2970 Add FFTW bindings, use it in the pipeline 2010-07-02 22:06:58 +10:00
Alexander Kojevnikov
9c1a32213b Average values for decoded audio 2010-07-02 20:01:27 +10:00
Alexander Kojevnikov
eea89183d1 Decode audio stream using ffmpeg 2010-07-01 22:47:25 +10:00
Alexander Kojevnikov
fd236e4b1a Show decoding errors 2010-06-30 22:18:07 +10:00
Alexander Kojevnikov
fd0d80815d Build the audio description string using ffmpeg 2010-06-30 14:29:58 +10:00
Alexander Kojevnikov
90e861a77a Implement spek_audio_open() 2010-06-30 12:39:06 +10:00
Alexander Kojevnikov
1ea744502a Add skeleton spek-audio.{c,h,vapi} 2010-06-30 09:47:26 +10:00
Alexander Kojevnikov
9b201a9ef1 Fix platform detection
Get rid of sys/utsname.h reference, it's not available on mingw32.
2010-06-28 17:13:44 +10:00
Alexander Kojevnikov
32619c5ced Use uname to detect the platform 2010-06-23 15:20:53 +10:00
Alexander Kojevnikov
49ee0af067 Use the official binding g_filename_from_uri 2010-05-19 19:41:27 +10:00
Alexander Kojevnikov
e4e8e6bb23 DnD support (issue 4) 2010-05-19 19:25:48 +10:00
Alexander Kojevnikov
2a679d6d9d Add GStreamer dependency 2010-04-28 21:27:52 +10:00
Alexander Kojevnikov
6f41cc29e2 Screw C, let's use Vala! 2010-04-28 19:11:11 +10:00