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
Sat, 02 Jan 2010 12:15:09 +0000 vitor Small ELBG optimization: use last pixel as a initial guess for the codebook libavcodec
Fri, 01 Jan 2010 21:32:48 +0000 michael Adjust threshold for xvid packed b frame detection. libavcodec
Fri, 01 Jan 2010 21:07:52 +0000 michael It appears s->bitstream_buffer_size has to be 0 at the end so rather use assert. libavcodec
Fri, 01 Jan 2010 12:28:18 +0000 stefano Remove residual use of the doxygen markup which is deprecated, libavcodec
Thu, 31 Dec 2009 01:27:47 +0000 diego Remove unused function msmpeg4_memsetw(). libavcodec
Thu, 31 Dec 2009 01:08:10 +0000 cehoyos Fix colourspace for 16 bit raw video in mov, fixes issue 1527 on big-endian. libavcodec
Wed, 30 Dec 2009 22:58:49 +0000 cehoyos Support raw black&white in mov, fixes issue 1654. libavcodec
Wed, 30 Dec 2009 16:10:52 +0000 diego cosmetics: Move MPEG-4 encoding functions around to avoid forward declarations. libavcodec
Wed, 30 Dec 2009 16:08:47 +0000 diego 10l: Move ff_mpeg4_pred_dc() to an appropriate place. libavcodec
Wed, 30 Dec 2009 14:51:46 +0000 diego cosmetics: Move MPEG-4 decoding functions around to avoid forward declarations. libavcodec
Wed, 30 Dec 2009 14:34:14 +0000 diego cosmetics: Move H.263-related functions around to avoid forward declarations. libavcodec
Wed, 30 Dec 2009 14:15:12 +0000 diego cosmetics: Reorder functions to avoid forward declarations. libavcodec
Wed, 30 Dec 2009 13:48:03 +0000 diego Remove unnecessary forward declaration for msmpeg4_memsetw(). libavcodec
Wed, 30 Dec 2009 11:33:59 +0000 diego Get rid of pointless CONFIG_ANY_H263 preprocessor definition. libavcodec
Wed, 30 Dec 2009 11:22:41 +0000 diego Add required header #includes for mpegvideo.h and config.h. libavcodec
Wed, 30 Dec 2009 11:07:04 +0000 diego Eliminate CONFIG_ANY_H263_DECODER preprocessor definition. libavcodec
Wed, 30 Dec 2009 02:09:51 +0000 diego Get rid of pointless CONFIG_WMV_DECODER definition. libavcodec
Wed, 30 Dec 2009 02:08:25 +0000 diego Get rid of pointless CONFIG_WMV2 definition. libavcodec
Wed, 30 Dec 2009 02:01:19 +0000 diego Simplify CONFIG_ANY_H263_DECODER preprocessor definition: libavcodec
Tue, 29 Dec 2009 18:26:31 +0000 diego Remove unused definitions: CONFIG_MSMPEG4 and CONFIG_WMV_ENCODER. libavcodec
Tue, 29 Dec 2009 17:20:19 +0000 diego Remove pointless CONFIG_MLP_DECODER preprocessor check. libavcodec
Tue, 29 Dec 2009 17:16:07 +0000 diego Neither the H.264 nor the SVQ3 decoder depend on the H.264 parser. libavcodec
Tue, 29 Dec 2009 14:18:27 +0000 diego The MLP decoder depends on the MLP parser. libavcodec
Tue, 29 Dec 2009 13:48:48 +0000 diego Enable the TrueHD decoder when the MLP decoder is enabled. libavcodec
Tue, 29 Dec 2009 13:14:41 +0000 diego Declare AC-3 parser dependency of AC-3 decoder and EAC-3 demuxer in configure. libavcodec
Tue, 29 Dec 2009 12:00:28 +0000 cehoyos Fix colours for QT JPEG2000, fixes issue 1540. libavcodec
Tue, 29 Dec 2009 11:53:51 +0000 cehoyos Use correct pixfmt for 32 bit raw in mov also on big-endian, fixes issue 1630. libavcodec
Tue, 29 Dec 2009 11:42:16 +0000 diego Declare AAC parser dependencies in configure. libavcodec
Tue, 29 Dec 2009 11:33:51 +0000 diego The S/P-DIF muxer depends on mpeg4audio.o. libavcodec
Tue, 29 Dec 2009 11:11:07 +0000 diego Declare WMV1/WMV2/VC-1 decoder dependency on the H.263 decoder in configure. libavcodec