log

age author description
Mon, 08 Sep 2008 18:51:33 +0000 vitor Normalize triplets in gain_val_tab[][] so gain_exp_tab[] can be just an libavcodec
Mon, 08 Sep 2008 18:31:48 +0000 michael Remove deprecated avcodec_decode_audio() this one was not under #ifdef. libavcodec
Mon, 08 Sep 2008 18:29:08 +0000 michael avcodec_find_best_pix_fmt() needs a 64bit mask as there are more than 32 pix_fmts. libavcodec
Mon, 08 Sep 2008 18:18:49 +0000 michael Rename error_resilience to error_recognition. libavcodec
Mon, 08 Sep 2008 18:18:29 +0000 vitor Pass directly variable 'a' to interp instead of evaluating it from num_blocks libavcodec
Mon, 08 Sep 2008 18:16:00 +0000 vitor Simplify if() in copy_and_dup() libavcodec
Mon, 08 Sep 2008 18:14:37 +0000 vitor Add av_cold attribute to decode_init() libavcodec
Mon, 08 Sep 2008 18:13:53 +0000 vitor Cosmetics: Make the two additional units in size more clear libavcodec
Mon, 08 Sep 2008 15:28:07 +0000 michael Remove DEFAULT_FRAME_RATE_BASE. libavcodec
Mon, 08 Sep 2008 15:24:16 +0000 michael Drop deprecated SAMPLE_FMT_S24. libavcodec
Mon, 08 Sep 2008 15:03:17 +0000 michael Remove stuff under #if LIBAVCODEC_VERSION_INT. libavcodec
Mon, 08 Sep 2008 14:24:59 +0000 michael Bump Major version, this commit is almost just renaming bits_per_sample to libavcodec
Mon, 08 Sep 2008 13:37:12 +0000 michael Try to fix wma regression. libavcodec
Mon, 08 Sep 2008 05:17:17 +0000 diego Relicense as ISC with the authors' permission. libavcodec
Sun, 07 Sep 2008 21:02:28 +0000 diego Relicense from LGPL 2.1 to LGPL 2.1 or later with the authors' permission. libavcodec
Sun, 07 Sep 2008 20:21:15 +0000 vitor Check output buffer size before decoding. libavcodec
Sun, 07 Sep 2008 20:18:18 +0000 vitor Cosmetics: rename vars s/ctx/chd/ libavcodec
Sun, 07 Sep 2008 17:20:55 +0000 vitor Exploit symmetry to reduce size of tables by half. libavcodec
Sun, 07 Sep 2008 14:33:01 +0000 vitor Cosmetics: s/short/int16_t/ libavcodec
Sun, 07 Sep 2008 14:32:10 +0000 vitor Remove cast, now tables are signed. libavcodec
Sun, 07 Sep 2008 14:30:54 +0000 vitor Convert tables to signed and decimal. libavcodec
Sun, 07 Sep 2008 13:55:26 +0000 vitor Remove unused table entries. libavcodec
Sun, 07 Sep 2008 13:47:30 +0000 vitor Remove commented out code. libavcodec
Sun, 07 Sep 2008 13:46:09 +0000 vitor Use FFMIN() instead of rewriting it. libavcodec
Sun, 07 Sep 2008 13:42:34 +0000 vitor Factorize broken clipping in its own function and document it. libavcodec
Sun, 07 Sep 2008 09:55:47 +0000 vitor Cosmetics: whitespace/linebreaks libavcodec
Sun, 07 Sep 2008 09:46:55 +0000 vitor Use the same 8 bit -> 16 bit conversion as QuickTime. libavcodec
Sun, 07 Sep 2008 09:42:57 +0000 vitor Do not share context variables between channels and do not zero them at libavcodec
Sun, 07 Sep 2008 09:38:37 +0000 vitor Remove output pointer from context libavcodec
Sun, 07 Sep 2008 07:36:03 +0000 stefang add 1bpp decoding function and extend 4bpp function to libavcodec