log

age author description
2008-12-18 michael Replace i by trailing_ones, part of a patch by dark shikari. libavcodec
2008-12-18 michael Remove if() surrounding decode_cabac_mb_type() that can never be true. libavcodec
2008-12-18 michael Remove unreachable else clause, found by dark shikari. libavcodec
2008-12-18 michael Remove useless IS_8x8DCT check i forgot, spotted by dark shikari. libavcodec
2008-12-18 michael 10l, svq3 didnt set h->cbp, this broke decoding a little. libavcodec
2008-12-18 kostya cosmetics: remove one unneeded space libavcodec
2008-12-18 michael Do not calculate idct_dc_add/idct_add when the variables are unused. libavcodec
2008-12-18 michael Remove redundant nnz variable. libavcodec
2008-12-18 michael indent libavcodec
2008-12-18 michael Use the new idct functions (except chroma as it was slower in benchmarks) libavcodec
2008-12-18 michael H.264 idct functions that include the chroma, inter luma and intra16 luma loops libavcodec
2008-12-18 michael Skip non intra luma code when there is no coded luma. libavcodec
2008-12-18 lorenm 1.6x faster pred*_vertical_add_c libavcodec
2008-12-18 michael Skip chroma handling when there is no coded chroma. libavcodec
2008-12-17 kostya add const qualifier to some pointers for input data libavcodec
2008-12-17 kostya use precalculated mb_pos where available libavcodec
2008-12-17 kostya Merge deblocking pattern with CBP for RV30/40 loop filtering libavcodec
2008-12-17 kostya Generate correct deblock pattern for RV30 libavcodec
2008-12-17 kostya Unfortunately RV30 luma thirdpel MC functions cannot be substituted with libavcodec
2008-12-17 kostya 4l: TIFF stores short strings inside tag, do not interpret it is as an offset libavcodec
2008-12-17 gpoirier add AltiVec implementation of int32_to_float_fmul_scalar libavcodec
2008-12-17 michael Fix svq3 decoding, is_complex was not initialized. libavcodec
2008-12-17 michael Replace != 0 || check by | libavcodec
2008-12-17 michael Split filter_mb_dir() out of filter_mb(). libavcodec
2008-12-17 mru AC3: fix strict aliasing violation in parser libavcodec
2008-12-17 mru AAC: fix strict aliasing violation in parser libavcodec
2008-12-17 mru ARM: replace "armv4l" with "arm" libavcodec
2008-12-17 diego Remove obsolete and misleading comments. libavcodec
2008-12-16 michael Fix indention, also do a little vertical alignment of changed lines. libavcodec
2008-12-16 stefano Implement av_set_string3(). libavcodec
2008-12-16 michael Factorize 3 multiplications out, code becomes 3 cpu cycles faster. libavcodec
2008-12-16 michael Move ENABLE_SMALL back to the per MB check, as otherwise gcc wont remove libavcodec
2008-12-16 michael Do not recalculate constant part of is_complex for every MB. libavcodec
2008-12-16 michael Support the new lossless mode. libavcodec
2008-12-16 mru dct-test: add ARM IDCTs libavcodec
2008-12-16 mru dct-test: add PARTTRANS permutation libavcodec
2008-12-16 michael Horizontal and vertical prediction functions needed for new lossless mode libavcodec
2008-12-16 benoit Add const qualifiers to decode functions. libavcodec
2008-12-16 benoit Fix warning "format not a string literal and no format arguments". libavcodec
2008-12-16 conrad Workaround for shared libs on OS X with Apple gcc 4.0.1 libavcodec
2008-12-15 benoit Check extradata is large enough. libavcodec
2008-12-15 stefano Implement the av_set_number2() internal function, which makes possible libavcodec
2008-12-15 stefano Remove ending period in a log message, which was inconsistent with libavcodec
2008-12-15 diego Switch xvmc over to a CONFIG_ option. libavcodec
2008-12-15 diego whitespace cosmetics libavcodec
2008-12-15 mru ARM: NEON optimised h264_idct_dc_add libavcodec
2008-12-15 mru ARM: NEON optimised h264_idct_add libavcodec
2008-12-15 mru ARM: NEON optimised H.264 8x8 and 16x16 qpel MC libavcodec
2008-12-15 mru ARM: NEON optimised H.264 loop filter libavcodec
2008-12-15 mru ARM: NEON optimised {put,avg}_h264_chroma_mc[48] libavcodec
2008-12-15 mru ARM: NEON optimised simple_idct libavcodec
2008-12-15 mru ARM: NEON optimised put_pixels functions libavcodec
2008-12-15 diego Avoid invasion of POSIX-reserved _t namespace. libavcodec
2008-12-15 kostya Fix one peculiar case in Smacker decoding. libavcodec
2008-12-15 diego Avoid POSIX-reserved _t in identifier names. libavcodec
2008-12-15 michael Enable filter_mb_fast if CODEC_FLAG2_FAST is set. libavcodec