2002-02-18 |
Zdenek Kabelac | * using static instead of extern |
commit | commitdiff | tree | snapshot |
2002-02-18 |
Zdenek Kabelac | * continue after error in msmpeg4_decode_mb - helps... |
commit | commitdiff | tree | snapshot |
2002-02-18 |
Michael Niedermayer | avoid overflow of picturenumber*fps*10000 |
commit | commitdiff | tree | snapshot |
2002-02-18 |
Michael Niedermayer | block_last_index was too large (in mpeg1 decoding) |
commit | commitdiff | tree | snapshot |
2002-02-15 |
Juanjo | - Minor changes on bitrate control |
commit | commitdiff | tree | snapshot |
2002-02-15 |
Michael Niedermayer | optimized the normal bitstream writer, its faster than... |
commit | commitdiff | tree | snapshot |
2002-02-14 |
Michael Niedermayer | minor dststride bugfix for i420 output |
commit | commitdiff | tree | snapshot |
2002-02-13 |
Michael Niedermayer | optimized encode_dc() (+2% speed on P3 for mpeg1 intra... |
commit | commitdiff | tree | snapshot |
2002-02-13 |
Michael Niedermayer | optimize mpeg1_encode_block() |
commit | commitdiff | tree | snapshot |
2002-02-12 |
Michael Niedermayer | aligned bitstream writer (1% slower on p3 but perhaps... |
commit | commitdiff | tree | snapshot |
2002-02-12 |
Michael Niedermayer | alternative bitstream writer (disabled by default,... |
commit | commitdiff | tree | snapshot |
2002-02-10 |
Michael Niedermayer | unscaled memcpy variant bugfix (negative strides) |
commit | commitdiff | tree | snapshot |
2002-02-10 |
Juanjo | - More work on preliminary bit rate control, just to... |
commit | commitdiff | tree | snapshot |
2002-02-10 |
Juanjo | - Now the ME is done for the entire picture when encond... |
commit | commitdiff | tree | snapshot |
2002-02-10 |
Michael Niedermayer | unscaled BGR24 -> YV12 |
commit | commitdiff | tree | snapshot |
2002-02-10 |
Michael Niedermayer | rgb24toyv12 in MMX (untested) |
commit | commitdiff | tree | snapshot |
2002-02-09 |
Michael Niedermayer | bgr24toUV in MMX |
commit | commitdiff | tree | snapshot |
2002-02-09 |
Michael Niedermayer | bgr24toY in MMX |
commit | commitdiff | tree | snapshot |
2002-02-09 |
Juanjo | - Fixes on RTP and GOB headers for H.263. |
commit | commitdiff | tree | snapshot |
2002-02-09 |
Arpi | PATCH by Rik Snel <rsnel@cube.dyndns.org> |
commit | commitdiff | tree | snapshot |
2002-02-09 |
Arpi | PATCH by Rik Snel <rsnel@cube.dyndns.org> |
commit | commitdiff | tree | snapshot |
2002-02-09 |
Michael Niedermayer | workaround gcc 2.95.2 bug |
commit | commitdiff | tree | snapshot |
2002-02-08 |
Michael Niedermayer | fastmemcpy |
commit | commitdiff | tree | snapshot |
2002-02-08 |
Michael Niedermayer | unscaled BGR15->BGR16 |
commit | commitdiff | tree | snapshot |
2002-02-08 |
Michael Niedermayer | bgr15 input support |
commit | commitdiff | tree | snapshot |
2002-02-08 |
Michael Niedermayer | faster bgr16 input |
commit | commitdiff | tree | snapshot |
2002-02-08 |
Michael Niedermayer | bgr16 input support |
commit | commitdiff | tree | snapshot |
2002-02-07 |
Michael Niedermayer | avoid copying input when encoding non intra stuff too |
commit | commitdiff | tree | snapshot |
2002-02-07 |
Michael Niedermayer | unscaled converters |
commit | commitdiff | tree | snapshot |
2002-02-07 |
Michael Niedermayer | fixing green line at right side bug (reported by Nick... |
commit | commitdiff | tree | snapshot |
2002-02-07 |
Michael Niedermayer | width or height %16 != 0 bugfix |
commit | commitdiff | tree | snapshot |
2002-02-06 |
Michael Niedermayer | rgb32 & rgb24 input support |
commit | commitdiff | tree | snapshot |
2002-02-06 |
Michael Niedermayer | 101 (yuv2rgb with mpeg1,...) ;) |
commit | commitdiff | tree | snapshot |
2002-02-06 |
Michael Niedermayer | swScale internally uses yuv2rgb now if possible |
commit | commitdiff | tree | snapshot |
2002-02-05 |
Michael Niedermayer | use multiply instead of divides for DC prediction on X86 |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Michael Niedermayer | printing error messages if something is wrong instead... |
commit | commitdiff | tree | snapshot |
2002-02-03 |
Michael Niedermayer | filterPos bugfix (only nearest neighbor scaling was... |
commit | commitdiff | tree | snapshot |
2002-02-02 |
Michael Niedermayer | MMX(2) optimized YUY2 input |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Michael Niedermayer | printing correct format info |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Michael Niedermayer | YUY2, BGR24, BGR32 input support (no mmx yet) |
commit | commitdiff | tree | snapshot |
2002-01-30 |
Michael Niedermayer | -sws 2 is default now |
commit | commitdiff | tree | snapshot |
2002-01-30 |
Michael Niedermayer | YV12 like formats support (I420/IYUV) |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Michael Niedermayer | top row bugfix |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Michael Niedermayer | area averageing scaling support (-sws 5) (is identical... |
commit | commitdiff | tree | snapshot |
2002-01-28 |
Michael Niedermayer | nearest neighbor / sdl emulation ;) scaling (-sws 4) |
commit | commitdiff | tree | snapshot |
2002-01-28 |
Michael Niedermayer | minor QP bugfix |
commit | commitdiff | tree | snapshot |
2002-01-28 |
Arpi | workaround gcc bug "m" (0) |
commit | commitdiff | tree | snapshot |
2002-01-28 |
Zdenek Kabelac | * temporal solution for shared lib compilation |
commit | commitdiff | tree | snapshot |
2002-01-27 |
Michael Niedermayer | (commit by michael) |
commit | commitdiff | tree | snapshot |
2002-01-26 |
Arpi | (m)jpeg pad/flush with 1 instead of 0, fix by Rik Snel... |
commit | commitdiff | tree | snapshot |
2002-01-24 |
Michael Niedermayer | (commit by michael) |
commit | commitdiff | tree | snapshot |
2002-01-24 |
Michael Niedermayer | (commit by michael) |
commit | commitdiff | tree | snapshot |
2002-01-24 |
Michael Niedermayer | (commit by michael) |
commit | commitdiff | tree | snapshot |
2002-01-22 |
Michael Niedermayer | minor bugfix in the -v output |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Michael Niedermayer | 15/16 bit dithering in C (5% slower, can be disabled... |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Michael Niedermayer | copyright(swscaler) = GPL |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Nick Kurshev | Small simple idct improvement for Alpha by Falk Hueffne... |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Michael Niedermayer | a few filters (should be removed/merged when arpis... |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Michael Niedermayer | general convolution filtering of the source picture |
commit | commitdiff | tree | snapshot |
2002-01-20 |
Felix Bünemann | add mangling |
commit | commitdiff | tree | snapshot |
2002-01-20 |
Nick Kurshev | Alpha optimizations by Falk Hueffner <falk.hueffner... |
commit | commitdiff | tree | snapshot |
2002-01-20 |
Nick Kurshev | Alpha optimizations by Falk Hueffner <falk.hueffner... |
commit | commitdiff | tree | snapshot |
2002-01-20 |
Nick Kurshev | Cygwin's mangling by Felix Buenemann <atmosfear@users... |
commit | commitdiff | tree | snapshot |
2002-01-20 |
Michael Niedermayer | 101 |
commit | commitdiff | tree | snapshot |
2002-01-20 |
Michael Niedermayer | removed global vars so that multiple swscalers can... |
commit | commitdiff | tree | snapshot |
2002-01-19 |
Alban Bedel | Added reverting support for -pp and -npp options |
commit | commitdiff | tree | snapshot |
2002-01-19 |
Felix Bünemann | fix mangling with runtime cpu detection |
commit | commitdiff | tree | snapshot |
2002-01-19 |
Felix Bünemann | mangle for win32 in postproc |
commit | commitdiff | tree | snapshot |
2002-01-17 |
Michael Niedermayer | (commit by michael) |
commit | commitdiff | tree | snapshot |
2002-01-15 |
Michael Niedermayer | (commit by michael) |
commit | commitdiff | tree | snapshot |
2002-01-15 |
Michael Niedermayer | (commit by michael) |
commit | commitdiff | tree | snapshot |
2002-01-15 |
Michael Niedermayer | (commit by michael) |
commit | commitdiff | tree | snapshot |
2002-01-14 |
Michael Niedermayer | (commit by michael) |
commit | commitdiff | tree | snapshot |
2002-01-14 |
Michael Niedermayer | (commit by michael) |
commit | commitdiff | tree | snapshot |
2002-01-14 |
Michael Niedermayer | (commit by michael) |
commit | commitdiff | tree | snapshot |
2002-01-13 |
Michael Niedermayer | dont print -npp parser debug info if only -v |
commit | commitdiff | tree | snapshot |
2002-01-13 |
Michael Niedermayer | (commit by michael) |
commit | commitdiff | tree | snapshot |
2002-01-13 |
Michael Niedermayer | (commit by michael) |
commit | commitdiff | tree | snapshot |
2002-01-12 |
Michael Niedermayer | (commited by michael / arpi was crazy enough to give... |
commit | commitdiff | tree | snapshot |
2002-01-12 |
Arpi | rv10 sig11 fix by Michael Niedermayer <michaelni@gmx.at> |
commit | commitdiff | tree | snapshot |
2002-01-11 |
Michael Niedermayer | different fix, s->mbintra_table used only if h263_pred... |
commit | commitdiff | tree | snapshot |
2002-01-11 |
Vladimir Dergachev | This fixes segfaults because of uninitialized s->mbintr... |
commit | commitdiff | tree | snapshot |
2002-01-11 |
Michael Niedermayer | s->c_dc_scale was 7 if s->qscale==2 but should be 8... |
commit | commitdiff | tree | snapshot |
2002-01-11 |
Arpi | mpeg4 encoder fix by Michael Niedermayer <michaelni... |
commit | commitdiff | tree | snapshot |
2002-01-11 |
Michael Niedermayer | aligned bitstream support (optional) - patch by ichael... |
commit | commitdiff | tree | snapshot |
2002-01-10 |
Michael Niedermayer | another bitstream reader code (faster on intel cpus... |
commit | commitdiff | tree | snapshot |
2002-01-10 |
Michael Niedermayer | AC table reset (memset) optimization - patch by Michael... |
commit | commitdiff | tree | snapshot |
2002-01-10 |
Michael Niedermayer | fix for non-mmx runtimedetect encoding bugs - patch... |
commit | commitdiff | tree | snapshot |
2002-01-10 |
Michael Niedermayer | fix different UMV handling for mpeg4 vs. h263 - patch... |
commit | commitdiff | tree | snapshot |
2002-01-10 |
Michael Niedermayer | print cpu flags |
commit | commitdiff | tree | snapshot |
2002-01-08 |
Stephen Davies | qscale estimate fix, diff extended to 64bit wide. patch... |
commit | commitdiff | tree | snapshot |
2002-01-08 |
Michael Niedermayer | fix slices when code=0x18, patch by Michael Niedermayer... |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Michael Niedermayer | fixed -npp help ... i think i need more sleep ;) |
commit | commitdiff | tree | snapshot |
2002-01-04 |
Michael Niedermayer | -npp help |
commit | commitdiff | tree | snapshot |
2002-01-03 |
Michael Niedermayer | -npp fq:<quantizer> |
commit | commitdiff | tree | snapshot |
2001-12-30 |
Michael Niedermayer | only print last line warning if verbose is on |
commit | commitdiff | tree | snapshot |
2001-12-28 |
Michael Niedermayer | minor brightness/contrast bugfix / moved some global... |
commit | commitdiff | tree | snapshot |
2001-12-28 |
Michael Niedermayer | customizeable deblocking (2 thresholds) |
commit | commitdiff | tree | snapshot |
2001-12-27 |
Michael Niedermayer | output shifted by a few pixels on extreem scalings... |
commit | commitdiff | tree | snapshot |
2001-12-26 |
Michael Niedermayer | 101 |
commit | commitdiff | tree | snapshot |
next |