2003 Commits (240ae82c51e1d798a93e201e5b34f3fade84f499)

Author SHA1 Message Date
Michael Niedermayer 1f202b0d46 moving motion estimation specific variables from MpegEncContext -> MotionEstContext 21 years ago
Michael Niedermayer af4091f194 reduce dependancy between motion estimation and MpegEncContext 21 years ago
Michael Niedermayer ca8ad84767 dummy avcodec_thread_init() to avoid linking issues 21 years ago
Michael Niedermayer ec6d8af5aa p frame encoding, only with 0,0 motion vectors yet though 21 years ago
Michael Niedermayer 0d8e09f8bf using pointers so the code could eventually be used for P frames 21 years ago
Michael Niedermayer bab97b2f6c width height %64 != 0 fix 21 years ago
Roberto Togni 2a0dbb1efc buffer hints, use reget_buffer, removed copy from previous frame 21 years ago
Michael Niedermayer 14aa9da3d6 color and 10l 21 years ago
Michael Niedermayer fa2ae82206 rate distorted intra only encoding 21 years ago
Michael Niedermayer 5e502c3ff7 10l 21 years ago
Mike Melanson 3b64893dae first pass at a Sorenson Video 1 (SVQ1) encoder 21 years ago
Michael Niedermayer 4ccde216cd support decoding mpeg4 with buggy dc clipping 21 years ago
Michael Niedermayer a7137a0452 mpeg4 dc prediction simplification 21 years ago
Michael Niedermayer 4c263142c5 use AVInteger in av_rescale() so it can finally do 64*64/64 instead of just 64*32/32 21 years ago
Michael Niedermayer 29adde838c arbitrary precision integer support 21 years ago
Roberto Togni ce5b6f63c5 Add buffer hints, enable DR1 21 years ago
Michael Niedermayer c172913a24 cleanup 21 years ago
Michael Niedermayer 77d0e165b1 mmx dct optimization 21 years ago
Michael Niedermayer 3116cb14d1 AMV bug workaround 21 years ago
Michael Niedermayer d01dbeb800 simplify 21 years ago
Michael Niedermayer 1545aceaaf dont missuse assert() 21 years ago
Michael Niedermayer eea8c08fa8 cleanup & memleak fix 21 years ago
Michael Niedermayer 60f41d13ef 10000l 21 years ago
Michael Niedermayer bf266e195a intra_dc_precission>0 encoding support 21 years ago
Michael Niedermayer 844ce49d12 10l 21 years ago
Ivan Kalvachev d1700ead3b cola test 21 years ago
Michael Niedermayer 000a9c02db 10l 21 years ago
Michael Niedermayer e4cb187db8 remove duplicated find_frame_end() code 21 years ago
Michael Niedermayer 20da31792b >2 channels decoding fix 21 years ago
Michael Niedermayer 8aedc51d2b simplify 21 years ago
Mike Melanson 7daabccb5d move the 0x80 vector outside of the function, thus saving the compiler 21 years ago
Mike Melanson f9ed9d8584 separate out put_signed_pixels_clamped() into its own function and 21 years ago
Michael Niedermayer ae4b7d5947 H.263 MCBPC fix 21 years ago
Alex Beregszaszi f4ae934a3b avoid macro conflicts 21 years ago
Alex Beregszaszi d890d4aed1 disable hadamard for gcc below 3.3 - better fix awaited 21 years ago
Alex Beregszaszi 16f5ef9c70 use the AVV macro from gcc_fixes.h instead ifdefs 21 years ago
Alex Beregszaszi d65f20b1ea 100l, and another one because it boils out with ICE under gcc 3.2.3 21 years ago
Mike Melanson 75b4f3c6d6 yes, that's nice... 21 years ago
Mike Melanson 116824d0aa reorganize and simplify the VP3 IDCT stuff 21 years ago
Michael Niedermayer 3c0da30c01 fix decoding with quant matrixes which contain elements <16 21 years ago
Michael Niedermayer 49f3806dd8 rv10 decoding fix 21 years ago
Mike Melanson 92a69cf868 move __align16 some place where non-MMX machines can see it 21 years ago
Mike Melanson 6186b94c13 hush... 21 years ago
Mike Melanson 38acbc3cb9 hook up support for SSE2-optimized VP3 IDCT 21 years ago
Mike Melanson 78a16bfec6 add selected SSE2 ASM macros 21 years ago
Mike Melanson 5f9379007c SSE2-optimized variant of VP3 IDCT 21 years ago
Mike Melanson daae869903 correct MMX-optimized variant of VP3 IDCT, with comments (thank you 21 years ago
Michael Niedermayer f20f8a8b0b support reusing mb types and field select values of the source file, but use motion vectors just as additional predictors 21 years ago
Mike Melanson 7e56cd927b add the minimal documentation to make this decoder useful 21 years ago
James Morrison 0f12310fe2 License change and cpu detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ca>) 21 years ago