33 Commits (80581e9887ce9968516ec4d7a6a450eeec6e4ade)

Author SHA1 Message Date
Michael Niedermayer 1c02a9732a fix block corruption caused by clear_blocks() optimization 20 years ago
Michael Niedermayer c0df9d75bd switch to native time bases 20 years ago
Michael Niedermayer dee6dde669 avoid unneeded clear_blocks() 20 years ago
Mike Melanson 160d679c07 Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") 20 years ago
Måns Rullgård 88730be651 kill warnings patch by (Måns Rullgård <mru inprovide com>) 20 years ago
anonymous 0d33db8a4d In that patch: 20 years ago
Michael Niedermayer 4df8ca9df2 warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) 21 years ago
Michael Niedermayer e96682e6f4 some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) 21 years ago
Michael Niedermayer da63aac585 seems wmv8 doesnt use intra-inter prediction 21 years ago
Michael Niedermayer 137c8468e8 unify table indexing (motion_val,dc_val,ac_val,coded_block changed) 21 years ago
Wolfgang Hesseler 8d7ec294c4 move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multimediaware dot com>) 21 years ago
Michael Niedermayer 6beeb962a2 h263 modified quantization fix 21 years ago
Michel Bardiaux 9b87956678 av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
Alex Beregszaszi c58222c56c 10l 21 years ago
Fabrice Bellard acaa20d7bd avoid warning 21 years ago
Mike Melanson ccdaf63dc3 fix identifier to fix compilation 22 years ago
Michael Niedermayer c009df3f86 make ff_emulated_edge_mc() independant of MpegEncContext 22 years ago
Michael Niedermayer 3d2e8cce3a ASV1 codec 22 years ago
Michael Niedermayer 7d6e42792d 10l 22 years ago
Michael Niedermayer 487bce53eb 10l (use before malloc) 22 years ago
Michael Niedermayer 7bc9090a41 simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture 22 years ago
Michael Niedermayer 1f9aea9b91 fixing msmpeg4v2 encoding 22 years ago
Michael Niedermayer 46b4feec06 error resilience cleanup (its faster too...) 22 years ago
Michael Niedermayer 14bea432f1 per context frame_rate_base, this should finally fix frame_rate related av sync issues 22 years ago
Michael Niedermayer 983e3246b7 per file doxy 22 years ago
Michael Niedermayer b0368839ac MpegEncContext.(i)dct_* -> DspContext.(i)dct_* 22 years ago
Wolfgang Hesseler 7604246d1a more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot com>) with modifications by me (s/WOLFGANG/CONFIG_ENCODERS/ and some other fixes) 22 years ago
Zdenek Kabelac 0c1a9edad4 * UINTX -> uintx_t INTX -> intx_t 22 years ago
Zdenek Kabelac 5c91a6755b * static,const,compiler warning cleanup 22 years ago
Michael Niedermayer 69e1a1f26a bugfix 22 years ago
Michael Niedermayer 68f593b484 GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops 22 years ago
Michael Niedermayer 2826984994 fixed wmv2 slices 22 years ago
Michael Niedermayer 1457ab5233 qpel encoding 22 years ago