log

age author description
Sat, 28 Nov 2009 22:51:53 +0000 michael Check order of startcodes, ignore some obviously wrong ones. libavcodec
Sat, 28 Nov 2009 21:32:33 +0000 michael Move mpeg_decode_postinit() out of bitstream decoding functions, it does not libavcodec
Sat, 28 Nov 2009 18:57:12 +0000 michael Inline mpeg_decode_extension, will simplify future changes. libavcodec
Sat, 28 Nov 2009 14:17:28 +0000 michael Simplify mpeg_decode_user_data() libavcodec
Sat, 28 Nov 2009 10:58:07 +0000 stefano Fix put_bits32() doxy. libavcodec
Sat, 28 Nov 2009 10:21:10 +0000 stefano Consistently put braces for function definitions. libavcodec
Sat, 28 Nov 2009 10:17:43 +0000 stefano Fix typo, "Write" -> "Writes". libavcodec
Sat, 28 Nov 2009 01:13:43 +0000 stefano Use pixel formats names defined in av_pix_fmt_descriptors rather than libavcodec
Sat, 28 Nov 2009 00:53:15 +0000 stefano Remove unused PixFmtInfo.is_hwaccel field. libavcodec
Thu, 26 Nov 2009 21:20:28 +0000 reimar Add support for hardcoding the motionpixels rgb to yuv table. libavcodec
Thu, 26 Nov 2009 21:15:06 +0000 reimar 10l, pix_fmt should be set by the motionpixels decoder, not by the demuxer. libavcodec
Thu, 26 Nov 2009 21:04:33 +0000 stefano Make avcodec_get_pix_fmt_name() use av_pix_fmt_descriptors rather than libavcodec
Thu, 26 Nov 2009 20:46:13 +0000 jai_menon Allow decoders to correctly set the sample format by defaulting to libavcodec
Thu, 26 Nov 2009 20:00:03 +0000 stefano Remove x_chroma_shift and y_chroma_shift fields from PixFmtInfo, use libavcodec
Thu, 26 Nov 2009 10:06:41 +0000 mru Revert "Add required header #include to fix 'make checkheaders'." libavcodec
Thu, 26 Nov 2009 09:59:10 +0000 diego cosmetics: K&R style, prettyprinting libavcodec
Thu, 26 Nov 2009 09:55:03 +0000 diego Mark apply_mdct() function as static; it is only used within the file. libavcodec
Thu, 26 Nov 2009 00:33:19 +0000 stefano Use av_pix_fmt_descriptors in avcodec_get_chroma_sub_sample(), rather libavcodec
Wed, 25 Nov 2009 23:52:20 +0000 stefano Use av_pix_fmt_descriptors in ff_is_hwaccel_pix_fmt() rather than libavcodec
Wed, 25 Nov 2009 23:29:36 +0000 diego -DFRAC_BITS must be added to CPPFLAGS when compiling mpegaudio_tablegen.ho. libavcodec
Wed, 25 Nov 2009 23:24:09 +0000 diego Add required header #include to fix 'make checkheaders'. libavcodec
Wed, 25 Nov 2009 17:14:48 +0000 ramiro Fix nv12/nv21 handling. linesize for plane 1 should account for both chroma libavcodec
Wed, 25 Nov 2009 16:00:14 +0000 conrad Support compiling against libtheora older than 1.1 libavcodec
Tue, 24 Nov 2009 16:58:50 +0000 vitor Make lsp2polyf() function non-static for upcoming usage in SIPR libavcodec
Tue, 24 Nov 2009 15:49:34 +0000 darkshikari Add weightp support in API for libx264. libavcodec
Tue, 24 Nov 2009 15:13:47 +0000 cehoyos Call ff_find_hwaccel() after calling avcodec_set_dimensions(). libavcodec
Tue, 24 Nov 2009 10:10:39 +0000 mru WMA: extend exponent range to 95 libavcodec
Tue, 24 Nov 2009 06:05:41 +0000 kostya Call avcodec_set_dimensions() instead of simply setting avctx->width/height libavcodec
Mon, 23 Nov 2009 22:28:45 +0000 vitor Add missing include. Fix the following compiler warnings: libavcodec
Mon, 23 Nov 2009 22:22:16 +0000 mru WMA: extend exponent table up to 75 libavcodec