Activity
From 12/29/2001 to 01/27/2002
01/27/2002
- 01:30 PM Revision 2f349de2 (ffmpeg): (commit by michael)
- mmx & mmx2 quantizer
c dct permutation bugfix
dont copy input on intra only encodings if it can be avoided
dont draw ...
01/26/2002
- 12:22 AM Revision 580b82fa (ffmpeg): (m)jpeg pad/flush with 1 instead of 0, fix by Rik Snel <rsnel@cube.dy...
- Originally committed as revision 280 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/24/2002
- 07:06 PM Revision 2ddeed44 (ffmpeg): (commit by michael)
- motion-estimation on width/height not divisable through 16 files bugfix
Originally committed as revision 279 to svn:... - 03:25 PM Revision d2b3c3d7 (ffmpeg): (commit by michael)
- dc coeff isnt dequantized (bug reported by falk hueffner)
Originally committed as revision 278 to svn://svn.ffmpeg.o... - 02:34 PM Revision 4e3269e8 (ffmpeg): (commit by michael)
- quantizer range bugfix (mpeg1 & mpeg4 encoding)
Originally committed as revision 277 to svn://svn.ffmpeg.org/ffmpeg/...
01/22/2002
- 03:54 PM Revision fd284805 (ffmpeg): minor bugfix in the -v output
- Originally committed as revision 4305 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
01/21/2002
- 10:11 PM Revision 5521b193 (ffmpeg): 15/16 bit dithering in C (5% slower, can be disabled by comenting #de...
- x/yInc bugfix (bug was introduced during the global var removial)
more emms & no messing with ARCH_X86 (=workaround a... - 06:32 PM Revision fe8054c0 (ffmpeg): copyright(swscaler) = GPL
- Originally committed as revision 4296 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
- 05:46 PM Revision c7997007 (ffmpeg): Small simple idct improvement for Alpha by Falk Hueffner <falk.hueffn...
- Originally committed as revision 276 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:22 PM Revision 5cebb24b (ffmpeg): a few filters (should be removed/merged when arpis videofilter stuff ...
- -ssf cgb=<float> -> chrominance gaussian blur (nice to improve picture quality)
-ssf lgb=<float> -> luminance gaussia... - 03:56 AM Revision c7f822d9 (ffmpeg): general convolution filtering of the source picture
- dynamic memory allocation for the buffers (needed for the filter stuff)
Originally committed as revision 4291 to svn...
01/20/2002
- 06:36 PM Revision 635b3ec6 (ffmpeg): add mangling
- Originally committed as revision 4286 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
- 02:55 PM Revision 91d1f1a4 (ffmpeg): Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebi...
- Originally committed as revision 275 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:48 PM Revision 1e98dffb (ffmpeg): Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebi...
- Originally committed as revision 274 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:30 PM Revision 4bdd9157 (ffmpeg): Cygwin's mangling by Felix Buenemann <atmosfear@users.sourceforge.net>
- Originally committed as revision 273 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:45 PM Revision 7f56a527 (ffmpeg): 101
- Originally committed as revision 4282 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
- 05:30 AM Revision 28bf81c9 (ffmpeg): removed global vars so that multiple swscalers can be used
- experimental upscaling mode (-sws 3)
general convolution filters support (unfinished)
bugfix for bicubic upscaling
as...
01/19/2002
- 05:01 PM Revision cbf5fa71 (ffmpeg): Added reverting support for -pp and -npp options
- Originally committed as revision 4258 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
- 04:56 PM Revision bf1595c4 (ffmpeg): fix mangling with runtime cpu detection
- Originally committed as revision 4254 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
- 05:14 AM Revision 9b464428 (ffmpeg): mangle for win32 in postproc
- Originally committed as revision 4249 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
01/17/2002
- 08:00 PM Revision 0a8d8945 (ffmpeg): (commit by michael)
- faster simple idct in MMX
Originally committed as revision 269 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/15/2002
- 10:22 PM Revision ae40484c (ffmpeg): (commit by michael)
- bye bye weird al rounding bug ;)
Originally committed as revision 268 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:02 AM Revision 5975626d (ffmpeg): (commit by michael)
- emms
Originally committed as revision 267 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:07 AM Revision 3d9fccbf (ffmpeg): (commit by michael)
- draw_edges_mmx()
Originally committed as revision 266 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/14/2002
- 04:39 AM Revision 4973971e (ffmpeg): (commit by michael)
- faster simple_idct in C
Originally committed as revision 265 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:34 AM Revision 6f903d8e (ffmpeg): (commit by michael)
- 16-bit divide instead of 32-bit on x86 in msmpeg_pred_dc()
Originally committed as revision 264 to svn://svn.ffmpeg.... - 04:29 AM Revision 8bdbae01 (ffmpeg): (commit by michael)
- memset() in MMX
Originally committed as revision 263 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/13/2002
- 08:51 PM Revision 162c9c2e (ffmpeg): dont print -npp parser debug info if only -v
- print "using pp filters ..." if -v
Originally committed as revision 4144 to svn://svn.mplayerhq.hu/mplayer/trunk/pos... - 06:12 AM Revision 99180fe3 (ffmpeg): (commit by michael)
- new msmpeg4 dequantizer did dequantize too early
Originally committed as revision 261 to svn://svn.ffmpeg.org/ffmpeg... - 04:59 AM Revision badaf88e (ffmpeg): (commit by michael)
- dequantizers skip trailing zeros
msmpeg4 non-intra decoder has its dequantizer "build in" now
Originally committed a...
01/12/2002
- 08:21 PM Revision 05f361f0 (ffmpeg): (commited by michael / arpi was crazy enough to give me his password)
- fixed a bug in get_vlc() when using the ALT_BITSTREAM_READER (rv10 & mpeg12 decoders where not working)
some optimiza... - 02:36 PM Revision eede2156 (ffmpeg): rv10 sig11 fix by Michael Niedermayer <michaelni@gmx.at>
- Originally committed as revision 258 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/11/2002
- 10:07 PM Revision 5b3438c6 (ffmpeg): different fix, s->mbintra_table used only if h263_pred set. - patch b...
- Originally committed as revision 257 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:32 PM Revision 01dbbd0a (ffmpeg): This fixes segfaults because of uninitialized s->mbintra_table variab...
- Originally committed as revision 256 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:27 PM Revision 6fb904ce (ffmpeg): s->c_dc_scale was 7 if s->qscale==2 but should be 8 (the bug is visib...
- Originally committed as revision 255 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:23 PM Revision 477c35a9 (ffmpeg): mpeg4 encoder fix by Michael Niedermayer <michaelni@gmx.at>
- Originally committed as revision 254 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:21 PM Revision 3587d501 (ffmpeg): aligned bitstream support (optional) - patch by ichael Niedermayer <m...
- Originally committed as revision 253 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/10/2002
- 12:56 AM Revision 27a3e2c5 (ffmpeg): another bitstream reader code (faster on intel cpus) - patch by Micha...
- Originally committed as revision 252 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:53 AM Revision bff6ecaa (ffmpeg): AC table reset (memset) optimization - patch by Michael Niedermayer <...
- Originally committed as revision 251 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:51 AM Revision 5a240838 (ffmpeg): fix for non-mmx runtimedetect encoding bugs - patch by Michael Nieder...
- Originally committed as revision 250 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:46 AM Revision ef093645 (ffmpeg): fix different UMV handling for mpeg4 vs. h263 - patch by Michael Nied...
- Originally committed as revision 249 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:41 AM Revision f4470e09 (ffmpeg): print cpu flags
- Originally committed as revision 248 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/08/2002
- 12:28 AM Revision fb4a9613 (ffmpeg): qscale estimate fix, diff extended to 64bit wide. patch by Stephen Da...
- Originally committed as revision 247 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:21 AM Revision 3046f265 (ffmpeg): fix slices when code=0x18, patch by Michael Niedermayer <michael@mpla...
- Originally committed as revision 246 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/04/2002
- 09:56 PM Revision 211c4920 (ffmpeg): fixed -npp help ... i think i need more sleep ;)
- Originally committed as revision 3988 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
- 01:39 PM Revision 4b001a13 (ffmpeg): -npp help
- Originally committed as revision 3977 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
01/03/2002
- 02:16 PM Revision 8aaac435 (ffmpeg): -npp fq:<quantizer>
- force quantizer (for these lq movies which where reencoded at high bitrates)
(c) 2002
Originally committed as revisi...
12/30/2001
- 12:57 AM Revision c0903414 (ffmpeg): only print last line warning if verbose is on
- Originally committed as revision 3884 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Also available in: Atom