log

age author description
Mon, 09 Feb 2009 01:39:33 +0000 alexc VP3: Do not ignore error from read_huffman_tree(). libavcodec
Mon, 09 Feb 2009 00:18:26 +0000 cehoyos Fix timestamp parsing in XSUB decoder. libavcodec
Sun, 08 Feb 2009 23:32:46 +0000 diego cosmetics: Fix a few typos and use a consistent codec long name. libavcodec
Sun, 08 Feb 2009 23:28:21 +0000 diego Remove unused variables. libavcodec
Sun, 08 Feb 2009 23:25:56 +0000 diego Add av_cold attribute to init function. libavcodec
Sun, 08 Feb 2009 23:24:26 +0000 diego Remove unused variables. libavcodec
Sun, 08 Feb 2009 23:19:29 +0000 diego typo: CODEC_ID_cljr --> CODEC_ID_CLJR libavcodec
Sun, 08 Feb 2009 21:22:18 +0000 superdump Fix a const related warning libavcodec
Sun, 08 Feb 2009 20:28:12 +0000 superdump Replace hard-coded SEI type constants with symbolic names libavcodec
Sun, 08 Feb 2009 18:56:33 +0000 michael Clarify has_b_frames doxy. libavcodec
Sun, 08 Feb 2009 17:45:30 +0000 lorenm ff_add_hfyu_median_prediction_mmx2 libavcodec
Sun, 08 Feb 2009 17:44:04 +0000 lorenm re-enable mid_pred asm on x86_64. (broke in r16681) libavcodec
Sun, 08 Feb 2009 06:35:21 +0000 bcoudurier fix typo in h264dsp_mmx (no effect currently as the function is not used), approved by Dark Shikari on IRC libavcodec
Sun, 08 Feb 2009 06:11:50 +0000 bcoudurier Remove 'const' qualifier from variable in av_parse_video_frame_size(). libavcodec
Sun, 08 Feb 2009 06:03:10 +0000 bcoudurier remove useless cast, it does not remove warning, encode prototype must be changed libavcodec
Sun, 08 Feb 2009 05:49:42 +0000 bcoudurier remove warning about incompatible pointer libavcodec
Sat, 07 Feb 2009 10:46:51 +0000 kostya Move RV3/4 frame type check up so 1-slice unanchored B-frames are checked, too. libavcodec
Sat, 07 Feb 2009 09:35:16 +0000 kostya Add decoder flush after seeking for RV3/4 decoders libavcodec
Fri, 06 Feb 2009 23:54:50 +0000 stefano Drop the deprecated function register_avcodec() at the next major libavcodec
Fri, 06 Feb 2009 23:50:54 +0000 stefano Replace the calls to the deprecated function register_avcodec() with libavcodec
Fri, 06 Feb 2009 23:46:15 +0000 stefano Rename register_avcodec() as avcodec_register() and deprecate the old libavcodec
Fri, 06 Feb 2009 13:04:39 +0000 michael Fix list of input pix_fmts supported by GIF. This makes it work with swscale. libavcodec
Fri, 06 Feb 2009 12:59:50 +0000 michael Ensure that the palette is set in data[1] for all 8bit formats. libavcodec
Fri, 06 Feb 2009 11:49:31 +0000 cehoyos Use libopenjpeg for jpeg2k decoding. libavcodec
Thu, 05 Feb 2009 18:25:01 +0000 michael Add size_in_bits to PutBitContext libavcodec
Thu, 05 Feb 2009 08:58:35 +0000 pross Electronic Arts TQI decoder libavcodec
Thu, 05 Feb 2009 07:59:11 +0000 pross don't assume quant_matrix[0]==8 in ff_mpeg1_decode_block_intra(). this is required for the Electronic Arts TQI decoder. libavcodec
Thu, 05 Feb 2009 07:57:11 +0000 pross convert mpeg1_decode_block_intra() to inline global libavcodec
Wed, 04 Feb 2009 21:28:58 +0000 mru Remove CONFIG_H264_ENCODER references libavcodec
Wed, 04 Feb 2009 20:43:17 +0000 diego Remove documentation of non-existing function parameters. libavcodec