| Commit message (Expand) | Author | Files | Lines |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2014-01-07 | util/Alloc: new library replacing GLib's g_malloc() | Max Kellermann | 1 | -1/+1 |
2013-12-19 | output/osx: fix typo | Max Kellermann | 1 | -1/+1 |
2013-12-19 | output/osx: use DynamicFifoBuffer instead of struct fifo_buffer | Max Kellermann | 1 | -26/+21 |
2013-12-10 | output/osx: fix build failure | Lukas Stabe | 1 | -3/+3 |
2013-10-16 | system/ByteOrder: new library for byte ordering / endianess | Max Kellermann | 1 | -4/+3 |
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -10/+12 |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -44/+40 |
2013-08-04 | *: use gcc.h macros instead of GLib | Max Kellermann | 1 | -5/+5 |
2013-08-04 | OutputPlugin: pass config_param reference | Max Kellermann | 1 | -3/+3 |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 1 | -12/+11 |
2013-07-30 | output_api: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-29 | output/osx: convert to C++ | Max Kellermann | 1 | -44/+43 |
2013-01-15 | fifo_buffer: move to util/ | Max Kellermann | 1 | -1/+1 |
2012-10-02 | OSX: Set mDataByteSize correctly on AudioBuffers during render. | Gregory Smith | 1 | -3/+7 |
2012-03-21 | Fix the build on OSX | Rich Healey | 1 | -0/+1 |
2012-01-04 | output/osx: fix memory leak after AudioUnitSetProperty() failure | Max Kellermann | 1 | -0/+1 |
2011-12-24 | output/osx: implement 32 bit playback | Max Kellermann | 1 | -2/+6 |
2011-12-24 | output/osx: allocate the device in enable() | Max Kellermann | 1 | -102/+116 |
2011-09-19 | output_plugin: the plugin allocates the audio_output object | Max Kellermann | 1 | -15/+22 |
2011-09-17 | output: rename plugin variables | Max Kellermann | 1 | -1/+1 |
2011-09-17 | output: per-plugin header | Max Kellermann | 1 | -0/+1 |
2011-09-17 | output: rename plugin source files | Max Kellermann | 1 | -0/+0 |
2011-09-01 | output/osx: don't drain the buffer when closing | Max Kellermann | 1 | -6/+0 |
2011-09-01 | output/osx: signal the GCond while mutex is locked | Max Kellermann | 1 | -1/+1 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2011-01-07 | output/osx: fix up audio format first, then apply it to device | Max Kellermann | 1 | -9/+10 |
2010-12-21 | osx_output: always pass OS X result code to g_set_error(). | Greg Ward | 1 | -9/+9 |
2010-12-21 | osx_output: allow user to specify other audio devices. | Greg Ward | 1 | -1/+119 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-12-02 | audio_format: changed "bits" to "enum sample_format" | Max Kellermann | 1 | -4/+15 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -1/+2 |
2009-09-20 | output/osx: fix the OS X 10.6 build | Patrik Weiskircher | 1 | -0/+1 |
2009-09-20 | output/osx: fix the OS X 10.6 build | Patrik Weiskircher | 1 | -0/+1 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-02-26 | output_plugin: report errors with GError | Max Kellermann | 1 | -12/+29 |
2009-02-26 | osx: use OSStatus and GetMacOSStatusCommentString() | Max Kellermann | 1 | -15/+24 |
2009-02-26 | osx: start the audio device in the open() method | Max Kellermann | 1 | -17/+8 |
2009-02-26 | osx: removed commented code | Max Kellermann | 1 | -23/+2 |
2009-02-26 | osx: no CamelCase | Max Kellermann | 1 | -89/+85 |
2009-02-25 | output_plugin: don't pass audio_output object to method init() | Max Kellermann | 1 | -2/+1 |
2009-02-23 | output: pass the music chunk pointer as void*, not char* | Max Kellermann | 1 | -2/+2 |
2009-02-23 | output_api: play() returns a length | Max Kellermann | 1 | -27/+18 |
2009-02-19 | utils: use g_usleep() instead of my_usleep() | Max Kellermann | 1 | -2/+1 |
2009-02-10 | osx: removed disabled debug messages | Max Kellermann | 1 | -43/+2 |
2009-01-25 | use g_free() instead of free() | Max Kellermann | 1 | -3/+2 |
2009-01-25 | conf: const pointers in block get functions | Max Kellermann | 1 | -1/+1 |
2009-01-17 | conf: no CamelCase, part I | Max Kellermann | 1 | -1/+1 |
2009-01-05 | fix G_BYTE_ORDER check | Max Kellermann | 1 | -1/+1 |
2009-01-05 | use GLib byte order macros | Max Kellermann | 1 | -1/+1 |