log alac.c @ 6517:48759bfbd073 libavcodec

age author description
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Fri, 01 Feb 2008 03:39:15 +0000 michael const libavcodec
Sat, 01 Dec 2007 22:21:04 +0000 vitor spelling libavcodec
Sat, 01 Sep 2007 21:03:17 +0000 vitor Remove reimplementation of get_unary. libavcodec
Fri, 31 Aug 2007 18:51:22 +0000 vitor Cosmetical: Empty line removal libavcodec
Fri, 31 Aug 2007 15:05:40 +0000 vitor Comment about unsupported sample size libavcodec
Thu, 30 Aug 2007 16:40:51 +0000 vitor Rename function libavcodec
Thu, 30 Aug 2007 16:04:00 +0000 vitor Replace two #define's by inline functions libavcodec
Thu, 09 Aug 2007 00:57:36 +0000 alex use skip_bits where appropriate libavcodec
Thu, 09 Aug 2007 00:13:31 +0000 alex use get_bits1(..) instead get_bits(.., 1) libavcodec
Tue, 07 Aug 2007 12:53:22 +0000 vitor More indentation libavcodec
Tue, 07 Aug 2007 12:50:41 +0000 vitor Cosmetics: indentation libavcodec
Tue, 07 Aug 2007 12:44:23 +0000 vitor Rename function libavcodec
Tue, 24 Jul 2007 18:21:40 +0000 vitor Minor cosmetics libavcodec
Wed, 18 Jul 2007 20:23:43 +0000 vitor Another minor simplification libavcodec
Wed, 18 Jul 2007 14:45:01 +0000 vitor Make deinterlace_16 receive an array as a parameter and not two separated vars libavcodec
Wed, 18 Jul 2007 14:37:39 +0000 vitor Minor simplification libavcodec
Wed, 18 Jul 2007 14:36:30 +0000 vitor Yet more cosmetics libavcodec
Wed, 18 Jul 2007 14:29:14 +0000 vitor More cosmetics libavcodec
Wed, 18 Jul 2007 14:15:14 +0000 vitor Remove reimplementation of av_log2 libavcodec
Wed, 18 Jul 2007 06:45:47 +0000 vitor Test for supported number of channels libavcodec
Wed, 18 Jul 2007 06:27:37 +0000 vitor Cosmetics: indentation libavcodec
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