17096 Commits (bc1d2afb3757ef89d23fd3f91202a3400e3c76da)
 

Author SHA1 Message Date
Michael Niedermayer a5b807a6c1 Replace /2 by >>1 in decode_cabac_mb_dqp() 16 years ago
Michael Niedermayer 1aea5d35e5 Simplify ctx update in decode_cabac_mb_dqp(). 16 years ago
Michael Niedermayer 7cfca0dfd8 Simplify ctx calculation in decode_cabac_mb_dqp() 16 years ago
Alexander Strange d43696309a Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of NALs in rbsp_buffer. 16 years ago
Alexander Strange 1ca610c015 Allocate and clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of mkv 16 years ago
Jason Garrett-Glaser 712ca84c21 Move filter_luma_intra into dsputil for later addition of asm. 16 years ago
Jason Garrett-Glaser b9fe706305 Simplify chroma AC in CABAC residual decoding. 16 years ago
Michael Niedermayer 8955b66950 Optimize ctx calculation in decode_cabac_mb_mvd(), code by dark shikari. 16 years ago
Michael Niedermayer 17779f39b6 Remove unacceptable NULL pointer hack from mc code. 16 years ago
Michael Niedermayer 04618b98e3 Check ref values in CABAC H.264 for validity. 16 years ago
Michael Niedermayer c25ac15a07 Move idct_(dc)add closer to where it is needed. 16 years ago
Michael Niedermayer aebb5d6d96 indent 16 years ago
Michael Niedermayer 96465b90a1 Reorder ifs in chroma hl_decode_mb to avoid a duplicate transform_bypass 16 years ago
Michael Niedermayer 6456d6d87c s/h->cbp_table[mb_xy]/h->cbp/ 16 years ago
Michael Niedermayer 04824298a9 Faster CAVLC decoding of trailing_ones. Based on a patch by dark shikari. 16 years ago
Jason Garrett-Glaser 93445d1617 Replace i by trailing_ones, part of a patch by dark shikari. 16 years ago
Michael Niedermayer c375d87f6f Remove if() surrounding decode_cabac_mb_type() that can never be true. 16 years ago
Michael Niedermayer c325b5054f Remove unreachable else clause, found by dark shikari. 16 years ago
Michael Niedermayer dae006d7d7 Remove useless IS_8x8DCT check i forgot, spotted by dark shikari. 16 years ago
Michael Niedermayer 2a5a9c2815 10l, svq3 didnt set h->cbp, this broke decoding a little. 16 years ago
Baptiste Coudurier 364df7b7b9 cosmetics, remove useless parenthesis and whitespaces 16 years ago
Baptiste Coudurier a15328249d set alac channels from extradata, fix alac mono in m4a 16 years ago
Kostya Shishkov efeb298ea0 cosmetics: remove one unneeded space 16 years ago
Michael Niedermayer 1eb960352b Do not calculate idct_dc_add/idct_add when the variables are unused. 16 years ago
Michael Niedermayer 62bc966f8f Remove redundant nnz variable. 16 years ago
Michael Niedermayer 0a8ca22f4e indent 16 years ago
Michael Niedermayer 2fd1f0e026 Use the new idct functions (except chroma as it was slower in benchmarks) 16 years ago
Michael Niedermayer ac22385931 H.264 idct functions that include the chroma, inter luma and intra16 luma loops 16 years ago
Ronald S. Bultje 1d217cdb3f Make asf_get_packet() and asf_parse_packet() public for use in RTSP-MS and 16 years ago
Ronald S. Bultje d7fb5a18fc Add a ByteIOContext argument to ASF functions that will be shared with the 16 years ago
Michael Niedermayer 49c084a745 Skip non intra luma code when there is no coded luma. 16 years ago
Loren Merritt 00794ed0d9 1.6x faster pred*_vertical_add_c 16 years ago
Michael Niedermayer 621561cdf3 Skip chroma handling when there is no coded chroma. 16 years ago
Stefano Sabatini 3749076c77 Fix weird indent. 16 years ago
Stefano Sabatini 7bbacf9a0c Implement size autodetection if one of the width and height 16 years ago
Stefano Sabatini 406c580854 Replace the width and height fields in VideoData with a struct 16 years ago
Stefano Sabatini 9580ba2676 Replace frame_rate and frame_rate_base fields in VideoData with an 16 years ago
Stefano Sabatini 5c3383e5b5 Fix opt_default(), making it exit immediately in case of an invalid 16 years ago
Kostya Shishkov 17b17c53f4 add const qualifier to some pointers for input data 16 years ago
Kostya Shishkov bb39171beb use precalculated mb_pos where available 16 years ago
Måns Rullgård f8c5adaf9c ARM: make FASTDIV() an inline function 16 years ago
Kostya Shishkov 6c3fca6479 Merge deblocking pattern with CBP for RV30/40 loop filtering 16 years ago
Kostya Shishkov 26bc319c1d Generate correct deblock pattern for RV30 16 years ago
Kostya Shishkov f610fc81c1 Unfortunately RV30 luma thirdpel MC functions cannot be substituted with 16 years ago
Kostya Shishkov 6a4583e925 4l: TIFF stores short strings inside tag, do not interpret it is as an offset 16 years ago
Marc Mason 124c21d79f Check function prototype in check_asm function to avoid compiler warnings. 16 years ago
Benoit Fouet 8b2386dc5a Add jp2 support to img2 demuxer. 16 years ago
Guillaume Poirier 5f51afd602 add AltiVec implementation of int32_to_float_fmul_scalar 16 years ago
Baptiste Coudurier 18cb36fd57 activate jpeg2000 fourcc in mov/mj2 16 years ago
Michael Niedermayer 54dab66174 Fix svq3 decoding, is_complex was not initialized. 16 years ago