|
|
|
@1e1c4fe9
|
23 years |
michaelni |
unscaled yuv2rgb fix for big-endian systems
Originally committed as …
|
|
|
@9e15ad28
|
23 years |
pulento |
- Bug fixes in H.263+ Advanced INTRA Coding decoder.
- H.263+ should …
|
|
|
@d140623f
|
23 years |
pulento |
- H.263+ decoder support for Advanded INTRA Coding (buggy)
Originally …
|
|
|
@608d0dee
|
23 years |
kabi |
* Also include time.h for nanosleep()
by: Philipp Matthias Hahn …
|
|
|
@d6a4c0b
|
23 years |
kabi |
* some modifications to allow gcc to compile same code for -fPIC
- …
|
|
|
@38d171eb
|
23 years |
kabi |
* simplified indexing
* ignoring error from msmpeg4_decode_block
…
|
|
|
@af8793a
|
23 years |
kabi |
* simplified indexing
Originally committed as revision 306 to …
|
|
|
@8257bf05
|
23 years |
kabi |
* eliminating duplicated code from MPV_common_end
* simplified …
|
|
|
@3232bc88
|
23 years |
kabi |
* using static instead of extern
Originally committed as revision 304 …
|
|
|
@b4cc15e7
|
23 years |
kabi |
* continue after error in msmpeg4_decode_mb - helps for some movie …
|
|
|
@bb6f51ae
|
23 years |
michaelni |
avoid overflow of picturenumber*fps*10000
bug found by Lennert …
|
|
|
@3696d2bb
|
23 years |
michaelni |
block_last_index was too large (in mpeg1 decoding)
Originally …
|
|
|
@b4dbd87c
|
23 years |
pulento |
- Minor changes on bitrate control
Originally committed as revision …
|
|
|
@d8cf5aea
|
23 years |
michaelni |
optimized the normal bitstream writer, its faster than the alternative …
|
|
|
@332105e4
|
23 years |
michaelni |
minor dststride bugfix for i420 output
srcHeight %2 != 0 bugfix / …
|
|
|
@f004ca1c
|
23 years |
michaelni |
optimized encode_dc() (+2% speed on P3 for mpeg1 intra only encodings) …
|
|
|
@80feb2a2
|
23 years |
michaelni |
optimize mpeg1_encode_block()
(makeing some constant arrays global, …
|
|
|
@4f0f8bfc
|
23 years |
michaelni |
aligned bitstream writer (1% slower on p3 but perhaps its faster on …
|
|
|
@17592475
|
23 years |
michaelni |
alternative bitstream writer (disabled by default, uncomment #define …
|
|
|
@9bd8bd1a
|
23 years |
michaelni |
unscaled memcpy variant bugfix (negative strides)
Originally …
|
|
|
@e03c341e
|
23 years |
pulento |
- More work on preliminary bit rate control, just to be able to get an …
|
|
|
@37fbfd0
|
23 years |
pulento |
- Now the ME is done for the entire picture when enconding, the …
|
|
|
@ec22603f
|
23 years |
michaelni |
unscaled BGR24 -> YV12
Originally committed as revision 4624 to …
|
|
|
@21316f3c
|
23 years |
michaelni |
rgb24toyv12 in MMX (untested)
Originally committed as revision 4623 …
|
|
|
@4342fc14
|
23 years |
michaelni |
bgr24toUV in MMX
Originally committed as revision 4620 to …
|
|
|
@ac6a2e45
|
23 years |
michaelni |
bgr24toY in MMX
Originally committed as revision 4613 to …
|
|
|
@81401c1f
|
23 years |
pulento |
- Fixes on RTP and GOB headers for H.263.
- RTP callback system …
|
|
|
@3cb32e3d
|
23 years |
arpi |
PATCH by Rik Snel <rsnel@cube.dyndns.org>
this includes the range for …
|
|
|
@80e103d0
|
23 years |
arpi |
PATCH by Rik Snel <rsnel@cube.dyndns.org>
this patch enhances the …
|
|
|
@fa778d53
|
23 years |
michaelni |
workaround gcc 2.95.2 bug
Originally committed as revision 289 to …
|
|
|
@b0db4198
|
23 years |
michaelni |
fastmemcpy
Originally committed as revision 4587 to …
|
|
|
@4bb3fa5e
|
23 years |
michaelni |
unscaled BGR15->BGR16
a few bugfixes of the other unscaled converters
…
|
|
|
@b72034dd
|
23 years |
michaelni |
bgr15 input support
Originally committed as revision 4581 to …
|
|
|
@5bb9d9d8
|
23 years |
michaelni |
faster bgr16 input
Originally committed as revision 4580 to …
|
|
|
@6af250ea
|
23 years |
michaelni |
bgr16 input support
Originally committed as revision 4579 to …
|
|
|
@0b2540a0
|
23 years |
michaelni |
avoid copying input when encoding non intra stuff too
Originally …
|
|
|
@b935781
|
23 years |
michaelni |
unscaled converters
BGR24 -> BGR32 & RGB24 -> RGB32
BGR32 -> BGR24 & …
|
|
|
@adeaecb9
|
23 years |
michaelni |
fixing green line at right side bug (reported by Nick Kurshev …
|
|
|
@d8c2efac
|
23 years |
michaelni |
width or height %16 != 0 bugfix
Originally committed as revision 287 …
|
|
|
@a861d4d7
|
23 years |
michaelni |
rgb32 & rgb24 input support
squished a endianness bug in the 15/16bgr …
|
|
|
@b6654a54
|
23 years |
michaelni |
101 (yuv2rgb with mpeg1,...) ;)
simple copy if possible (same format, …
|
|
|
@3707990
|
23 years |
michaelni |
swScale internally uses yuv2rgb now if possible
Originally committed …
|
|
|
@6fe84b43
|
23 years |
michaelni |
use multiply instead of divides for DC prediction on X86
Originally …
|
|
|
@b81cf274
|
23 years |
michaelni |
printing error messages if something is wrong instead of just return …
|
|
|
@8a01d20c
|
23 years |
michaelni |
filterPos bugfix (only nearest neighbor scaling was affected)
…
|
|
|
@6ff0ad6b
|
23 years |
michaelni |
MMX(2) optimized YUY2 input
avoid duplicate checks for formats by …
|
|
|
@17470314
|
23 years |
michaelni |
printing correct format info
Originally committed as revision 4469 to …
|
|
|
@1e621b1
|
23 years |
michaelni |
YUY2, BGR24, BGR32 input support (no mmx yet)
Originally committed as …
|
|
|
@1f347f22
|
23 years |
michaelni |
-sws 2 is default now
Originally committed as revision 4422 to …
|
|
|
@6c7506de
|
23 years |
michaelni |
YV12 like formats support (I420/IYUV)
bugfixes related to vo_x11 …
|
|
|
@4b6388d1
|
23 years |
michaelni |
top row bugfix
Originally committed as revision 4404 to …
|
|
|
@d8863d37
|
23 years |
michaelni |
area averageing scaling support (-sws 5) (is identical to bilinear for …
|
|
|
@ff7ba856
|
23 years |
michaelni |
nearest neighbor / sdl emulation ;) scaling (-sws 4)
Originally …
|
|
|
@bdd677ac
|
23 years |
michaelni |
minor QP bugfix
Originally committed as revision 4400 to …
|
|
|
@5dfd24ac
|
23 years |
arpi |
workaround gcc bug "m" (0)
avoiding useage of ebx
Originally …
|
|
|
@320680d4
|
23 years |
kabi |
* temporal solution for shared lib compilation
* using ALPHA code …
|
|
|
@2f349de2
|
23 years |
michaelni |
(commit by michael)
mmx & mmx2 quantizer
c dct permutation bugfix
dont …
|
|
|
@580b82fa
|
23 years |
arpi |
(m)jpeg pad/flush with 1 instead of 0, fix by Rik Snel …
|
|
|
@2ddeed44
|
23 years |
michaelni |
(commit by michael)
motion-estimation on width/height not divisable …
|
|
|
@d2b3c3d7
|
23 years |
michaelni |
(commit by michael)
dc coeff isnt dequantized (bug reported by falk …
|
|
|
@4e3269e8
|
23 years |
michaelni |
(commit by michael)
quantizer range bugfix (mpeg1 & mpeg4 encoding)
…
|
|
|
@fd284805
|
23 years |
michaelni |
minor bugfix in the -v output
Originally committed as revision 4305 …
|
|
|
@5521b193
|
23 years |
michaelni |
15/16 bit dithering in C (5% slower, can be disabled by comenting …
|
|
|
@fe8054c0
|
23 years |
michaelni |
copyright(swscaler) = GPL
Originally committed as revision 4296 to …
|
|
|
@c7997007
|
23 years |
nickols_k |
Small simple idct improvement for Alpha by Falk Hueffner …
|
|
|
@5cebb24b
|
23 years |
michaelni |
a few filters (should be removed/merged when arpis videofilter stuff …
|
|
|
@c7f822d9
|
23 years |
michaelni |
general convolution filtering of the source picture
dynamic memory …
|
|
|
@635b3ec6
|
23 years |
Felix.Buenemann |
add mangling
Originally committed as revision 4286 to …
|
|
|
@91d1f1a4
|
23 years |
nickols_k |
Alpha optimizations by Falk Hueffner …
|
|
|
@1e98dffb
|
23 years |
nickols_k |
Alpha optimizations by Falk Hueffner …
|
|
|
@4bdd9157
|
23 years |
nickols_k |
Cygwin's mangling by Felix Buenemann <atmosfear@users.sourceforge.net> …
|
|
|
@7f56a527
|
23 years |
michaelni |
101
Originally committed as revision 4282 to …
|
|
|
@28bf81c9
|
23 years |
michaelni |
removed global vars so that multiple swscalers can be used …
|
|
|
@cbf5fa71
|
23 years |
albeu |
Added reverting support for -pp and -npp options
Originally committed …
|
|
|
@bf1595c4
|
23 years |
Felix.Buenemann |
fix mangling with runtime cpu detection
Originally committed as …
|
|
|
@9b464428
|
23 years |
Felix.Buenemann |
mangle for win32 in postproc
Originally committed as revision 4249 to …
|
|
|
@0a8d8945
|
23 years |
michaelni |
(commit by michael)
faster simple idct in MMX
Originally committed as …
|
|
|
@ae40484
|
23 years |
michaelni |
(commit by michael)
bye bye weird al rounding bug ;)
Originally …
|
|
|
@5975626d
|
23 years |
michaelni |
(commit by michael)
emms
Originally committed as revision 267 to …
|
|
|
@3d9fccbf
|
23 years |
michaelni |
(commit by michael)
draw_edges_mmx()
Originally committed as revision …
|
|
|
@4973971e
|
23 years |
michaelni |
(commit by michael)
faster simple_idct in C
Originally committed as …
|
|
|
@6f903d8e
|
23 years |
michaelni |
(commit by michael)
16-bit divide instead of 32-bit on x86 in …
|
|
|
@8bdbae01
|
23 years |
michaelni |
(commit by michael)
memset() in MMX
Originally committed as revision …
|
|
|
@162c9c2e
|
23 years |
michaelni |
dont print -npp parser debug info if only -v
print "using pp filters …
|
|
|
@99180fe3
|
23 years |
michaelni |
(commit by michael)
new msmpeg4 dequantizer did dequantize too early
…
|
|
|
@badaf88e
|
23 years |
michaelni |
(commit by michael)
dequantizers skip trailing zeros
msmpeg4 non-intra …
|
|
|
@05f361f0
|
23 years |
michaelni |
(commited by michael / arpi was crazy enough to give me his password) …
|
|
|
@eede2156
|
23 years |
arpi |
rv10 sig11 fix by Michael Niedermayer <michaelni@gmx.at>
Originally …
|
|
|
@5b3438c6
|
23 years |
arpi |
different fix, s->mbintra_table used only if h263_pred set. - patch by …
|
|
|
@01dbbd0a
|
23 years |
arpi |
This fixes segfaults because of uninitialized s->mbintra_table …
|
|
|
@6fb904ce
|
23 years |
arpi |
s->c_dc_scale was 7 if s->qscale==2 but should be 8 (the bug is …
|
|
|
@477c35a9
|
23 years |
arpi |
mpeg4 encoder fix by Michael Niedermayer <michaelni@gmx.at>
…
|
|
|
@3587d501
|
23 years |
arpi |
aligned bitstream support (optional) - patch by ichael Niedermayer …
|
|
|
@27a3e2c5
|
23 years |
michaelni |
another bitstream reader code (faster on intel cpus) - patch by …
|
|
|
@bff6ecaa
|
23 years |
michaelni |
AC table reset (memset) optimization - patch by Michael Niedermayer …
|
|
|
@5a24083
|
23 years |
michaelni |
fix for non-mmx runtimedetect encoding bugs - patch by Michael …
|
|
|
@ef093645
|
23 years |
michaelni |
fix different UMV handling for mpeg4 vs. h263 - patch by Michael …
|
|
|
@f4470e09
|
23 years |
michaelni |
print cpu flags
Originally committed as revision 248 to …
|
|
|
@fb4a9613
|
23 years |
arpi |
qscale estimate fix, diff extended to 64bit wide. patch by Stephen …
|
|
|
@3046f265
|
23 years |
arpi |
fix slices when code=0x18, patch by Michael Niedermayer …
|
|
|