log src/aac/src/libmp4.c @ 1697:f35f9d6fcb6d

age author description
Sun, 09 Sep 2007 23:23:00 +0300 Matti Hamalainen Automated merge with file:/home/ccr/audacious/plugins
Wed, 05 Sep 2007 09:29:26 +0300 Matti Hamalainen Modified for Tuplez/plugin API changes.
Sun, 09 Sep 2007 22:42:22 +0300 Matti Hamalainen xmms_show_message() changed to audacious_info_dialog()
Sun, 09 Sep 2007 22:25:40 +0300 Matti Hamalainen xmms_usleep() was removed, use g_usleep()
Tue, 21 Aug 2007 17:11:59 +0900 Yoshiki Yazawa replace tuple_formatter_process_string() with tuple_formatter_make_title_string() except that for streamings.
Tue, 21 Aug 2007 15:09:22 +0900 Yoshiki Yazawa now mp4 plugin fills album and length correctly.
Sun, 12 Aug 2007 00:06:35 +0900 Yoshiki Yazawa use get_gentitle_format() to get format string so that presets and custom string can coexist.
Sat, 11 Aug 2007 12:21:30 +0200 Giacomo Lozito use tuple_free(x) in place of mowgli_object_unref(x)
Fri, 10 Aug 2007 22:00:07 +0200 Giacomo Lozito updated input plugins to use set_pb_ready to signal to the core that they're ready for playback
Fri, 10 Aug 2007 09:06:16 -0500 William Pitcock aac: fixes
Fri, 10 Aug 2007 14:01:43 +0100 Tony Vroon Use tuple_new_from_filename in more plugins.
Fri, 10 Aug 2007 13:16:57 +0100 Tony Vroon Conversion of AAC to new tuple API, try one.
Fri, 03 Aug 2007 07:21:36 +0300 Cristi Magherusan added Discovery plugin type
Mon, 23 Jul 2007 17:40:16 -0500 William Pitcock I'm an idiot.
Mon, 23 Jul 2007 17:38:15 -0500 William Pitcock aac: Convert to new threading model.
Sat, 21 Jul 2007 17:55:46 +0200 Stany HENRY Several "i18n" improvements.
Fri, 20 Jul 2007 05:39:56 +0200 Stany HENRY As usual, "i18n" modifications.
Wed, 11 Jul 2007 00:48:20 +0100 Tony Vroon Updates to the AAC reduced open patch by Christian "Joker" Birchinger.
Tue, 10 Jul 2007 23:04:17 +0100 Tony Vroon An experimental attempt to reduce the number of stream opens for AAC, by Christian @Joker" Birchinger. Tell him if it breaks.
Mon, 18 Jun 2007 21:53:26 +0900 Yoshiki Yazawa - fix the bug that aac plugin had failed to get proper playtime length on AMD64. trunk
Thu, 07 Jun 2007 00:05:17 -0700 yaz [svn] - add playback->playing = 0 where buffer_playing = FALSE is done. without this, playback_get_time() would be confused and playback wouldn't advance in playlist. trunk
Wed, 06 Jun 2007 21:35:26 -0700 yaz [svn] - make aac plugin work again. trunk
Thu, 24 May 2007 15:53:40 -0700 nenolod [svn] - conversion to yaz's style was not needed, just API v2 ;p trunk
Thu, 24 May 2007 15:21:11 -0700 chainsaw [svn] Port to plugin API v2. trunk
Tue, 06 Mar 2007 04:44:26 -0800 nenolod [svn] - don't use a vfs buffered source for local files trunk
Wed, 28 Feb 2007 19:48:28 -0800 nenolod [svn] - add tuple building for ADTS/Shoutcast streams trunk
Wed, 28 Feb 2007 19:26:41 -0800 nenolod [svn] - when shifting the ringbuffer to left by one byte to regain alignment, trunk
Tue, 27 Feb 2007 04:29:52 -0800 nenolod [svn] - some ringbuffering issues could cause crashing. a final review has trunk
Tue, 27 Feb 2007 04:19:56 -0800 nenolod [svn] - do not pass a buffered FD to the decoding thread, just use it for trunk
Tue, 27 Feb 2007 03:45:34 -0800 nenolod [svn] - use vfs_buffered_file_new_from_uri for probing. trunk
Wed, 21 Feb 2007 02:02:10 -0800 nenolod [svn] - fix a ringbuffering error. found by purify. trunk
Tue, 20 Feb 2007 09:12:56 -0800 nenolod [svn] - temporarily cheat and disable certain codepaths for local files trunk
Tue, 20 Feb 2007 08:52:37 -0800 nenolod [svn] - no idea why we were using a dynamically allocated buffer for raw aac trunk
Tue, 20 Feb 2007 08:47:44 -0800 nenolod [svn] - handle a situation where buffer could be NULL (e.g. bail) trunk
Tue, 20 Feb 2007 07:18:47 -0800 nenolod [svn] - shoutcast title streaming. sucks, could probably be improved upon, but trunk
Tue, 20 Feb 2007 07:00:10 -0800 nenolod [svn] - fix another potential synchronization problem trunk
Tue, 20 Feb 2007 06:31:29 -0800 nenolod [svn] - ringbuffering underrun fixups -- found with purify trunk
Tue, 20 Feb 2007 06:23:44 -0800 nenolod [svn] - some additional cleanups trunk
Tue, 20 Feb 2007 06:17:27 -0800 nenolod [svn] - some ringbuffering fixes -- aac+ shouldn't crash now, but more trunk
Tue, 20 Feb 2007 05:51:43 -0800 nenolod [svn] - remove some pointless bloat trunk
Tue, 20 Feb 2007 05:47:25 -0800 nenolod [svn] - aacplus shoutcast support. prepare for segfaults. trunk
Tue, 20 Feb 2007 04:42:48 -0800 nenolod [svn] - i really hate this plugin trunk
Tue, 20 Feb 2007 04:36:01 -0800 nenolod [svn] - satisfy Nero AG attribution requirement for FAAD 2.5 code import trunk
Tue, 20 Feb 2007 04:13:46 -0800 nenolod [svn] - remove a bunch of pointless code. we don't do ID3 for raw AAC files at this time. trunk
Tue, 20 Feb 2007 04:10:41 -0800 nenolod [svn] - allow static AAC files to play. working on AACplus, but this brings us closer. trunk
Thu, 01 Feb 2007 11:12:38 -0800 mf0102 [svn] - Uncommented some (obviously unneeded?) stuff -> fixed crash trunk
Tue, 30 Jan 2007 13:41:14 -0800 mf0102 [svn] - Cleaned up AAC plugin a bit more, but still couldn't fix the bug trunk
Tue, 30 Jan 2007 12:55:38 -0800 mf0102 [svn] - Fixed crash at opening AAC files trunk
Sun, 28 Jan 2007 21:09:12 -0800 iabervon [svn] Convert plugins to use InputPlayback.output instead of InputPlugin.output trunk
Sun, 28 Jan 2007 17:02:41 -0800 iabervon [svn] Update plugins to the new input plugin API trunk
Mon, 22 Jan 2007 18:41:17 -0800 nenolod [svn] - glib/gi18n.h -> audacious/i18n.h for automatic dgettext support trunk
Thu, 21 Dec 2006 12:49:30 -0800 nenolod [svn] Fix: trunk
Tue, 12 Dec 2006 20:10:43 -0800 nenolod [svn] - fix MP4 extension table trunk
Tue, 12 Dec 2006 19:43:23 -0800 nenolod [svn] - finalize the plugin-side of the extension-assist ABI trunk
Tue, 12 Dec 2006 18:54:01 -0800 nenolod [svn] - add support for extension probing to many plugins. trunk
Mon, 27 Nov 2006 18:10:41 -0800 nenolod [svn] - be more robust trunk
Sat, 18 Nov 2006 16:29:50 -0800 chainsaw [svn] So input.c wants to have the old-style function available... trunk
Sat, 18 Nov 2006 11:20:57 -0800 chainsaw [svn] Port to NewVFS probe function. trunk
Mon, 18 Sep 2006 03:14:20 -0700 nenolod [svn] - remove src/Input src/Output src/Effect src/General src/Visualization src/Container trunk base src/Input/aac/src/libmp4.c@fb4020dd26e7