957
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Independed compilation of SUBDIRS More... over 22 years ago
more speed More... over 22 years ago
* and finaly avoid deadlock at the end of audio stream More... over 22 years ago
* fixes to avoid crash when broken mp3 header is found More... over 22 years ago
* made by Juergen - should be useful for Solaris More... over 22 years ago
* simple fix to avoid memcpy with len < 0 More... over 22 years ago
* prevent crash in decoder More... over 22 years ago
more speed More... over 22 years ago
and another +2% speedup More... over 22 years ago
optimizations (+2% speedup) More... over 22 years ago
brightness / contrast fix/copy optimizations +2% speedup More... over 22 years ago
negative black bugfix More... over 22 years ago
auto brightness/ contrast bugfix getPPModeByNameAndQuality More... over 22 years ago
BGR24 bugfix BGR15 & BGR24 tested More... over 22 years ago
fixed alignment (static variables where sometimes not 8-byte aligned) added half uv interpolation support added prefetch BGR15 support in MMX (untested) (so BGR15,16,24,32 are supported) special unscaled height version (not much faster but it doesnt interpolate uv vertically) More... over 22 years ago
more logic behavior if the altenative deblock filters are used (turning a alt filter on without turning the deblock filter on uses the alt filter instead of using no filter now) More... over 22 years ago
first line bug fixed (happend if the image was scaled down or 1:1) More... over 22 years ago
PP_FUNNY_STRIDE disabled More... over 22 years ago
added compiletime option to turn width%8==0 on More... over 22 years ago
fixed a bug in the tmp buffer fixed the color range for yuv fixed the width %8!=0 bug (another 1% speed loss) More... over 22 years ago
horizontal scaling bugs fixed, should be mostly bugfree now More... over 22 years ago
xinc scaled by 16 instead of 8 More... over 22 years ago
horizontal lines bugfix More... over 22 years ago
vertical lines bugfix More... over 22 years ago
(C) fixed More... over 22 years ago
fixed a bug which caused horizontal lines More... over 22 years ago
increased precission of s_xinc s_xinc2 (needed for the mmx2 bugfix) moved mmx variables to top to avoid alignment issues mmx2 code should work fine now if and only if the input width is %16=0 and the output width is %32=0 reordered some code (5% faster with a simply -benchmark) first line bug fixed (i hope i didnt introduce any new bugs with that ...) changed a lot of the vertical scale setup code, i hope i fixed something and didnt mess it up :) a few known bugs left (rightmost line is wrong) MMX2 code will only be used for upscaling & acceptable width´s 16bit dithering can be disabled More... over 22 years ago
fixed the height%8!=0 bug simplified a few things removed last row variants of the deinterlace filters, they are not needed anymore added cubic interpolating deinterlacer More... over 22 years ago
Restore the main Makefile to have debug flags. More... over 22 years ago
Added Juergen Keil fix on quant_tab[4] type. More... over 22 years ago