5406 Commits (68bf8d83c5dcafe50f775dd1bf110928bf986645)

Author SHA1 Message Date
  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
  Michael Niedermayer 3dd2a1c53f warn user if max=bitrate && max > min 18 years ago
  Michael Niedermayer 611e7bc41b support raw 4bpp avi 18 years ago
  Michael Niedermayer 3bdc2fcea6 make the reference code use double instead of float where it is easy 18 years ago
  Michael Niedermayer 86c624af1b print max and mse 18 years ago
  Christophe Gisquet 7919d10c61 Make bicubic interpolation standard compliant 18 years ago
  Justin Ruggles 8b60bbbf5b simplify stereo rematrixing 18 years ago
  Justin Ruggles b6acc57f88 change 2 fields from context to local variables 18 years ago
  Justin Ruggles 8fbb368d2c BLOCK_SIZE is not used properly, just use numbers instead to avoid confusion 18 years ago
  Justin Ruggles 7bfd22f25a remove broken downmixing. will add new implementation later. 18 years ago
  Panagiotis Issaris edecaff8c2 Take care of some renames (Doxygen and function name) after the previous pure rename patch. 18 years ago
  Panagiotis Issaris bd38efffe8 Rename h264dsp.c to h264dspenc.c 18 years ago
  Diego Biurrun 1903245071 Ahem, fix typos overlooked in last commit. 18 years ago
  Diego Biurrun df3a80b50a cosmetics: misc typo fixes 18 years ago
  Panagiotis Issaris 6611c0b4c9 Replace a return of -1 with ENOMEM. 18 years ago
  Michael Niedermayer 8950f82879 detect voxware (closes issue39) 18 years ago
  Michael Niedermayer 0eb7d78066 remove "Advanced Prediction Mode not supported" spam 18 years ago
  Michael Niedermayer 59ba3fd0b6 also support DEBUG_PICT_INFO for h263i 18 years ago
  Michael Niedermayer 1be7c87fdd move show_pict_info() to its own function 18 years ago
  Aurelien Jacobs 977f6a9049 remove wrong const qualifier 18 years ago
  Stefan Gehrer 5d2b15b870 have less functions as inline 18 years ago