log Plugins/Input/aac/src/libmp4.c @ 1718:44c3711dd049 trunk

age author description
Sat, 16 Sep 2006 17:17:22 -0700 js [svn] Fixed a LOT of warnings showing up with -Wall. This is the first step trunk
Wed, 28 Jun 2006 12:24:47 -0700 nenolod [svn] - sanity checking prevents us from exploding when we encounter a file we don't support trunk
Wed, 28 Jun 2006 11:59:29 -0700 nenolod [svn] - cleanups trunk
Mon, 19 Jun 2006 23:39:11 -0700 nenolod [svn] - libaac: potential buffer overflow vulnerability fix trunk
Fri, 16 Jun 2006 20:55:52 -0700 nenolod [svn] - libaac: use unified fileinfo requester, since functionality is adequate (cannot save data, only read it at present) trunk
Thu, 15 Jun 2006 19:55:29 -0700 nenolod [svn] - complete tuple for AAC files (tuple->length) trunk
Thu, 15 Jun 2006 07:28:48 -0700 nenolod [svn] - getMP4title removal. trunk
Thu, 15 Jun 2006 01:22:24 -0700 nenolod [svn] - tuple builder for mp4 files (not AAC, sorry but nobody uses that crap anymore) trunk
Thu, 08 Jun 2006 12:11:06 -0700 nenolod [svn] - remove an old hack that is no longer necessary (can cause a crash (!)) trunk
Tue, 23 May 2006 16:05:38 -0700 nemo [svn] Updating of some deprecated GTK functions. trunk
Sun, 14 May 2006 20:48:13 -0700 nenolod [svn] - ok, that g_thread_join() is definately hostile trunk
Sun, 14 May 2006 20:38:22 -0700 nenolod [svn] - try to g_thread_join() here. trunk
Fri, 12 May 2006 14:12:17 -0700 nenolod [svn] - hackhackhack workaround for the fact that joins will fail at times, inspired by the hackhack in WMA trunk
Fri, 12 May 2006 14:03:50 -0700 nenolod [svn] - threading cleanups, we no longer need to be mutexlocked 90% of the time, and we shouldn't have been joining in stop(), as the thread will likely already be joined, and if not, it will be reaped later trunk
Fri, 12 May 2006 13:47:25 -0700 nenolod [svn] - fix g_thread_join() spurious call error (also effects 1.0 -- yuck!) trunk
Fri, 12 May 2006 06:48:55 -0700 nenolod [svn] - src/tagging_mp4.c, fileinfo.c, libmp4.c: Finish conversion to internal container code. trunk
Wed, 10 May 2006 17:54:49 -0700 nenolod [svn] - fix a potential crash in our read callback (for VFS) trunk
Wed, 10 May 2006 16:01:35 -0700 nenolod [svn] - fix infinite loop issue trunk
Wed, 10 May 2006 15:00:19 -0700 nenolod [svn] - resync headers trunk
Wed, 10 May 2006 14:41:23 -0700 nenolod [svn] - stuff trunk
Wed, 10 May 2006 07:55:22 -0700 nenolod [svn] - about box cleanups trunk
Mon, 01 May 2006 05:57:13 -0700 chainsaw [svn] Reduce amount of emitted GCC 4.1 warnings to 6. For that boring rainy afternoon, remove the two -Wno statements in CFLAGS (configure.ac) and you will see the actual amount. trunk
Fri, 28 Apr 2006 22:43:09 -0700 nhjm449 [svn] - Let's not leave mp4 files open after reading their tags :P trunk
Fri, 14 Apr 2006 11:25:08 -0700 nenolod [svn] - more debugging trunk
Fri, 14 Apr 2006 11:22:15 -0700 nenolod [svn] - remove debugging printfs trunk
Fri, 14 Apr 2006 11:20:38 -0700 nenolod [svn] - new decode loop from updated BMP-MP4 plugin trunk
Sun, 02 Apr 2006 17:08:11 -0700 chainsaw [svn] Use a single 8-byte read instead of two 4-byte ones. The common path would nearly always result in two reads, so this should be faster. trunk
Thu, 23 Mar 2006 15:32:40 -0800 nemo [svn] memcmp since magic isn't a string trunk
Wed, 22 Mar 2006 16:58:39 -0800 nemo [svn] Only compare 4 bytes, unless someone had a reason. trunk
Sat, 18 Mar 2006 08:56:03 -0800 chainsaw [svn] Use magic bytes to identify AAC and MP4 as the decoder insists on reading the entire file before making a decision. This can be upsetting to users of large playlists, so reduce that to two 4-byte reads. Extension checking still needed for files that have been butchered by bad taggers, sorry. trunk
Mon, 13 Mar 2006 14:18:03 -0800 chainsaw [svn] Fix logic error that caused us to lock on to wav. trunk
Mon, 13 Mar 2006 13:58:32 -0800 chainsaw [svn] Be smarter about spotting MP4 files, only fall back on extension for AAC. trunk
Fri, 03 Mar 2006 21:16:35 -0800 nenolod [svn] - leak fix trunk
Sun, 08 Jan 2006 15:02:54 -0800 chainsaw [svn] Use glib function for glib types and care about pointer signedness. trunk
Tue, 03 Jan 2006 14:25:32 -0800 chainsaw [svn] Disable adplug if the includes are missing (or in a very lame place). Stop blowing holes in my ship. trunk
Mon, 26 Dec 2005 13:09:53 -0800 nenolod [svn] Use produce_audio() to pass the audio through the new audacious filterchain stuff. (EQ support!!!) trunk
Mon, 26 Dec 2005 13:01:04 -0800 nenolod [svn] ditto for samplerate... we should have full plugin compatibility now trunk
Mon, 26 Dec 2005 12:42:45 -0800 nenolod [svn] Display the MP4/AAC+ bitrate, instead of "VBR". trunk
Mon, 26 Dec 2005 01:16:45 -0800 nenolod [svn] Initial fileinfo box, loosely based around the mpg123-clone one. trunk
Sun, 25 Dec 2005 23:56:55 -0800 nenolod [svn] safety fix trunk
Sun, 25 Dec 2005 23:22:44 -0800 nenolod [svn] MP4 metadata retrieval support. trunk
Sun, 18 Dec 2005 11:42:07 -0800 chainsaw [svn] Dereferencing type-punned pointer will break strict-aliasing rules squashed by Mark Loeser <halcy0n@gentoo.org>. trunk
Sun, 18 Dec 2005 09:06:02 -0800 chainsaw [svn] Do not abort if libmpc is not found, just disable musepack plugin. trunk
Sat, 03 Dec 2005 09:27:11 -0800 chainsaw [svn] Reduce code duplication and add a return statement. trunk
Thu, 17 Nov 2005 12:21:04 -0800 chainsaw [svn] GThreadify plugin. Adds a return statement and removes a pragma statement to please GCC. trunk
Wed, 16 Nov 2005 16:21:11 -0800 chainsaw [svn] Synced with bmp-mp4. Build system is fragile, but should work now. trunk
Fri, 28 Oct 2005 22:58:11 -0700 nenolod [svn] Move plugins to Plugins/ trunk