14208 Commits (bea91b8c2931e3263ca68003a888df2592176587)
 

Author SHA1 Message Date
Michael Niedermayer b81cf27484 printing error messages if something is wrong instead of just return NULL; 23 years ago
Michael Niedermayer 8a01d20ccb filterPos bugfix (only nearest neighbor scaling was affected) 23 years ago
Michael Niedermayer 6ff0ad6bfd MMX(2) optimized YUY2 input 23 years ago
Michael Niedermayer 1747031459 printing correct format info 23 years ago
Michael Niedermayer 1e621b18b2 YUY2, BGR24, BGR32 input support (no mmx yet) 23 years ago
Michael Niedermayer 1f347f225d -sws 2 is default now 23 years ago
Michael Niedermayer 6c7506de1c YV12 like formats support (I420/IYUV) 23 years ago
Michael Niedermayer 4b6388d1f5 top row bugfix 23 years ago
Michael Niedermayer d8863d37e2 area averageing scaling support (-sws 5) (is identical to bilinear for upscale) 23 years ago
Michael Niedermayer ff7ba85694 nearest neighbor / sdl emulation ;) scaling (-sws 4) 23 years ago
Michael Niedermayer bdd677ac13 minor QP bugfix 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
Michael Niedermayer fd2848053f minor bugfix in the -v output 23 years ago
Michael Niedermayer 5521b193d6 15/16 bit dithering in C (5% slower, can be disabled by comenting #define DITHER1XBPP out) 23 years ago
Michael Niedermayer fe8054c0ff copyright(swscaler) = GPL 23 years ago
Nick Kurshev c7997007be Small simple idct improvement for Alpha by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de> 23 years ago
Michael Niedermayer 5cebb24be0 a few filters (should be removed/merged when arpis videofilter stuff is finished) 23 years ago
Michael Niedermayer c7f822d95e general convolution filtering of the source picture 23 years ago
Felix Bünemann 635b3ec6dd add mangling 23 years ago
Nick Kurshev 91d1f1a432 Alpha optimizations 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 7f56a52795 101 23 years ago
Michael Niedermayer 28bf81c90d removed global vars so that multiple swscalers can be used 23 years ago
Alban Bedel cbf5fa71c9 Added reverting support for -pp and -npp options 23 years ago
Felix Bünemann bf1595c488 fix mangling with runtime cpu detection 23 years ago
Felix Bünemann 9b4644281d mangle for win32 in postproc 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 162c9c2e0d dont print -npp parser debug info if only -v 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