log

age author description
Fri, 29 Aug 2008 03:59:48 +0000 pross Add AVCodecContext.bits_per_raw_sample field. libavcodec
Fri, 29 Aug 2008 03:52:10 +0000 pross Change AVCodecContext.bits_per_sample to bits_per_coded_sample. libavcodec
Fri, 29 Aug 2008 00:09:47 +0000 jbr cosmetics: change another "get" to "decode" libavcodec
Fri, 29 Aug 2008 00:06:43 +0000 jbr cosmetics: change "get" to "decode" libavcodec
Thu, 28 Aug 2008 23:16:21 +0000 jbr cosmetics: indentation libavcodec
Thu, 28 Aug 2008 23:04:15 +0000 jbr remove unneeded variable, dither_all libavcodec
Thu, 28 Aug 2008 22:41:00 +0000 romansh Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer as libavcodec
Thu, 28 Aug 2008 19:21:59 +0000 romansh Introducing video_stype for holding the value of VAUX source pack libavcodec
Thu, 28 Aug 2008 04:53:57 +0000 kostya Add generic IIR filter interface with Butterworth lowpass filter implementation libavcodec
Thu, 28 Aug 2008 00:46:09 +0000 michael Fix mid/side stereo buggy output zeroing, fixes issue264 part 2. libavcodec
Wed, 27 Aug 2008 23:44:34 +0000 jbr cosmetics: rename a table libavcodec
Wed, 27 Aug 2008 23:23:54 +0000 jbr cosmetics: indent after last commit libavcodec
Wed, 27 Aug 2008 23:11:05 +0000 jbr do not read exponent strategies from each block for E-AC-3 since they are in the header libavcodec
Wed, 27 Aug 2008 20:25:47 +0000 romansh Cosmetic change aimed at making it easier to see how bits are consumed libavcodec
Wed, 27 Aug 2008 20:21:17 +0000 romansh Factoring out chan_slice / 27 into seq variable libavcodec
Wed, 27 Aug 2008 20:17:01 +0000 romansh Simplification of how dct_mode affects decoding. libavcodec
Wed, 27 Aug 2008 18:56:50 +0000 michael Cosmetics (format ff_nelly_dequantization_table nicer) libavcodec
Wed, 27 Aug 2008 01:47:03 +0000 jbr add definitions and documentation for shared functions for E-AC-3 decoding libavcodec
Wed, 27 Aug 2008 01:40:46 +0000 jbr copy default coupling band structure from table to decoding context (used for E-AC-3) libavcodec
Wed, 27 Aug 2008 01:36:20 +0000 jbr add more OKed parts of the E-AC-3 decoder: structural changes to support AHT mode mantissa decoding libavcodec
Wed, 27 Aug 2008 01:24:43 +0000 jbr cosmetics: rename some functions from *get_* to *decode_* libavcodec
Tue, 26 Aug 2008 23:25:29 +0000 bcoudurier simplify mpeg12 avctx->pix_fmt set libavcodec
Tue, 26 Aug 2008 19:40:53 +0000 aurel Add a temp variable to ff_sine_window_init() to match the way wma.c computed libavcodec
Tue, 26 Aug 2008 19:38:17 +0000 voroshil Add explicit (int) cast to i386 optimized MUL* macros. libavcodec
Tue, 26 Aug 2008 18:06:07 +0000 voroshil (cosmetics) Remove incorrect comment. libavcodec
Tue, 26 Aug 2008 16:47:31 +0000 voroshil (cosmetics) Describe for which tests clipping is required. libavcodec
Tue, 26 Aug 2008 16:41:23 +0000 voroshil (cosmetics) Remove wrong comments. libavcodec
Tue, 26 Aug 2008 07:13:43 +0000 voroshil (cosmetics) Align comments consistently. libavcodec
Tue, 26 Aug 2008 07:10:38 +0000 voroshil Another set of definitions for G.729 libavcodec
Mon, 25 Aug 2008 22:51:47 +0000 michael Replace cliping in ff_acelp_interpolate() by a check&av_log, this should be the libavcodec