417 Commits (88a50f6c929abdd450c8269a49d26dcd1b4a219a)

Author SHA1 Message Date
Alexander Strange bff2266a7f Remove newly unused variables. 17 years ago
Alexander Strange d2b54ec801 Use h->mb_xy directly in decode_cabac_residual(). 17 years ago
Alexander Strange 64514ee8de Store mb_xy in H264Context and only calculate it once per MB. 17 years ago
Carl Eugen Hoyos e0a0c85dbd One const per declaration is enough. 17 years ago
Jason Garrett-Glaser 144783887c Use a state machine to reduce branching logic in decode_cabac_residual. 17 years ago
Stefano Sabatini 6140271f54 Add some long names to AVCodec declarations. 17 years ago
Vladimir Voroshilov 159ef4b02a Implement FFMAX3(a,b,c) - maximum over three arguments. 17 years ago
Jeff Downs 52cb7981e2 Redo r12838, this time using svn copy to create h264_i386.h from cabac.h. 17 years ago
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