31 Commits (87f50d273354fbf5a78d13cf7ec7d6f3b1b49a00)

Author SHA1 Message Date
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 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
Michael Niedermayer 02dc898338 alignment fix 20 years ago
Michael Niedermayer 4cfbbbde42 count errors instead of printing 2^31 20 years ago
Michael Niedermayer ec892563ae reset ref_index 20 years ago
Michael Niedermayer 0dfd33c3f1 support skiping of mb rows during decoding 21 years ago
Michael Niedermayer 6c08a05743 10l (segfault fix) 21 years ago
Michael Niedermayer 137c8468e8 unify table indexing (motion_val,dc_val,ac_val,coded_block changed) 21 years ago
Michael Niedermayer c62c07d3d7 multithreaded mpeg2 decoding 21 years ago
Michael Niedermayer 8f2ab83318 copyright year update of the files i touched and remembered, things look annoyingly unmaintained otherwise 21 years ago
Michael Niedermayer 967be70050 memleak fix 21 years ago
Michael Niedermayer bb198e198a interlaced motion estimation 21 years ago
Michael Niedermayer 622eb8367b 10l (segfault fix) 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
Michel Bardiaux 9b87956678 av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
Fabrice Bellard 02c28fe629 avoid warning 21 years ago
Michael Niedermayer 7d1c3fc1d6 rate distortion mb decision support 21 years ago
Ivan Kalvachev 2e7b4c8442 initial XvMC support 21 years ago
Michael Niedermayer db6e779506 motion vector vissualization for mpeg1/2 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 0aae3f43e4 fixing slice decoding, dunno why the regression tests didnt catch that ... 22 years ago
Michael Niedermayer 46b4feec06 error resilience cleanup (its faster too...) 22 years ago
Michael Niedermayer b536d0aad2 field pic decoding cleanup 22 years ago
Michael Niedermayer 983e3246b7 per file doxy 22 years ago
Zdenek Kabelac 0c1a9edad4 * UINTX -> uintx_t INTX -> intx_t 22 years ago
Michael Niedermayer dc172cc13b use spatial error concealment if we dont have a previous frame 22 years ago
Michael Niedermayer 1e491e29c2 cleanup 22 years ago
Zdenek Kabelac eb4b3dd3c3 * using DSPContext - so each codec could use its local (sub)set of CPU extension 22 years ago
Michael Niedermayer b8a78f419d reversing header game 22 years ago
Michael Niedermayer 4d2858deac better/cleaner error resilience (done in a 2nd pass after decoding) 22 years ago