409 Commits (3aa9ede400d2d4a91bf2f208d225df05e8677459)

Author SHA1 Message Date
Jeff Downs 3aa9ede400 Revert 12838 to redo it the right way (use svn copy to create new 17 years ago
Jeff Downs e6cfd8fffb Move decode_significance_x86() and decode_significance_8x8_x86() to 17 years ago
Michael Niedermayer faf3dfb94b Avoid crash with idiotic cropping. Fixes crash with CVFC1_Sony_C.jsv 17 years ago
Diego Biurrun d952638699 typo: occured --> occurred 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Michael Niedermayer 9d2cc8c1ee If consumed does not match nalsize, favor nalsize. 17 years ago
Diego Biurrun 2cab640129 typo fixes 17 years ago
Aurelien Jacobs 9701840bb5 add FF_ prefix to all (frame)_TYPE usage 17 years ago
Loren Merritt be0995b166 more aspect ratios added in one of the ammendments 17 years ago
Michael Niedermayer cea9642014 Fix ;; 17 years ago
Loren Merritt ffbc5e04ce "swap first two elements of L1 if L0 and L1 are identical" applies after splitting the lists into fields 17 years ago
Loren Merritt 02f7695b0b fix mbaff diagonal neighbor mv 17 years ago
Loren Merritt 50b3ab0fa5 mbaff spatial direct 17 years ago
Michael Niedermayer 30317501a0 consts 17 years ago
Michael Niedermayer 7526ade238 Indention, it seems i have forgotton to commit this. 17 years ago
Andreas Öman 1710856cb1 Fix the following warnings: 17 years ago
Jeff Downs 79db7ac6ef Fix memory leak in h264 decoder. allocated_edge_emu_buffer was being allocated 17 years ago
Reimar Döffinger 766324fc49 Add and use DECLARE_ASM_CONST for constants used in assembler code. 17 years ago
Michael Niedermayer cb077b7aa3 Fix crash for CAVLC->CABAC switch caused by writing into NULL tables. 17 years ago
Diego Biurrun 6bf398a030 Add #undef printf and disable non-functional code to make test program compile. 17 years ago
Diego Biurrun 07e4e3ea8b Consistently use TEST as the preprocessor condition to enable test code. 17 years ago
Reinhard Nissl 8293fea57e Fix problem with multithreaded decoding, introduced by r11214. 17 years ago
Diego Biurrun 5d81d64175 cosmetics: comment typo fixes 17 years ago
Kostya Shishkov 626464fb53 Make fill_rectangle() available for other decoders 17 years ago
Jeff Downs 9a1feb8608 Fix brain-dead parts of r11216, specifically: 17 years ago
Jeff Downs aeb59e839f Ensure that our total reference frame count does not exceed the SPS 17 years ago
Jeff Downs 41f7e2d11d Actually return with an error condition if we're being asked to deal with too 17 years ago
Jeff Downs 33e0073129 Make h264 decoder conform to requirements of mpegvideo's MPV_frame_start. 17 years ago
Jeff Downs 36e097bce4 Fix non_zero_count_cache for deblocking in field pictures. 17 years ago
Panagiotis Issaris b17270878e Verify long_ref_count!=0. Fix issue 281. 17 years ago
Jeff Downs cf653d0811 Initialize function pointers used by error resilience code before any 17 years ago
Vitor Sessak 52b541ad79 spelling 17 years ago
Diego Biurrun f8a80fd69d main() --> main(void) 17 years ago
Jeff Downs e240f898ff Call mpegvideo flush routine on h264 flush. Needed in particular 17 years ago
Reinhard Nissl ce5d17f590 Provide top_field_first logic for h264 17 years ago
Jeff Downs ad426590d8 Fix deblocking filter for field pictures by properly looking for first 17 years ago
Jeff Downs c0a8500015 Fix poc for field pictures. Prior to this, the poc of the second field 17 years ago
Jeff Downs 84a8596d23 Correct assignment of interlaced_frame; was being set on output frames, 17 years ago
Jeff Downs 2143b11853 Fix chroma mv offsets for PAFF in a way that is compatible with MBAFF by 17 years ago
Martin Zlomek 44a7e65a51 Fix mix-up of values in r10690 (deblocking for PAFF). 17 years ago
Jeff Downs 0d43dd8c2d Simplify tests for field macroblocks 17 years ago
Jeff Downs 5e832bc28f Interlaced pictures (not just MBAFF) + spatial direct mode is not 17 years ago
Carl Eugen Hoyos 2fe279f9f9 Set pict->interlaced_frame if returned frame is MBAFF or PAFF. 17 years ago
Jeff Downs 03d3cab876 fix incorrect check for abs_diff_pic_num overflow 17 years ago
Andreas Öman f6e3c4603d reindent 17 years ago
Carl Eugen Hoyos d6c52130f7 Enable PAFF decoding 17 years ago
Jeff Downs 12d96de3ac Manage Picture buffers for fields as well as frames. Pair complementary fields into one MPV Picture. 17 years ago
Martin Zlomek ac6b423b0c Fix deblocking for PAFF content 17 years ago
Jeff Downs 5a421d538e Re-indent after PAFF MMCO implementation patch. 17 years ago
Jeff Downs 0ae969faed Augment MMCO execution to work with both fields and frames. Part of PAFF 17 years ago