]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2002-03-03 Felix Bünemannadd mangling
2002-03-01 Juanjo- Fix on AVI and WAV headers based on Nikolai Zhubr...
2002-02-26 Michael Niedermayerfixing warning
2002-02-26 Juanjo- Added PSNR feature to libavcodec and ffmpeg. By now...
2002-02-22 Michael Niedermayerfixing msmpeg4 decoding if fps < 16 (i thought it was...
2002-02-22 Michael Niedermayeruse assert.h
2002-02-22 Juanjo- Bug fix on RTYPE (rounding type) not being honoured...
2002-02-21 Michael Niedermayer101++
2002-02-21 Michael Niedermayerfixing bgr32 output on big-endian systems
2002-02-21 Michael Niedermayerunscaled yuv2rgb fix for big-endian systems
2002-02-19 Juanjo- Bug fixes in H.263+ Advanced INTRA Coding decoder.
2002-02-18 Juanjo- H.263+ decoder support for Advanded INTRA Coding...
2002-02-18 Zdenek Kabelac* Also include time.h for nanosleep()
2002-02-18 Zdenek Kabelac* some modifications to allow gcc to compile same code...
2002-02-18 Zdenek Kabelac* simplified indexing
2002-02-18 Zdenek Kabelac* simplified indexing
2002-02-18 Zdenek Kabelac* eliminating duplicated code from MPV_common_end
2002-02-18 Zdenek Kabelac* using static instead of extern
2002-02-18 Zdenek Kabelac* continue after error in msmpeg4_decode_mb - helps...
2002-02-18 Michael Niedermayeravoid overflow of picturenumber*fps*10000
2002-02-18 Michael Niedermayerblock_last_index was too large (in mpeg1 decoding)
2002-02-15 Juanjo- Minor changes on bitrate control
2002-02-15 Michael Niedermayeroptimized the normal bitstream writer, its faster than...
2002-02-14 Michael Niedermayerminor dststride bugfix for i420 output
2002-02-13 Michael Niedermayeroptimized encode_dc() (+2% speed on P3 for mpeg1 intra...
2002-02-13 Michael Niedermayeroptimize mpeg1_encode_block()
2002-02-12 Michael Niedermayeraligned bitstream writer (1% slower on p3 but perhaps...
2002-02-12 Michael Niedermayeralternative bitstream writer (disabled by default,...
2002-02-10 Michael Niedermayerunscaled memcpy variant bugfix (negative strides)
2002-02-10 Juanjo- More work on preliminary bit rate control, just to...
2002-02-10 Juanjo- Now the ME is done for the entire picture when encond...
2002-02-10 Michael Niedermayerunscaled BGR24 -> YV12
2002-02-10 Michael Niedermayerrgb24toyv12 in MMX (untested)
2002-02-09 Michael Niedermayerbgr24toUV in MMX
2002-02-09 Michael Niedermayerbgr24toY in MMX
2002-02-09 Juanjo- Fixes on RTP and GOB headers for H.263.
2002-02-09 ArpiPATCH by Rik Snel <rsnel@cube.dyndns.org>
2002-02-09 ArpiPATCH by Rik Snel <rsnel@cube.dyndns.org>
2002-02-09 Michael Niedermayerworkaround gcc 2.95.2 bug
2002-02-08 Michael Niedermayerfastmemcpy
2002-02-08 Michael Niedermayerunscaled BGR15->BGR16
2002-02-08 Michael Niedermayerbgr15 input support
2002-02-08 Michael Niedermayerfaster bgr16 input
2002-02-08 Michael Niedermayerbgr16 input support
2002-02-07 Michael Niedermayeravoid copying input when encoding non intra stuff too
2002-02-07 Michael Niedermayerunscaled converters
2002-02-07 Michael Niedermayerfixing green line at right side bug (reported by Nick...
2002-02-07 Michael Niedermayerwidth or height %16 != 0 bugfix
2002-02-06 Michael Niedermayerrgb32 & rgb24 input support
2002-02-06 Michael Niedermayer101 (yuv2rgb with mpeg1,...) ;)
2002-02-06 Michael NiedermayerswScale internally uses yuv2rgb now if possible
2002-02-05 Michael Niedermayeruse multiply instead of divides for DC prediction on X86
2002-02-04 Michael Niedermayerprinting error messages if something is wrong instead...
2002-02-03 Michael NiedermayerfilterPos bugfix (only nearest neighbor scaling was...
2002-02-02 Michael NiedermayerMMX(2) optimized YUY2 input
2002-02-01 Michael Niedermayerprinting correct format info
2002-02-01 Michael NiedermayerYUY2, BGR24, BGR32 input support (no mmx yet)
2002-01-30 Michael Niedermayer-sws 2 is default now
2002-01-30 Michael NiedermayerYV12 like formats support (I420/IYUV)
2002-01-29 Michael Niedermayertop row bugfix
2002-01-29 Michael Niedermayerarea averageing scaling support (-sws 5) (is identical...
2002-01-28 Michael Niedermayernearest neighbor / sdl emulation ;) scaling (-sws 4)
2002-01-28 Michael Niedermayerminor QP bugfix
2002-01-28 Arpiworkaround gcc bug "m" (0)
2002-01-28 Zdenek Kabelac* temporal solution for shared lib compilation
2002-01-27 Michael Niedermayer(commit by michael)
2002-01-26 Arpi(m)jpeg pad/flush with 1 instead of 0, fix by Rik Snel...
2002-01-24 Michael Niedermayer(commit by michael)
2002-01-24 Michael Niedermayer(commit by michael)
2002-01-24 Michael Niedermayer(commit by michael)
2002-01-22 Michael Niedermayerminor bugfix in the -v output
2002-01-21 Michael Niedermayer15/16 bit dithering in C (5% slower, can be disabled...
2002-01-21 Michael Niedermayercopyright(swscaler) = GPL
2002-01-21 Nick KurshevSmall simple idct improvement for Alpha by Falk Hueffne...
2002-01-21 Michael Niedermayera few filters (should be removed/merged when arpis...
2002-01-21 Michael Niedermayergeneral convolution filtering of the source picture
2002-01-20 Felix Bünemannadd mangling
2002-01-20 Nick KurshevAlpha optimizations by Falk Hueffner <falk.hueffner...
2002-01-20 Nick KurshevAlpha optimizations by Falk Hueffner <falk.hueffner...
2002-01-20 Nick KurshevCygwin's mangling by Felix Buenemann <atmosfear@users...
2002-01-20 Michael Niedermayer101
2002-01-20 Michael Niedermayerremoved global vars so that multiple swscalers can...
2002-01-19 Alban BedelAdded reverting support for -pp and -npp options
2002-01-19 Felix Bünemannfix mangling with runtime cpu detection
2002-01-19 Felix Bünemannmangle for win32 in postproc
2002-01-17 Michael Niedermayer(commit by michael)
2002-01-15 Michael Niedermayer(commit by michael)
2002-01-15 Michael Niedermayer(commit by michael)
2002-01-15 Michael Niedermayer(commit by michael)
2002-01-14 Michael Niedermayer(commit by michael)
2002-01-14 Michael Niedermayer(commit by michael)
2002-01-14 Michael Niedermayer(commit by michael)
2002-01-13 Michael Niedermayerdont print -npp parser debug info if only -v
2002-01-13 Michael Niedermayer(commit by michael)
2002-01-13 Michael Niedermayer(commit by michael)
2002-01-12 Michael Niedermayer(commited by michael / arpi was crazy enough to give...
2002-01-12 Arpirv10 sig11 fix by Michael Niedermayer <michaelni@gmx.at>
2002-01-11 Michael Niedermayerdifferent fix, s->mbintra_table used only if h263_pred...
2002-01-11 Vladimir DergachevThis fixes segfaults because of uninitialized s->mbintr...
2002-01-11 Michael Niedermayers->c_dc_scale was 7 if s->qscale==2 but should be 8...
next