957
I Use This!
Very High Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 17 hours ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
exporting qscale data for postprocessing (for MPlayer) More... over 22 years ago
minor cleanups median deinterlace in MMX fixed typos More... over 22 years ago
header for swscale.c More... over 22 years ago
software yv12->rgb scaler - separated from fsdga More... over 22 years ago
rewrote the horizontal lowpass filter to fix a bug which caused a blocky look added deinterlace filters (linear interpolate, linear blend, median) minor cleanups (removed some outcommented stuff) More... over 22 years ago
c++ fix More... over 22 years ago
Cleanup: - TIMEING && MORE_TIMEING disabled by default - private stuff moved to postprocess.c to avoid possible conflicts More... over 22 years ago
small changes for mplayer integration: - getModeForQuality -> getPpModeForQuality renamed - #define POSTPROCESS_H -> NEWPOSTPROCESS_H (to avoid conflicts) More... over 22 years ago
small changes for mplayer integration: - getModeForQuality -> getPpModeForQuality renamed - #define POSTPROCESS_H -> NEWPOSTPROCESS_H (to avoid conflicts) - added #ifdef'ed code for calling old postprocess (for testing/comparison) - #ifdef'ed some asm code to allow compilation on non-x86 platforms (untested) More... over 22 years ago
fixed a sig4 bug an non mmx2 cpus (in case of more sig4 errors please send me a "disassemble $eip-16 $eip+16" from gdb) More... over 22 years ago
minor QP scaling & auto-contrast bugfix fixed compilation problem without -fomit-frame-pointer More... over 22 years ago
fixed a rounding bug thing in the X1 Filter changed the X1 Filter slightly to make flat blocks look like in the 9tap lpf minor change to the -pp numbers & added decimal numbers in comments new experimental horizontal deblocking filter More... over 22 years ago
final changes to convert to C More... over 22 years ago
bugfixes: last 3 lines not brightness/contrast corrected brightness statistics messed up with initial black pic changed initial values of the brightness statistics C++ -> C conversation QP range question solved (very likely 1<=QP<=32 according to arpi) new experimental vertical deblocking filter RK filter has 3dNow support now (untested) More... over 22 years ago
fixed a bug in the horizontal default filter 3dnow version of the Horizontal & Vertical Lowpass filters mmx version of the Horizontal Default filter mmx2 & C versions of a simple filter described in a paper from ramkishor & karan added mode flags & quality2mode function More... over 22 years ago
new postprocess code by Michael Niedermayer ([email protected]) More... over 22 years ago
fixed prototype change More... over 22 years ago
fixed pcm bitrate More... over 22 years ago
changed audio and video grab interface (simpler now) More... over 22 years ago
correct pcm audio format handling More... over 22 years ago
changed av_open_input_file() prototype More... over 22 years ago
update More... over 22 years ago
unified grab & convertion loops (should be easier to achieve correct synchronization now - but still work to do!) - added ffplay support More... over 22 years ago
added new ffplay program More... over 22 years ago
added pcm formats More... over 22 years ago
suppressed mpglib More... over 22 years ago
added pcm codecs More... over 22 years ago
wmv format is asf format More... over 22 years ago
complete handling of pcm formats - hex dump option More... over 22 years ago
suppressed mpglib option More... over 22 years ago