- 09 Feb, 2002 6 commits
-
-
Michael Niedermayer authored
Originally committed as revision 4620 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 4613 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Juanjo authored
- RTP callback system implemented for H.263/H.263+. - Bug fix on DC coefficients of H.263. - H.263 decoder now returns PTS on picture number. Originally committed as revision 292 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Arpi authored
this includes the range for quantized dct coefficients in dct_quantize() (-1023...1023) Originally committed as revision 291 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Arpi authored
this patch enhances the jpeg header writer. It can be asked to omit quantisation and huffman tables and it can write different horizontal and vertical sampling factors. (the last thing is useless for libavcodec itself (because libavcodec only handles YUV420P at ecoder level), but the values are initialized so that operation of libavcodec is not impaired) Originally committed as revision 290 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 289 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Feb, 2002 5 commits
-
-
Michael Niedermayer authored
Originally committed as revision 4587 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
a few bugfixes of the other unscaled converters Originally committed as revision 4582 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 4581 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 4580 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 4579 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 07 Feb, 2002 4 commits
-
-
Michael Niedermayer authored
Originally committed as revision 288 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
BGR24 -> BGR32 & RGB24 -> RGB32 BGR32 -> BGR24 & RGB32 -> RGB24 Originally committed as revision 4568 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 4564 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 287 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Feb, 2002 3 commits
-
-
Michael Niedermayer authored
squished a endianness bug in the 15/16bgr output Originally committed as revision 4559 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
simple copy if possible (same format, no scaling, ...) Originally committed as revision 4556 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 4555 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 05 Feb, 2002 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 286 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Feb, 2002 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 4530 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 03 Feb, 2002 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 4493 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 02 Feb, 2002 1 commit
-
-
Michael Niedermayer authored
avoid duplicate checks for formats by changeing them (Y8->Y800, IYUV->I420) Originally committed as revision 4482 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 01 Feb, 2002 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 4469 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 4468 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 30 Jan, 2002 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 4422 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
bugfixes related to vo_x11 resizeing Originally committed as revision 4420 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 29 Jan, 2002 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 4404 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 4403 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 28 Jan, 2002 4 commits
-
-
Michael Niedermayer authored
Originally committed as revision 4402 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 4400 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Arpi authored
avoiding useage of ebx Originally committed as revision 283 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zdenek Kabelac authored
* using ALPHA code optimalization for non ARCH_I386 Originally committed as revision 282 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Jan, 2002 1 commit
-
-
Michael Niedermayer authored
mmx & mmx2 quantizer c dct permutation bugfix dont copy input on intra only encodings if it can be avoided dont draw edges on intra only stuff Originally committed as revision 281 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Jan, 2002 1 commit
-
-
Arpi authored
Originally committed as revision 280 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Jan, 2002 3 commits
-
-
Michael Niedermayer authored
motion-estimation on width/height not divisable through 16 files bugfix Originally committed as revision 279 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
dc coeff isnt dequantized (bug reported by falk hueffner) Originally committed as revision 278 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
quantizer range bugfix (mpeg1 & mpeg4 encoding) Originally committed as revision 277 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Jan, 2002 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 4305 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 21 Jan, 2002 2 commits
-
-
Michael Niedermayer authored
x/yInc bugfix (bug was introduced during the global var removial) more emms & no messing with ARCH_X86 (=workaround against not cleared mmx state somewhere) sharpening filter (-ssf cs=<int> & -ssf ls=<int>) Originally committed as revision 4298 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 4296 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-