2323 Commits (fdb86eb10d53b73f61bc86c280fa5f8f50233bf1)

Author SHA1 Message Date
Zdenek Kabelac 8257bf0534 * eliminating duplicated code from MPV_common_end 23 years ago
Zdenek Kabelac 3232bc885d * using static instead of extern 23 years ago
Zdenek Kabelac b4cc15e75e * continue after error in msmpeg4_decode_mb - helps for some movie samples 23 years ago
Michael Niedermayer bb6f51aeab avoid overflow of picturenumber*fps*10000 23 years ago
Michael Niedermayer 3696d2bb83 block_last_index was too large (in mpeg1 decoding) 23 years ago
Juanjo b4dbd87c04 - Minor changes on bitrate control 23 years ago
Michael Niedermayer d8cf5aea49 optimized the normal bitstream writer, its faster than the alternative one on p3 now ... lets hope its at least not slower on p4 & k7 23 years ago
Michael Niedermayer f004ca1c1b optimized encode_dc() (+2% speed on P3 for mpeg1 intra only encodings) 23 years ago
Michael Niedermayer 80feb2a23e optimize mpeg1_encode_block() 23 years ago
Michael Niedermayer 4f0f8bfce3 aligned bitstream writer (1% slower on p3 but perhaps its faster on p4?) 23 years ago
Michael Niedermayer 17592475b3 alternative bitstream writer (disabled by default, uncomment #define ALT_BISTREAM_WRITER in common.h if u want to try it) 23 years ago
Juanjo e03c341ef3 - More work on preliminary bit rate control, just to be able to get an 23 years ago
Juanjo 37fbfd0a91 - Now the ME is done for the entire picture when enconding, the 23 years ago
Juanjo 81401c1fbc - Fixes on RTP and GOB headers for H.263. 23 years ago
Arpi 3cb32e3d1f PATCH by Rik Snel <rsnel@cube.dyndns.org> 23 years ago
Arpi 80e103d04c PATCH by Rik Snel <rsnel@cube.dyndns.org> 23 years ago
Michael Niedermayer fa778d53ad workaround gcc 2.95.2 bug 23 years ago
Michael Niedermayer 0b2540a0c1 avoid copying input when encoding non intra stuff too 23 years ago
Michael Niedermayer d8c2efac4b width or height %16 != 0 bugfix 23 years ago
Michael Niedermayer 6fe84b4327 use multiply instead of divides for DC prediction on X86 23 years ago
Arpi 5dfd24ac98 workaround gcc bug "m" (0) 23 years ago
Zdenek Kabelac 320680d420 * temporal solution for shared lib compilation 23 years ago
Michael Niedermayer 2f349de286 (commit by michael) 23 years ago
Arpi 580b82fa24 (m)jpeg pad/flush with 1 instead of 0, fix by Rik Snel <rsnel@cube.dyndns.org> 23 years ago
Michael Niedermayer 2ddeed44a5 (commit by michael) 23 years ago
Michael Niedermayer d2b3c3d7bb (commit by michael) 23 years ago
Michael Niedermayer 4e3269e87f (commit by michael) 23 years ago
Nick Kurshev c7997007be Small simple idct improvement for Alpha by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de> 23 years ago
Nick Kurshev 1e98dffb7a Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de> 23 years ago
Nick Kurshev 4bdd9157cc Cygwin's mangling by Felix Buenemann <atmosfear@users.sourceforge.net> 23 years ago
Michael Niedermayer 0a8d8945fd (commit by michael) 23 years ago
Michael Niedermayer ae40484c1c (commit by michael) 23 years ago
Michael Niedermayer 5975626d6f (commit by michael) 23 years ago
Michael Niedermayer 3d9fccbf0f (commit by michael) 23 years ago
Michael Niedermayer 4973971e37 (commit by michael) 23 years ago
Michael Niedermayer 6f903d8e27 (commit by michael) 23 years ago
Michael Niedermayer 8bdbae01fe (commit by michael) 23 years ago
Michael Niedermayer 99180fe39d (commit by michael) 23 years ago
Michael Niedermayer badaf88eeb (commit by michael) 23 years ago
Michael Niedermayer 05f361f0c7 (commited by michael / arpi was crazy enough to give me his password) 23 years ago
Arpi eede215681 rv10 sig11 fix by Michael Niedermayer <michaelni@gmx.at> 23 years ago
Michael Niedermayer 5b3438c630 different fix, s->mbintra_table used only if h263_pred set. - patch by Michael Niedermayer <michaelni@gmx.at> 23 years ago
Vladimir Dergachev 01dbbd0a9a This fixes segfaults because of uninitialized s->mbintra_table variable - patch by Vladimir Dergachev <volodya@mindspring.com> 23 years ago
Michael Niedermayer 6fb904ce30 s->c_dc_scale was 7 if s->qscale==2 but should be 8 (the bug is visible in deep red areas in high bitrate clips) - patch by Michael Niedermayer <michaelni@gmx.at> 23 years ago
Arpi 477c35a9f0 mpeg4 encoder fix by Michael Niedermayer <michaelni@gmx.at> 23 years ago
Michael Niedermayer 3587d501a3 aligned bitstream support (optional) - patch by ichael Niedermayer <michaelni@gmx.at> 23 years ago
Michael Niedermayer 27a3e2c5e0 another bitstream reader code (faster on intel cpus) - patch by Michael Niedermayer <michaelni@gmx.at> 23 years ago
Michael Niedermayer bff6ecaa9c AC table reset (memset) optimization - patch by Michael Niedermayer <michaelni@gmx.at> 23 years ago
Michael Niedermayer 5a24083859 fix for non-mmx runtimedetect encoding bugs - patch by Michael Niedermayer <michaelni@gmx.at> 23 years ago
Michael Niedermayer ef093645ef fix different UMV handling for mpeg4 vs. h263 - patch by Michael Niedermayer <michaelni@gmx.at> 23 years ago