log alacenc.c @ 12514:e6d711ba5760 libavcodec

age author description
Sat, 24 Jul 2010 13:59:49 +0000 reimar Use "const" qualifier for pointers that point to input data of libavcodec
Sun, 11 Jul 2010 16:56:20 +0000 jbr Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields. libavcodec
Mon, 12 Apr 2010 13:21:33 +0000 jai_menon Remove useless header inclusion. libavcodec
Sat, 10 Apr 2010 17:32:41 +0000 jai_menon alacenc : Report supported input sample formats. libavcodec
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Sat, 17 Oct 2009 08:04:33 +0000 jai_menon alacenc : use private compression_level value consistently. libavcodec
Fri, 16 Oct 2009 16:50:15 +0000 jai_menon alacenc : Move some code around for clarity. libavcodec
Mon, 05 Oct 2009 21:33:50 +0000 jbr cosmetics: reindent and line wrap after last commit libavcodec
Mon, 05 Oct 2009 21:27:36 +0000 jbr alacenc: add a fixed LPC coefficient mode as compression level 1. old libavcodec
Thu, 01 Oct 2009 15:40:29 +0000 reimar put_bits can only reliably write up to 31 bit bits, above it relies on libavcodec
Tue, 15 Sep 2009 15:06:04 +0000 jai_menon Fix max_coded_frame_size computation to account for byte alignment. libavcodec
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. libavcodec
Mon, 13 Apr 2009 15:11:40 +0000 jai_menon alacenc : cosmetics : remove misleading comment libavcodec
Sun, 12 Apr 2009 08:35:26 +0000 stefano Split bitstream.h, put the bitstream writer stuff in the new file libavcodec
Tue, 03 Mar 2009 13:11:10 +0000 benoit Use sign_extend(). libavcodec
Fri, 05 Dec 2008 07:58:31 +0000 benoit Fix an overflow in the predictor. libavcodec
Mon, 08 Sep 2008 14:24:59 +0000 michael Bump Major version, this commit is almost just renaming bits_per_sample to libavcodec
Fri, 22 Aug 2008 14:57:35 +0000 jai_menon alacenc : perform decorrelation only for stereo samples libavcodec
Tue, 19 Aug 2008 18:45:00 +0000 jai_menon alacenc: compare against ALAC_MAX_LPC_ORDER instead of MAX_LPC_ORDER libavcodec
Tue, 19 Aug 2008 17:20:41 +0000 jai_menon alacenc: last few hunks approved by michael libavcodec
Tue, 19 Aug 2008 16:12:05 +0000 ramiro alacenc: Use user-specified min and max prediction order. libavcodec
Tue, 19 Aug 2008 16:07:58 +0000 ramiro Import more OKed parts of ALAC encoder from GSoC repo. libavcodec
Sun, 17 Aug 2008 22:47:40 +0000 ramiro Import more ok'd parts of ALAC encoder from GSoC repo. libavcodec
Sun, 17 Aug 2008 12:25:01 +0000 ramiro alacenc: NULL_IF_CONFIG_SMALL long_name. libavcodec
Sun, 17 Aug 2008 04:36:06 +0000 ramiro Import ok'd parts of ALAC encoder from GSoC repo. libavcodec