source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @5521b193   23 years michaelni 15/16 bit dithering in C (5% slower, can be disabled by comenting …
(edit) @fe8054c0   23 years michaelni copyright(swscaler) = GPL Originally committed as revision 4296 to …
(edit) @c7997007   23 years nickols_k Small simple idct improvement for Alpha by Falk Hueffner …
(edit) @5cebb24b   23 years michaelni a few filters (should be removed/merged when arpis videofilter stuff …
(edit) @c7f822d9   23 years michaelni general convolution filtering of the source picture dynamic memory …
(edit) @635b3ec6   23 years Felix.Buenemann add mangling Originally committed as revision 4286 to …
(edit) @91d1f1a4   23 years nickols_k Alpha optimizations by Falk Hueffner …
(edit) @1e98dffb   23 years nickols_k Alpha optimizations by Falk Hueffner …
(edit) @4bdd9157   23 years nickols_k Cygwin's mangling by Felix Buenemann <atmosfear@users.sourceforge.net> …
(edit) @7f56a527   23 years michaelni 101 Originally committed as revision 4282 to …
(edit) @28bf81c9   23 years michaelni removed global vars so that multiple swscalers can be used …
(edit) @cbf5fa71   23 years albeu Added reverting support for -pp and -npp options Originally committed …
(edit) @bf1595c4   23 years Felix.Buenemann fix mangling with runtime cpu detection Originally committed as …
(edit) @9b464428   23 years Felix.Buenemann mangle for win32 in postproc Originally committed as revision 4249 to …
(edit) @0a8d8945   23 years michaelni (commit by michael) faster simple idct in MMX Originally committed as …
(edit) @ae40484   23 years michaelni (commit by michael) bye bye weird al rounding bug ;) Originally …
(edit) @5975626d   23 years michaelni (commit by michael) emms Originally committed as revision 267 to …
(edit) @3d9fccbf   23 years michaelni (commit by michael) draw_edges_mmx() Originally committed as revision …
(edit) @4973971e   23 years michaelni (commit by michael) faster simple_idct in C Originally committed as …
(edit) @6f903d8e   23 years michaelni (commit by michael) 16-bit divide instead of 32-bit on x86 in …
(edit) @8bdbae01   23 years michaelni (commit by michael) memset() in MMX Originally committed as revision …
(edit) @162c9c2e   23 years michaelni dont print -npp parser debug info if only -v print "using pp filters …
(edit) @99180fe3   23 years michaelni (commit by michael) new msmpeg4 dequantizer did dequantize too early …
(edit) @badaf88e   23 years michaelni (commit by michael) dequantizers skip trailing zeros msmpeg4 non-intra …
(edit) @05f361f0   23 years michaelni (commited by michael / arpi was crazy enough to give me his password) …
(edit) @eede2156   23 years arpi rv10 sig11 fix by Michael Niedermayer <michaelni@gmx.at> Originally …
(edit) @5b3438c6   23 years arpi different fix, s->mbintra_table used only if h263_pred set. - patch by …
(edit) @01dbbd0a   23 years arpi This fixes segfaults because of uninitialized s->mbintra_table …
(edit) @6fb904ce   23 years arpi s->c_dc_scale was 7 if s->qscale==2 but should be 8 (the bug is …
(edit) @477c35a9   23 years arpi mpeg4 encoder fix by Michael Niedermayer <michaelni@gmx.at> …
(edit) @3587d501   23 years arpi aligned bitstream support (optional) - patch by ichael Niedermayer …
(edit) @27a3e2c5   23 years michaelni another bitstream reader code (faster on intel cpus) - patch by …
(edit) @bff6ecaa   23 years michaelni AC table reset (memset) optimization - patch by Michael Niedermayer …
(edit) @5a24083   23 years michaelni fix for non-mmx runtimedetect encoding bugs - patch by Michael …
(edit) @ef093645   23 years michaelni fix different UMV handling for mpeg4 vs. h263 - patch by Michael …
(edit) @f4470e09   23 years michaelni print cpu flags Originally committed as revision 248 to …
(edit) @fb4a9613   23 years arpi qscale estimate fix, diff extended to 64bit wide. patch by Stephen …
(edit) @3046f265   23 years arpi fix slices when code=0x18, patch by Michael Niedermayer …
(edit) @211c4920   23 years michaelni fixed -npp help ... i think i need more sleep ;) Originally committed …
(edit) @4b001a13   23 years michaelni -npp help Originally committed as revision 3977 to …
(edit) @8aaac435   23 years michaelni -npp fq:<quantizer> force quantizer (for these lq movies which where …
(edit) @c0903414   23 years michaelni only print last line warning if verbose is on Originally committed as …
(edit) @07f8991b   23 years michaelni minor brightness/contrast bugfix / moved some global vars into ppMode …
(edit) @43d52f76   23 years michaelni customizeable deblocking (2 thresholds) chrominance & luminance …
(edit) @f15afacd   23 years michaelni output shifted by a few pixels on extreem scalings bugfix filterPos …
(edit) @6ec6e3c9   23 years michaelni 101 Originally committed as revision 3780 to …
(edit) @45b4f285   23 years michaelni new -pp options stuff (-npp ...) see line527@postproc/postprocess.c ;) …
(edit) @3a842ea5   23 years arpi informal msg Originally committed as revision 238 to …
(edit) @51fdf2de   23 years johannes.feigl looks better Originally committed as revision 3731 to …
(edit) @98f3b098   23 years arpi avcodec_find_encoder_by_name() patch by Alex Originally committed as …
(edit) @627690b5   23 years michaelni minor bugfixes (noone noticed them) a few more asserts Originally …
(edit) @aa21f0c   23 years michaelni rgb24toyv12 bugfix Originally committed as revision 3634 to …
(edit) @393fe8dd   23 years arpi unrestricted MC fixed - thanks to Michael Niedermayer for idea …
(edit) @37e8dcda   23 years arpi new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define …
(edit) @d962f6fd   23 years arpi new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define …
(edit) @e3d2500f   23 years michaelni print more info if -v use new horizontal mmx scaler instead of old …
(edit) @f014740   23 years michaelni dithering info wasnt displayed Originally committed as revision 3346 …
(edit) @c1b0bfb4   23 years michaelni vertical cubic/linear scaling prints some info (MMX, dstbpp, ...) …
(edit) @e2f5a2a9   23 years michaelni typo Originally committed as revision 3300 to …
(edit) @077ea8a7   23 years michaelni horizontal up/downscale linear & cubic -sws command line option (0 -> …
(edit) @af91b8b3   23 years michaelni sliced scaleing bugfix Originally committed as revision 3216 to …
(edit) @d1fac6cf   23 years michaelni swscaler cleanup green line at bottom bugfix green lines in yuv2yuv …
(edit) @6e9b4840   23 years michaelni faster brightness correcture in MMX2 Originally committed as revision …
(edit) @06c4804a   23 years michaelni compiletime pp-mode support (luminance = chrominance filters though) …
(edit) @726a959   23 years michaelni runtime cpu detection optional (compiles faster) Originally committed …
(edit) @e89952a   23 years michaelni runtime cpu detect optional (compiles faster) Originally committed as …
(edit) @43d8c23   23 years michaelni runtime cpu detection Originally committed as revision 3144 to …
(edit) @48a05cec   23 years michaelni oops Originally committed as revision 3137 to …
(edit) @1de97d84   23 years michaelni runtime cpu detection rgb24toyv12 in C Originally committed as …
(edit) @7630f2e0   23 years michaelni runtime cpu detection Originally committed as revision 3127 to …
(edit) @cc9b0679   23 years michaelni runtime cpu detection Originally committed as revision 3100 to …
(edit) @4e1349d4   23 years michaelni use fastmemcpy for chrominance if no chrominance filtering is done …
(edit) @cd38e322   23 years michaelni faster dering Originally committed as revision 3094 to …
(edit) @043ba56f   23 years michaelni 1% speedup Originally committed as revision 3038 to …
(edit) @cf5ec61d   23 years michaelni oops, too much cleanup ;) Originally committed as revision 3033 to …
(edit) @c09dc465   23 years michaelni cleanup precopy fewer lines from src to dst if possible speedup (due …
(edit) @7f16f6e6   23 years michaelni faster mmx2 / 3dnow deblocking filter brightness_debug (draws …
(edit) @644d98a4   23 years pulento - Preliminary RTP friendly mode for H.263. - GOB headers for H.263 …
(edit) @652cb0f5   23 years Felix.Buenemann Move ignores in subdirs to their respective .cvsignore files. …
(edit) @96815ce   23 years pulento - Added support to Inter4V+Q MBs to H.263 decoder. - Advanced …
(edit) @9eaa4690   23 years pulento - Bug fixed on H.263 decoder initialization. Originally committed as …
(edit) @21810797   23 years gabucino postproc/ dir now respects --with-extraincdir Now that I'm fixing …
(edit) @a9c77978   23 years michaelni temp denoiser: bugfix? averageing noise over the surrounding blocks …
(edit) @be44a4d7   23 years michaelni temp denoiser changes: (a-b)2 instead of |a-b| and MMX2/3DNOW version …
(edit) @117e45b0   23 years michaelni temporal noise reducer in C (-pp 0x100000) setting the thresholds from …
(edit) @8547282b   23 years pulento - Bug fix on MV prediction for MPEG4 caused by new H.263 GOB code. …
(edit) @102d3908   23 years pulento - Fixed a bug on H.263 MV prediction for MB on GOBs limits. - Now we …
(edit) @ed8c0670   23 years michaelni uyvytoyv12 in MMX (untested) Originally committed as revision 2848 to …
(edit) @f12e206b   23 years nickols_k Let loops will be aligned Originally committed as revision 213 to …
(edit) @815cbfe7   23 years michaelni QP_store==null bugfix and no opendivx bugfix Originally committed as …
(edit) @ed346065   23 years michaelni yuy2toyv12 bugfix Originally committed as revision 2807 to …
(edit) @81c0590e   23 years arpi uyvy->uv12 added Originally committed as revision 2802 to …
(edit) @cff6ecd7   23 years michaelni .balign or we´ll align by 64kb on some architectures Originally …
(edit) @6e3bba7   23 years michaelni .align 16 Originally committed as revision 2800 to …
(edit) @a822a479   23 years nickols_k fixed gcc-3.0.x compilation (by Michael Niedermayer) Originally …
(edit) @6c426cf   23 years p_l added missing #include <malloc.h> #include "config.h" moved as 1st …
(edit) @9395185f   23 years michaelni bugfix Originally committed as revision 2767 to …
(edit) @1b383194   23 years nickols_k rgb32tobgr32 now is documented ;) Originally committed as revision …
(edit) @9996924   23 years michaelni rgb32tobgr32 / bgr32torgb32 Originally committed as revision 2756 to …
(edit) @3fe8e8f   23 years michaelni gcc does optimize writes to non volatile variables away if it didnt …
Note: See TracRevisionLog for help on using the revision log.