10542 Commits (160ab30fcccea5697b2c065e7647c370e321cca6)
 

Author SHA1 Message Date
Michael Niedermayer aebe25f3b1 remove the mailinglist still preferred note, roundup is much nicer even though 17 years ago
Michael Niedermayer fec401f718 properly implement "user specified start time offset" which was added in r3217 17 years ago
Alex Beregszaszi feb7bc6771 cosmetics: be sure all lines fit into 79 characters 17 years ago
Alex Beregszaszi 26ba823519 cosmetics: indent correctly 17 years ago
Glenn A. Serre 1a3f0ca2e0 Use getCachedContext instead getContext to support resolution change. Patch by Glenn A. Serre 17 years ago
Diego Biurrun 3e5008a922 Reduce Theora decoder verbosity. 17 years ago
Michael Niedermayer 02b15cc811 move code which adds a AVPacket into the packet buffer into its own function 17 years ago
Michael Niedermayer 392b748293 output last frame if seq end code is encountered 17 years ago
Marc Hoffman 61eade27bd correct order of fixedpoint in CONFIG list 17 years ago
Diego Biurrun 319919734d Remove unused variable. 17 years ago
Michael Niedermayer 037df60e05 simplify s->mv_dir init 17 years ago
Marc Hoffman c16c584a4a --enable-fixedpoint, for configuring fixedpoint optimizations, this is just the config aspect 17 years ago
Michael Niedermayer 2f446d3860 get rid of mb_type_len 17 years ago
Michael Niedermayer 653f738780 exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane, 17 years ago
Michael Niedermayer 04b502fa36 exchange if() and for() in the MT_FIELD case 17 years ago
Michael Niedermayer f4fbcd33d9 exchange for() and if() order in the MT_FRAME case 17 years ago
Marc Hoffman dc1ecb6a4a making reference models have the same API 17 years ago
Michael Niedermayer 356ab1dace change 17 years ago
Måns Rullgård 93b3c0834d replace some "disabled" calls with "! enabled" 17 years ago
Michael Niedermayer 2952d13ad5 merge another 2 if() to save a few cpu cycles 17 years ago
Michael Niedermayer 09d1bee89e reorder if() so that the condition can be simplified 17 years ago
Michael Niedermayer 0ac6b5a301 merge/simplify 2 if() 17 years ago
Michael Niedermayer fecc146b28 merge 2 if() 17 years ago
Diego Biurrun af88ae54f4 alphabetical order 17 years ago
Diego Biurrun e555e7b29e Remove redundant variable declarations. 17 years ago
Baptiste Coudurier 81752d0c2b use buf_ptr to correctly decode second field 17 years ago
Michael Niedermayer d8d0d0b282 move gray so as to not introduce further misordering 17 years ago
Michael Niedermayer 9d92cce1ff remove unneeded gray="no" 17 years ago
Marc Hoffman 8dd16fe049 adding myself to the CREDITS 17 years ago
Justin Ruggles dfd57c366f align array used in mdct. fixes segfault. 17 years ago
Michael Niedermayer 873525491e use ENABLE_GRAY 17 years ago
Michael Niedermayer cde9e78001 make grayscale only decoding checks in inner loops compiletime killable 17 years ago
Michael Niedermayer 01e795aba3 move some code which was executed for every skipped MB so it is only executed 17 years ago
Michael Niedermayer 4152c5ce14 get rid of a useless variable 17 years ago
Michael Niedermayer 7ceab4af35 avoid 2 additions (1 cpu cycle) per MB 17 years ago
Michael Niedermayer 5bfbf0a54f chroma_qscale seems not used anywhere for mpeg1/2 so do not waste cpu time setting it 17 years ago
Panagiotis Issaris b9ca204284 Fix typo 17 years ago
Benoit Fouet d2ace376b0 fill title, author, copyright and comment fields by parsing udta atom 17 years ago
Michael Niedermayer 10a7571b09 deal with the case where one of pts,dts has wrapped but the other has not 17 years ago
Daniel Kristjansson 29d2dc59f9 fix mem leak 17 years ago
Diego Biurrun c7bf7a8267 Identifiers starting with underscores are reserved. 17 years ago
Andreas Öman d4a688d029 fix cabac decoding with some Blue-Ray sources 17 years ago
Michael Niedermayer 90f66438a5 kill antiwrapping code, i do not think this did anything good 17 years ago
Roman Shaposhnik f49f6e8889 replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32 17 years ago
Panagiotis Issaris 6654296c30 Handle malloc failure 17 years ago
Baptiste Coudurier bffcf2ebbf treat NONE as U8 to fix qtNONE/000_0032.MOV, this should not any have side effect since if bps is 16 in stsd, codec will be changed to s16be, just yell if this breaks any sample 17 years ago
Michael Niedermayer a11c2a2c66 support silly PCM variant used by zork nemesis 17 years ago
Michael Niedermayer 2711cb28f4 prevent assert failure with negative quant_offset 17 years ago
Michael Niedermayer 3dd2a1c53f warn user if max=bitrate && max > min 17 years ago
Michael Niedermayer 611e7bc41b support raw 4bpp avi 17 years ago