437 Commits (be390a4e2e71e21fd6185185a7f5c882ff16ed05)

Author SHA1 Message Date
Michael Niedermayer 1d42f41091 indent 17 years ago
Michael Niedermayer 7a9dba3cd6 SVQ3 uses the JPEG variant of YUV 4:2:0. 17 years ago
Alexander Strange 64b9d48f76 Move the size of the H264Context delayed_pic array into a #define. 17 years ago
Måns Rullgård e1f15d3836 H264: fix index range assert() in remove_short_at_index() 17 years ago
Jason Garrett-Glaser 3a8322b133 H264: Fix decoding with CABAC/delta_qp/PCM macroblocks. 17 years ago
Michael Niedermayer 7445f9cc67 fix IPCM_decode_error.h264 17 years ago
Alexander Strange 58cc7dd9fc Cosmetics: split a long line. 17 years ago
Alexander Strange 92ed1ec957 Use get_cabac_bypass_sign instead of an if/else. 17 years ago
Alexander Strange 142ee5d73d Reorder the if/else for residual cats to match gcc's branch prediction. 17 years ago
Alexander Strange 47775cb8de Simplify loop condition for readability. 17 years ago
Alexander Strange 9f734c3b57 Reindent. 17 years ago
Alexander Strange 9588ec340c Clone decode_cabac_residual() for DC residuals, to get rid of a bunch of branches in the main loop. 17 years ago
Alexander Strange 2e254bc583 Don't generate two copies of hl_decode_mb() under ENABLE_SMALL. 17 years ago
Alexander Strange fedec603db Don't test for H264 encoding unless an encoder exists. 17 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Carl Eugen Hoyos 7e14f14584 Warn about unimplemented H264 feature. 17 years ago
Pascal Massimino ae899d12ae in TRUNCATED mode, use residual fragments in ParseContext 17 years ago
Diego Biurrun 9c852bcf58 cosmetics: spelling typo fixes 17 years ago
Diego Biurrun f4433de9ef consistency cosmetics: indices --> indexes 17 years ago
Michael Niedermayer 4806b9226c print direct_spatial_mv_pred 17 years ago
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