log alac.c @ 5360:6648c82e15c7 libavcodec

age author description
Wed, 18 Jul 2007 06:17:20 +0000 vitor Cosmetics: alignment libavcodec
Wed, 18 Jul 2007 06:06:21 +0000 vitor Remove more code duplication. Based on a patch by Matthieu Castet. libavcodec
Tue, 17 Jul 2007 23:51:34 +0000 vitor Move var. declaration to allow further clean up libavcodec
Tue, 17 Jul 2007 22:05:33 +0000 vitor Remove code duplication. Based on a patch by Matthieu Castet. libavcodec
Fri, 13 Jul 2007 00:06:46 +0000 vitor Make "channels" variable mean the number of channels, not the number of libavcodec
Thu, 12 Jul 2007 00:23:53 +0000 diego license header consistency: Remove redundant "all rights reserved" statement libavcodec
Tue, 10 Jul 2007 17:50:44 +0000 vitor Use proper bytestream functions libavcodec
Tue, 10 Jul 2007 14:30:57 +0000 vitor Prepare to remove more duplicated code libavcodec
Tue, 10 Jul 2007 13:32:22 +0000 vitor Remove some duplicated code libavcodec
Tue, 10 Jul 2007 03:40:37 +0000 vitor Port some useful comments from newest version of David Hammerton's decoder (from which alac.c is based) libavcodec
Fri, 19 Jan 2007 22:12:59 +0000 alex rename BE/LE_8/16/32 to AV_RL/B_8/16/32 libavcodec
Wed, 22 Nov 2006 01:11:29 +0000 bcoudurier fix some potential security issues, patch by Matthias Hopf, mat at mshopf dot de libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Sun, 18 Jun 2006 11:33:14 +0000 diego Add const to (mostly) char* and make some functions static, which aren't used libavcodec
Sat, 13 May 2006 10:45:26 +0000 michael sanity checks, some might have been exploitable ... libavcodec
Wed, 10 May 2006 11:59:09 +0000 bcoudurier fix alac decoder on little endian libavcodec
Tue, 21 Feb 2006 00:03:10 +0000 alex explain extradata and pass avctx to av_log's libavcodec
Sat, 28 Jan 2006 16:05:06 +0000 aurel make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >) libavcodec
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavcodec
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavcodec
Sat, 02 Jul 2005 19:43:23 +0000 alex 100l - this has only worked on big endian libavcodec
Thu, 10 Mar 2005 05:34:10 +0000 melanson replace custom bit-reading functions with FFmpeg's internal function; libavcodec
Sun, 06 Mar 2005 14:48:50 +0000 melanson get rid of nasty exit()'s so the decoder will only warn the user before libavcodec
Sun, 06 Mar 2005 07:00:24 +0000 melanson decoder works fine now, when fed properly-sized chunks by the demuxer; libavcodec
Sun, 06 Mar 2005 06:22:24 +0000 melanson do not use a variable before proper initialization libavcodec
Sun, 06 Mar 2005 00:43:55 +0000 melanson first pass at ALAC decoder from David Hammerton; while David's original libavcodec