log

age author description
Thu, 07 Jan 2010 06:32:34 +0000 michael 2 more if(CONFIG_*_DECODER) libavcodec
Thu, 07 Jan 2010 06:25:41 +0000 michael Split out intel H263 decoder. libavcodec
Thu, 07 Jan 2010 06:20:57 +0000 michael flv.h should ideally be included in flvdec.c libavcodec
Thu, 07 Jan 2010 05:41:49 +0000 michael Move forgotton "AVCodec flv_encoder" over to flvenc.c. libavcodec
Thu, 07 Jan 2010 05:36:45 +0000 michael Split flv decoding out. libavcodec
Thu, 07 Jan 2010 04:42:39 +0000 michael Split out flv encoding. libavcodec
Thu, 07 Jan 2010 04:01:19 +0000 michael Document aspect_to_info(). libavcodec
Thu, 07 Jan 2010 03:58:12 +0000 michael Cleanup aspect_to_info(). libavcodec
Thu, 07 Jan 2010 03:54:10 +0000 michael Document several more things. libavcodec
Thu, 07 Jan 2010 03:40:41 +0000 michael Document *VLC_BITS. libavcodec
Thu, 07 Jan 2010 03:36:46 +0000 michael Simplify h263_get_picture_format(). libavcodec
Thu, 07 Jan 2010 03:34:30 +0000 michael Mark h263_get_picture_format() av_const to indicate that it has no funny libavcodec
Thu, 07 Jan 2010 03:30:45 +0000 michael Document h263_get_picture_format(). libavcodec
Wed, 06 Jan 2010 23:15:33 +0000 cehoyos 100l: Fix compilation after r21037. libavcodec
Wed, 06 Jan 2010 22:40:52 +0000 michael Stop the approximation in bessel() once it does no longer improve. libavcodec
Wed, 06 Jan 2010 21:51:20 +0000 daniel Handle more ADPCM codecs in av_get_bits_per_sample(). libavcodec
Tue, 05 Jan 2010 16:25:41 +0000 vitor Use correct context for av_log(), should prevent a crash for malformed files. libavcodec
Tue, 05 Jan 2010 10:18:01 +0000 diego Add a few explanatory comments to cornercase workarounds. libavcodec
Tue, 05 Jan 2010 01:16:02 +0000 thilo.borgmann Replace array operator [] with direct access via pointer. libavcodec
Tue, 05 Jan 2010 01:14:38 +0000 cehoyos Cosmetics: Fix indentation and comment after r21027. libavcodec
Tue, 05 Jan 2010 01:11:45 +0000 cehoyos Support decoding raw 2bpp in mov, fixes issue 1528. libavcodec
Tue, 05 Jan 2010 00:41:29 +0000 cehoyos Improve readability of 4bpp raw decoder and prepare for supporting 2bpp. libavcodec
Mon, 04 Jan 2010 19:26:08 +0000 vitor Reindent after last commit libavcodec
Mon, 04 Jan 2010 19:25:44 +0000 vitor Add missing "static" qualifier libavcodec
Mon, 04 Jan 2010 13:21:18 +0000 diego The H.263 wrong_run table is only for encoding; only enable it in such cases. libavcodec
Mon, 04 Jan 2010 09:23:24 +0000 gb VAAPI: fix WMV3 decoding of videos with an odd number of macroblocks per line. libavcodec
Mon, 04 Jan 2010 09:19:32 +0000 gb Fix XvMC. XvMCCreateBlocks() may not allocate 16-byte aligned blocks, libavcodec
Sun, 03 Jan 2010 21:21:41 +0000 stefano Document avcodec_pix_fmt_to_codec_tag(). libavcodec
Sun, 03 Jan 2010 14:31:25 +0000 stefano Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and libavcodec
Sat, 02 Jan 2010 17:48:08 +0000 reimar Reduce number of ASM constraints for ff_lpc_compute_autocorr_sse2 since it libavcodec