5554 Commits (8db13728149c57bdbb5e84ae9bea96513f25c6da)

Author SHA1 Message Date
Baptiste Coudurier 0221ae8ca8 dnxhd 120 progressive support 18 years ago
Baptiste Coudurier 3c605485bb indentation 18 years ago
Baptiste Coudurier 6b259e439c dnxhd 185 interlaced support 18 years ago
Baptiste Coudurier dd661ebd36 cosmetic 18 years ago
Baptiste Coudurier 9a0a2c9f12 no need to duplicate cid table vars in context 18 years ago
Baptiste Coudurier 940e4bf9b9 10l, use correct cid table 18 years ago
Baptiste Coudurier 035bc6470d add coding unit size for interlaced decoding 18 years ago
Baptiste Coudurier 36ebf91206 should be more correct 18 years ago
Michael Niedermayer 1ae7a85116 indent 18 years ago
Justin Ruggles eaf84d970f cosmetics: use braces when it makes the code easier to read. 18 years ago
Justin Ruggles fc59010bbf change AC3DecodeContext variable to local variable 18 years ago
Justin Ruggles 6d96d626c6 use array instead of bitmask 18 years ago
Michael Niedermayer 4e2b9bcc08 Make MPEG-1/2 decoder work with the libmpeg2-style bitstream reader. 18 years ago
Justin Ruggles 3357ff338b use table for converting dynamic range codes to scale factors 18 years ago
Justin Ruggles 5aefe3ebef use floating-point mantissa dequantization tables 18 years ago
Justin Ruggles 04ac5cada1 cosmetics: indentation 18 years ago
Justin Ruggles 60f07fadd3 dither zero-bit mantissas by default. remove dithering only if it's explicitly turned off. 18 years ago
Justin Ruggles d63f6fea50 simplify coefficient decoding 18 years ago
Justin Ruggles 285bf28c67 merge decoding of coupling channel coefficients and regular channel coefficients 18 years ago
Justin Ruggles d7dc7ad05c split out coupling coefficient reconstruction into a separate function 18 years ago
Diego Biurrun 3e5008a922 Reduce Theora decoder verbosity. 18 years ago
Michael Niedermayer 392b748293 output last frame if seq end code is encountered 18 years ago
Diego Biurrun 319919734d Remove unused variable. 18 years ago
Michael Niedermayer 037df60e05 simplify s->mv_dir init 18 years ago
Michael Niedermayer 2f446d3860 get rid of mb_type_len 18 years ago
Michael Niedermayer 653f738780 exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane, 18 years ago
Michael Niedermayer 04b502fa36 exchange if() and for() in the MT_FIELD case 18 years ago
Michael Niedermayer f4fbcd33d9 exchange for() and if() order in the MT_FRAME case 18 years ago
Marc Hoffman dc1ecb6a4a making reference models have the same API 18 years ago
Michael Niedermayer 356ab1dace change 18 years ago
Michael Niedermayer 2952d13ad5 merge another 2 if() to save a few cpu cycles 18 years ago
Michael Niedermayer 09d1bee89e reorder if() so that the condition can be simplified 18 years ago
Michael Niedermayer 0ac6b5a301 merge/simplify 2 if() 18 years ago
Michael Niedermayer fecc146b28 merge 2 if() 18 years ago
Baptiste Coudurier 81752d0c2b use buf_ptr to correctly decode second field 18 years ago
Justin Ruggles dfd57c366f align array used in mdct. fixes segfault. 18 years ago
Michael Niedermayer 873525491e use ENABLE_GRAY 18 years ago
Michael Niedermayer cde9e78001 make grayscale only decoding checks in inner loops compiletime killable 18 years ago
Michael Niedermayer 01e795aba3 move some code which was executed for every skipped MB so it is only executed 18 years ago
Michael Niedermayer 4152c5ce14 get rid of a useless variable 18 years ago
Michael Niedermayer 7ceab4af35 avoid 2 additions (1 cpu cycle) per MB 18 years ago
Michael Niedermayer 5bfbf0a54f chroma_qscale seems not used anywhere for mpeg1/2 so do not waste cpu time setting it 18 years ago
Panagiotis Issaris b9ca204284 Fix typo 18 years ago
Daniel Kristjansson 29d2dc59f9 fix mem leak 18 years ago
Diego Biurrun c7bf7a8267 Identifiers starting with underscores are reserved. 18 years ago
Andreas Öman d4a688d029 fix cabac decoding with some Blue-Ray sources 18 years ago
Roman Shaposhnik f49f6e8889 replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32 18 years ago
Panagiotis Issaris 6654296c30 Handle malloc failure 18 years ago
Michael Niedermayer a11c2a2c66 support silly PCM variant used by zork nemesis 18 years ago
Michael Niedermayer 2711cb28f4 prevent assert failure with negative quant_offset 18 years ago