957
I Use This!
Very High Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
1% speedup More... over 22 years ago
oops, too much cleanup ;) More... over 22 years ago
cleanup precopy fewer lines from src to dst if possible speedup (due to cleanup of blockcopy) More... over 22 years ago
faster mmx2 / 3dnow deblocking filter brightness_debug (draws luminance histogram & autodetected white/black level) More... over 22 years ago
- Preliminary RTP friendly mode for H.263. - GOB headers for H.263 coding on RTP mode. - Improved GOB header detection for H.263 decoder. More... over 22 years ago
Move ignores in subdirs to their respective .cvsignore files. More... over 22 years ago
- Added support to Inter4V+Q MBs to H.263 decoder. - Advanced Prediction Mode activated for H.263 decoder. - Bug fixed on H.263+ header parsing for UFEP. - Now we can decode VIVO v1 streams :) More... over 22 years ago
- Bug fixed on H.263 decoder initialization. More... over 22 years ago
postproc/ dir now respects --with-extraincdir Now that I'm fixing configure1, here comes configure2 ehh ;) More... over 22 years ago
temp denoiser: bugfix? averageing noise over the surrounding blocks More... over 22 years ago
temp denoiser changes: (a-b)^2 instead of |a-b| and MMX2/3DNOW version More... over 22 years ago
temporal noise reducer in C (-pp 0x100000) setting the thresholds from the commandline requires postprocess2() / getPpModeByNameAndQuality() (someone could perhaps modify mplayer so that they are beiing used, iam too lazy for it ;) More... over 22 years ago
- Bug fix on MV prediction for MPEG4 caused by new H.263 GOB code. More... over 22 years ago
- Fixed a bug on H.263 MV prediction for MB on GOBs limits. - Now we can decode H.263v1 streams found on QT without problems. More... over 22 years ago
uyvytoyv12 in MMX (untested) More... over 22 years ago
Let loops will be aligned More... over 22 years ago
QP_store==null bugfix and no opendivx bugfix More... over 22 years ago
yuy2toyv12 bugfix More... over 22 years ago
uyvy->uv12 added More... over 22 years ago
.balign or we´ll align by 64kb on some architectures More... over 22 years ago
.align 16 More... over 22 years ago
fixed gcc-3.0.x compilation (by Michael Niedermayer) More... over 22 years ago
added missing #include <malloc.h> #include "config.h" moved as 1st #include since it defines HAVE_foo_h for later conditional inclusions More... over 22 years ago
bugfix More... over 22 years ago
rgb32tobgr32 now is documented ;) More... over 22 years ago
rgb32tobgr32 / bgr32torgb32 More... over 22 years ago
gcc does optimize writes to non volatile variables away if it didnt know that they were read in between More... over 22 years ago
15/16 bpp dithering More... over 22 years ago
better dithering More... over 22 years ago
Minor speedup of rgb32to24. (performance is not successful) More... over 22 years ago