11406 Commits (b7dc88fc68759ddd79caf291d75e715930362aac)

Author SHA1 Message Date
Vitor Sessak fe89ccd162 Fix spelling in comment 15 years ago
Vitor Sessak efb0102fef Add commented-out unoptimized code to improve readability 15 years ago
Carl Eugen Hoyos 8ef4f92b0d Process packed bitstream also for VDPAU. 15 years ago
Aurelien Jacobs bc99737689 revert r22112 which broke playback of cathedral-beta2-400extra-crop-avc.mp4 15 years ago
Michael Niedermayer 8897b247a5 Remove some unneeded fill_rectangle() for 16x16 blocks. 15 years ago
Carl Eugen Hoyos a882cf9c21 Make av_build_filter static (and remove av_): It is not used outside resample2.c. 15 years ago
Carl Eugen Hoyos 406aa93fd0 Make av_get_bit_rate() static and remove av_, the function is only used 15 years ago
Carl Eugen Hoyos 88f83607b6 Include libxvid_internal.h: It contains the prototype for av_tempfile(). 15 years ago
Carl Eugen Hoyos 30f7682404 Make the following functions static (and remove ff_), they are only used 15 years ago
Carl Eugen Hoyos 5dfa637cca Make function get_channel_name() static: It is only used in audioconvert.c. 15 years ago
Janusz Krzysztofik 7c994c366c Process picture aspect ratio changes in H.264. 15 years ago
Carl Eugen Hoyos 4443c0e9a9 Include internal.h and imgconvert.h, they contain the prototypes for the 15 years ago
Carl Eugen Hoyos ccd17ea13c Include msrledec.h: It contains the prototype for ff_msrle_decode(). 15 years ago
Carl Eugen Hoyos 862715d3fe Include atrac.h: It contains the prototypes for atrac_generate_tables() 15 years ago
Carl Eugen Hoyos c6e1599b8a Include mpegaudiodecheader.h: It contains the prototype for 15 years ago
Carl Eugen Hoyos 770128c448 Remove declaration of unused variables. 15 years ago
Carl Eugen Hoyos dacd7842d5 Include h263_parser.h: It contains the prototype for 15 years ago
Carl Eugen Hoyos dd6c2534ed Include mpeg4video.h: Needed for declaration of ff_mpeg4_decode_picture_header. 15 years ago
Reimar Döffinger eb285cfe8e Fix avcodec_align_dimensions to return values suitably aligned for FLV decoding 15 years ago
Jindřich Makovička 8590e6d529 Strides in Indeo 5 reconstruction filter should be signed, 15 years ago
Kostya Shishkov e322aacedd Encapsulate VLC information needed for decoding blocks and macroblocks in 15 years ago
Kostya Shishkov 4982a77e56 Make it clear that ff_ivi_init_static_vlc() does not need arguments 15 years ago
Michael Niedermayer ce9c691616 Merge h->slice_table[left_xy[0/1] ] checks, 4 cpu cycles speedup 15 years ago
Michael Niedermayer 82fb5bb2ee Split *_type setting up, 4 cpu cycles faster. 15 years ago
Zhou Zongyi 821fe7f3e6 Optimize (amvd>2)+(amvd>32), about 1 cpu cycles faster. 15 years ago
Laurent Aimar 4e06acbde4 Fixed a segfault in the DCA decoder with corrupted streams. 15 years ago
Vitor Sessak 4784b0922f Do not read beyond end of input in EA-TGV. This should avoid FATE test #362 15 years ago
Michael Niedermayer cf41a02b1b Only load the topleft mv/ref when the topright is unavailable. 15 years ago
Michael Niedermayer cf7b67bc40 Remove some useless operations from the code setting left_cbp. 15 years ago
Michael Niedermayer 59b5370f02 Simplify code to set cbp_* 15 years ago
Benoit Fouet 5818418758 Fix typos in ref_index documentation. 15 years ago
Michael Niedermayer 747db4e31a Move init of right side of ref_cache from fill_caches() to init_the_darn_decoder(). 15 years ago
Michael Niedermayer 77c6edb846 Remove 3 mv_cache zeroing instructions that zeroed the right side. 15 years ago
Michael Niedermayer 8f8497ae78 Remove useless check of the 2 left MBs of a pair being in the same slice. 15 years ago
Michael Niedermayer f57a5dcd4e Clarify ref_index. 15 years ago
Michael Niedermayer 6e2fe0f20a Remove unneeded line of code from the neighbor setting code in h264. 15 years ago
Michael Niedermayer aa5ee59eee Simplify code in mv_pred. 15 years ago
Michael Niedermayer 358b5b1a59 Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride to 15 years ago
Michael Niedermayer 3b606e71c4 svq3 now in working condition, at least vissually, ill let fate tell us 15 years ago
Michael Niedermayer fc7f7f171f fix compilation, sorry ive not checked cvslog for a while :((( 15 years ago
Michael Niedermayer 36b54927fd Dont allocate direct_table 8 times too large. 15 years ago
Michael Niedermayer 5e350863cc Store data in direct_table interleaved. 15 years ago
Michael Niedermayer 013202d720 Simplify intra4x4_pred_mode_cache init. 15 years ago
Michael Niedermayer 662a5b2370 Reorder intra4x4_pred_mode so that we can read/write 4 values at once. 15 years ago
Michael Niedermayer 5b0fb5244d Store intra4x4_pred_mode per row only. 15 years ago
Michael Niedermayer c2186cbddc unroll tiny and trivial loop. Same speed but clearer. 15 years ago
Michael Niedermayer e1c88a2138 Cut the size of mvd_table by yet another factor of 2. 15 years ago
Michael Niedermayer d43c192236 Keep mvd_table values of only 2 mb rows. 15 years ago
Alex Converse c4a90caae2 aac: Keep decode_band_types() from eating all padding at the end of a buffer. 15 years ago
Michael Niedermayer 09ef1ace4b 3rd and hopefully last 100l fix. 15 years ago