log

age author description
Sun, 31 Aug 2008 07:39:47 +0000 stefano Globally rename the header inclusion guard names. libavcodec
Sun, 31 Aug 2008 07:05:55 +0000 conrad Use ff_vp3_idct_data in vp3dsp_mmx.c rather than duplicating it libavcodec
Sun, 31 Aug 2008 07:05:29 +0000 conrad Declare ff_vp3_idct_data to be uint16_t libavcodec
Sun, 31 Aug 2008 07:05:08 +0000 conrad Don't declare SSE vp3 idct data static, so it can be used in the mmx version libavcodec
Sun, 31 Aug 2008 03:08:18 +0000 jbr turn on E-AC-3 decoding support and update the Changelog libavcodec
Sun, 31 Aug 2008 03:01:56 +0000 jbr simplify code and comment regarding determination whether or not AHT is used. libavcodec
Sun, 31 Aug 2008 02:58:21 +0000 jbr use correct table name libavcodec
Sun, 31 Aug 2008 02:39:55 +0000 vitor Misc cosmetics in compute_lpc_coefs(): braces removal and empty lines libavcodec
Sun, 31 Aug 2008 02:38:38 +0000 jbr skip converter exponent strategy for all channels at once libavcodec
Sun, 31 Aug 2008 02:37:04 +0000 vitor Remove useless var in compute_lpc_coefs() libavcodec
Sun, 31 Aug 2008 02:35:58 +0000 jbr merge declaration and init. variable is not used outside the loop. libavcodec
Sun, 31 Aug 2008 02:32:08 +0000 jbr cosmetics: indentation libavcodec
Sun, 31 Aug 2008 02:31:05 +0000 vitor Merge declaration and initialization of a few vars in compute_lpc_coefs() libavcodec
Sun, 31 Aug 2008 02:30:09 +0000 jbr commit more OKed parts of the E-AC-3 decoder libavcodec
Sat, 30 Aug 2008 23:19:23 +0000 jbr commit more OKed parts of the E-AC-3 decoder libavcodec
Sat, 30 Aug 2008 23:13:10 +0000 jbr commit more OKed parts of the E-AC-3 decoder libavcodec
Sat, 30 Aug 2008 20:39:12 +0000 michael Fix lossless jpeg encoder to comply to spec and store full redundant libavcodec
Sat, 30 Aug 2008 19:47:47 +0000 conrad Remove unused dequantization code from SSE VP3 IDCT libavcodec
Sat, 30 Aug 2008 19:41:42 +0000 conrad Use ff_pw_8 in MMX/SSE VP3 IDCT libavcodec
Sat, 30 Aug 2008 19:40:21 +0000 conrad Let ff_pw_8 be used as an SSE constant libavcodec
Sat, 30 Aug 2008 17:51:03 +0000 jbr cosmetics: update comment about dithering libavcodec
Sat, 30 Aug 2008 11:01:58 +0000 michael Remove the cos_mod table that has become unused after replacing the imdct libavcodec
Sat, 30 Aug 2008 10:47:13 +0000 michael Replace obfuscated mdct in qmf_32_subbands() by ff_imdct_half(). libavcodec
Sat, 30 Aug 2008 10:41:53 +0000 michael Get rid of the 512 sample memmove(). libavcodec
Sat, 30 Aug 2008 04:26:45 +0000 pross Remove 'currently unused' warning about SAMPLE_FMT_xxx. libavcodec
Fri, 29 Aug 2008 21:35:57 +0000 bwolowiec Okayed parts of nellymoserenc.c libavcodec
Fri, 29 Aug 2008 21:12:30 +0000 vitor Remove useless zeroing of a buffer libavcodec
Fri, 29 Aug 2008 20:19:23 +0000 superdump Fix typo in element type libavcodec
Fri, 29 Aug 2008 20:18:34 +0000 superdump Remove unnecessary portion of a condition. This fixes issue607 and avoids libavcodec
Fri, 29 Aug 2008 18:43:20 +0000 stefano Fix typo. libavcodec
Fri, 29 Aug 2008 18:37:40 +0000 michael Half the size of subband_fir_noidea and get rid of memmove & memset of it. libavcodec
Fri, 29 Aug 2008 17:37:32 +0000 stefano Make X264_init() no longer assign avctx->rc_eq to libx264's context. libavcodec
Fri, 29 Aug 2008 14:53:07 +0000 michael Move t1 and t2 declaration from the QMF code closer to where they are used. libavcodec
Fri, 29 Aug 2008 14:44:47 +0000 michael Simplify (drop useless intermediate sum and diff arrays). libavcodec
Fri, 29 Aug 2008 10:14:01 +0000 andoma 5,1l: samples_chanptr[] should be (const float *) libavcodec
Fri, 29 Aug 2008 10:12:44 +0000 andoma dca: Set data_size outside block loop. libavcodec
Fri, 29 Aug 2008 10:09:51 +0000 andoma dca: Do float -> int16 interleaving in-place using s->dsp.float_to_int16_interleave() libavcodec
Fri, 29 Aug 2008 06:14:53 +0000 kostya While APE changed container format in 3.98, frequency tables for range coding libavcodec
Fri, 29 Aug 2008 04:02:04 +0000 pross Bump libavcodec minor version number for r15017. libavcodec
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