log

age author description
Fri, 26 Dec 2008 13:51:52 +0000 michael Simplify zero run handling in put_line(). libavcodec
Fri, 26 Dec 2008 13:50:00 +0000 michael Avoid negation in put_line(). libavcodec
Fri, 26 Dec 2008 13:48:09 +0000 michael Factorize mode switching in put_line(). libavcodec
Fri, 26 Dec 2008 13:46:11 +0000 michael Fix (rewrite) find_group3_syncmarker(). libavcodec
Fri, 26 Dec 2008 13:39:19 +0000 michael CCITT Fax Group 3 and 4 decompression by kostya. libavcodec
Fri, 26 Dec 2008 11:00:30 +0000 diego ASAO Nelly Moser implementation moved to a better place on mphq. libavcodec
Fri, 26 Dec 2008 08:03:26 +0000 benoit s/FFmpeg-devel/ffmpeg-devel/ libavcodec
Fri, 26 Dec 2008 00:19:08 +0000 darkshikari Fix compilation without optimization under 64-bit with x264 deblock asm enabled. libavcodec
Thu, 25 Dec 2008 23:13:43 +0000 mru ARM: add new h264 idct functions libavcodec
Thu, 25 Dec 2008 18:27:49 +0000 gpoirier Disable usage of ff_h264_idct_add_altivec since AltiVec versions of h264_idct_add16, libavcodec
Thu, 25 Dec 2008 15:49:50 +0000 diego Change mplayerhq.hu references to ffmpeg.org where appropriate. libavcodec
Thu, 25 Dec 2008 15:49:02 +0000 diego Fix sample URL. libavcodec
Thu, 25 Dec 2008 13:26:18 +0000 diego The VC-1/WMV3 decoders depend on ENABLE_MSMPEG4_DECODER. libavcodec
Thu, 25 Dec 2008 01:20:37 +0000 lorenm flatten an array, since gcc fails at optimizing multidimensional arrays libavcodec
Wed, 24 Dec 2008 18:39:23 +0000 michael export refs libavcodec
Wed, 24 Dec 2008 17:38:27 +0000 michael Allow decoders to set AVCodecContext.refs. libavcodec
Wed, 24 Dec 2008 03:23:38 +0000 michael Optimize pred_pskip_motion() libavcodec
Tue, 23 Dec 2008 22:06:16 +0000 michael Indent libavcodec
Tue, 23 Dec 2008 22:04:34 +0000 michael Integrate get_te0_golomb() calls into the code, this allows some checks libavcodec
Tue, 23 Dec 2008 21:12:19 +0000 michael Use get_ue_golomb_31() where possible, almost all are just in headers libavcodec
Tue, 23 Dec 2008 21:07:36 +0000 michael Update golomb decoding tables so that get_*_golomb_31() return some libavcodec
Tue, 23 Dec 2008 21:05:47 +0000 michael Add get_ue_golomb_31() libavcodec
Tue, 23 Dec 2008 19:12:50 +0000 michael indent libavcodec
Tue, 23 Dec 2008 19:10:46 +0000 michael Use the new VLC table for the first non trailing coeff too. libavcodec
Tue, 23 Dec 2008 18:31:44 +0000 michael Optimize esc removal code. libavcodec
Tue, 23 Dec 2008 18:27:06 +0000 kostya 352l: correct calculating number of bits for storing macroblock offset in RV3/4 libavcodec
Tue, 23 Dec 2008 17:50:36 +0000 michael Indent libavcodec
Tue, 23 Dec 2008 17:49:38 +0000 michael unified CAVLC level decoding LUT. libavcodec
Tue, 23 Dec 2008 02:34:58 +0000 michael Make h264 parser 50% faster. libavcodec
Tue, 23 Dec 2008 01:11:56 +0000 michael 100l, I broke H.264 again, forgot one hunk. libavcodec
Tue, 23 Dec 2008 00:38:45 +0000 michael Optimize 0 0 0-3 search, 45% faster on pentium dual. libavcodec
Mon, 22 Dec 2008 22:39:55 +0000 andoma Revert r16257: libavcodec
Mon, 22 Dec 2008 17:14:13 +0000 michael Simplify decode_cabac_mb_ref() a little bit, 2 cpu cycles faster on libavcodec
Mon, 22 Dec 2008 16:56:05 +0000 michael Indent libavcodec
Mon, 22 Dec 2008 16:46:17 +0000 michael inline decode_cabac_mb_type for I & P frames, 9 cycles faster on pentium dual. libavcodec
Mon, 22 Dec 2008 16:20:13 +0000 michael Negate 2 more variables, 1 cpu cycle faster on pentium dual. libavcodec
Mon, 22 Dec 2008 16:14:06 +0000 michael Simplify if/else, no speed change libavcodec
Mon, 22 Dec 2008 16:10:35 +0000 michael Negate a few variables, this simplifies the code and makes it 5 cycles faster libavcodec
Mon, 22 Dec 2008 15:54:27 +0000 michael Simplify ifs(), 8 cpu cycles faster on pentium dual libavcodec
Mon, 22 Dec 2008 15:53:00 +0000 michael Simplify if(), 3 cpu cycles faster in pentium dual. libavcodec
Mon, 22 Dec 2008 09:12:42 +0000 diego Rename libavcodec/i386/ --> libavcodec/x86/. libavcodec
Mon, 22 Dec 2008 06:50:18 +0000 kostya Decode TIFF image only after all tags have been decoded libavcodec
Mon, 22 Dec 2008 06:47:51 +0000 kostya Some TIFFs declare -1 for the single strip height libavcodec
Mon, 22 Dec 2008 06:43:14 +0000 kostya Add monochrome TIFF support libavcodec
Mon, 22 Dec 2008 06:39:31 +0000 kostya Calculate line size variable correctly for lower bitdepths and use it for raw data copying libavcodec
Mon, 22 Dec 2008 06:36:10 +0000 kostya Register TIFF tags for CCITT Group 3 and 4 compression options libavcodec
Mon, 22 Dec 2008 00:10:36 +0000 diego Remove a bunch of unused variables. libavcodec
Mon, 22 Dec 2008 00:03:30 +0000 diego Use ARCH_X86_32 instead of !ARCH_X86_64, it is more straightforward. libavcodec
Mon, 22 Dec 2008 00:01:39 +0000 diego Fix incorrectly constructed Dirac parse units that caused A/V sync loss. libavcodec
Sun, 21 Dec 2008 23:56:55 +0000 diego Do not use full include path for headers in the same directory. libavcodec
Sun, 21 Dec 2008 23:50:16 +0000 michael Change mpeg audio parser so it only sets frame_size, channels and bit_rate libavcodec
Sun, 21 Dec 2008 21:53:42 +0000 andoma Include "libavutil/common.h" where we use llrint() in case ffmpeg's libavcodec
Sun, 21 Dec 2008 21:47:29 +0000 michael Fix PTS returned by the demuxers for mpeg4 without a decoder. libavcodec
Sun, 21 Dec 2008 21:30:36 +0000 michael Move CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_header(). libavcodec
Sun, 21 Dec 2008 17:49:40 +0000 michael Remove useless code. libavcodec
Sun, 21 Dec 2008 15:58:42 +0000 michael Only execute clear_blocks() when needed. libavcodec
Sun, 21 Dec 2008 05:32:55 +0000 superdump AAC: Reindent after last commit libavcodec
Sun, 21 Dec 2008 05:28:14 +0000 superdump AAC: Fix AAC prediction when used in conjunction with the CPE libavcodec
Sun, 21 Dec 2008 05:08:32 +0000 superdump AAC: Don't write an illegal sampling_index in a PCE to the MPEG4AudioConfig libavcodec
Sat, 20 Dec 2008 23:11:30 +0000 michael Optimize get_dct8x8_allowed(). libavcodec
Sat, 20 Dec 2008 18:06:01 +0000 kostya RV30 decoder libavcodec
Sat, 20 Dec 2008 06:09:54 +0000 kostya RV30 loop filter libavcodec
Sat, 20 Dec 2008 02:38:34 +0000 reynaldo Cosmetics by Kenan Gillet. Part 1 of 3 of his 'qcelp: silence handling' libavcodec
Fri, 19 Dec 2008 22:37:56 +0000 stefano Put under #if LIBAVCODEC_VERSION_MAJOR < 53 the deprecated functions libavcodec
Fri, 19 Dec 2008 22:29:30 +0000 stefano Remove calls to deprecated av_set_string2() with calls to libavcodec
Fri, 19 Dec 2008 14:49:17 +0000 darkshikari H.264 loopfilter speed tweaks libavcodec
Fri, 19 Dec 2008 13:45:13 +0000 darkshikari Port x264 deblocking code to libavcodec. libavcodec
Fri, 19 Dec 2008 09:34:18 +0000 michael Document new idct requirements. libavcodec
Fri, 19 Dec 2008 09:21:54 +0000 michael Fix decoding with the plain C idcts of libavcodec
Fri, 19 Dec 2008 06:29:35 +0000 kostya a table for upcoming RV30 loop filtering libavcodec
Fri, 19 Dec 2008 03:01:08 +0000 darkshikari Add automatic prefix handling to yasm functions. Does nothing now, but will libavcodec
Fri, 19 Dec 2008 02:28:51 +0000 michael Replace /2 by >>1 in decode_cabac_mb_dqp() libavcodec
Fri, 19 Dec 2008 02:00:33 +0000 michael Simplify ctx update in decode_cabac_mb_dqp(). libavcodec
Fri, 19 Dec 2008 01:50:20 +0000 michael Simplify ctx calculation in decode_cabac_mb_dqp() libavcodec
Fri, 19 Dec 2008 01:11:52 +0000 astrange Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of NALs in rbsp_buffer. libavcodec
Fri, 19 Dec 2008 00:44:51 +0000 darkshikari Move filter_luma_intra into dsputil for later addition of asm. libavcodec
Fri, 19 Dec 2008 00:43:30 +0000 darkshikari Simplify chroma AC in CABAC residual decoding. libavcodec
Fri, 19 Dec 2008 00:05:39 +0000 michael Optimize ctx calculation in decode_cabac_mb_mvd(), code by dark shikari. libavcodec
Thu, 18 Dec 2008 23:52:32 +0000 michael Remove unacceptable NULL pointer hack from mc code. libavcodec
Thu, 18 Dec 2008 23:31:10 +0000 michael Check ref values in CABAC H.264 for validity. libavcodec
Thu, 18 Dec 2008 18:25:11 +0000 michael Move idct_(dc)add closer to where it is needed. libavcodec
Thu, 18 Dec 2008 18:14:38 +0000 michael indent libavcodec
Thu, 18 Dec 2008 18:12:59 +0000 michael Reorder ifs in chroma hl_decode_mb to avoid a duplicate transform_bypass libavcodec
Thu, 18 Dec 2008 17:42:44 +0000 michael s/h->cbp_table[mb_xy]/h->cbp/ libavcodec
Thu, 18 Dec 2008 16:11:19 +0000 michael Faster CAVLC decoding of trailing_ones. Based on a patch by dark shikari. libavcodec
Thu, 18 Dec 2008 15:51:32 +0000 michael Replace i by trailing_ones, part of a patch by dark shikari. libavcodec
Thu, 18 Dec 2008 15:32:07 +0000 michael Remove if() surrounding decode_cabac_mb_type() that can never be true. libavcodec
Thu, 18 Dec 2008 15:21:15 +0000 michael Remove unreachable else clause, found by dark shikari. libavcodec
Thu, 18 Dec 2008 11:17:12 +0000 michael Remove useless IS_8x8DCT check i forgot, spotted by dark shikari. libavcodec
Thu, 18 Dec 2008 11:01:38 +0000 michael 10l, svq3 didnt set h->cbp, this broke decoding a little. libavcodec
Thu, 18 Dec 2008 06:00:12 +0000 kostya cosmetics: remove one unneeded space libavcodec
Thu, 18 Dec 2008 04:13:02 +0000 michael Do not calculate idct_dc_add/idct_add when the variables are unused. libavcodec
Thu, 18 Dec 2008 03:04:53 +0000 michael Remove redundant nnz variable. libavcodec
Thu, 18 Dec 2008 02:56:44 +0000 michael indent libavcodec
Thu, 18 Dec 2008 02:53:18 +0000 michael Use the new idct functions (except chroma as it was slower in benchmarks) libavcodec
Thu, 18 Dec 2008 02:36:48 +0000 michael H.264 idct functions that include the chroma, inter luma and intra16 luma loops libavcodec
Thu, 18 Dec 2008 01:10:51 +0000 michael Skip non intra luma code when there is no coded luma. libavcodec
Thu, 18 Dec 2008 01:05:06 +0000 lorenm 1.6x faster pred*_vertical_add_c libavcodec
Thu, 18 Dec 2008 00:46:54 +0000 michael Skip chroma handling when there is no coded chroma. libavcodec
Wed, 17 Dec 2008 20:17:07 +0000 kostya add const qualifier to some pointers for input data libavcodec
Wed, 17 Dec 2008 20:10:15 +0000 kostya use precalculated mb_pos where available libavcodec
Wed, 17 Dec 2008 20:00:48 +0000 kostya Merge deblocking pattern with CBP for RV30/40 loop filtering libavcodec
Wed, 17 Dec 2008 19:39:56 +0000 kostya Generate correct deblock pattern for RV30 libavcodec
Wed, 17 Dec 2008 19:37:45 +0000 kostya Unfortunately RV30 luma thirdpel MC functions cannot be substituted with libavcodec
Wed, 17 Dec 2008 17:39:35 +0000 kostya 4l: TIFF stores short strings inside tag, do not interpret it is as an offset libavcodec
Wed, 17 Dec 2008 09:47:06 +0000 gpoirier add AltiVec implementation of int32_to_float_fmul_scalar libavcodec
Wed, 17 Dec 2008 03:41:48 +0000 michael Fix svq3 decoding, is_complex was not initialized. libavcodec
Wed, 17 Dec 2008 02:53:03 +0000 michael Replace != 0 || check by | libavcodec
Wed, 17 Dec 2008 02:35:14 +0000 michael Split filter_mb_dir() out of filter_mb(). libavcodec
Wed, 17 Dec 2008 02:30:26 +0000 mru AC3: fix strict aliasing violation in parser libavcodec
Wed, 17 Dec 2008 02:30:22 +0000 mru AAC: fix strict aliasing violation in parser libavcodec
Wed, 17 Dec 2008 00:54:54 +0000 mru ARM: replace "armv4l" with "arm" libavcodec
Wed, 17 Dec 2008 00:39:45 +0000 diego Remove obsolete and misleading comments. libavcodec
Tue, 16 Dec 2008 22:16:11 +0000 michael Fix indention, also do a little vertical alignment of changed lines. libavcodec
Tue, 16 Dec 2008 21:35:35 +0000 stefano Implement av_set_string3(). libavcodec
Tue, 16 Dec 2008 21:08:16 +0000 michael Factorize 3 multiplications out, code becomes 3 cpu cycles faster. libavcodec
Tue, 16 Dec 2008 20:43:39 +0000 michael Move ENABLE_SMALL back to the per MB check, as otherwise gcc wont remove libavcodec
Tue, 16 Dec 2008 20:26:22 +0000 michael Do not recalculate constant part of is_complex for every MB. libavcodec
Tue, 16 Dec 2008 20:09:09 +0000 michael Support the new lossless mode. libavcodec
Tue, 16 Dec 2008 20:00:07 +0000 mru dct-test: add ARM IDCTs libavcodec