- 18 Feb, 2002 5 commits
-
-
Zdenek Kabelac authored
* simplified indexing Originally committed as revision 305 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zdenek Kabelac authored
Originally committed as revision 304 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zdenek Kabelac authored
Originally committed as revision 303 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
bug found by Lennert Buytenhek <buytenh@gnu.org> Originally committed as revision 302 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 301 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Feb, 2002 2 commits
-
-
Juanjo authored
Originally committed as revision 300 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
optimized the normal bitstream writer, its faster than the alternative one on p3 now ... lets hope its at least not slower on p4 & k7 Originally committed as revision 299 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Feb, 2002 1 commit
-
-
Michael Niedermayer authored
srcHeight %2 != 0 bugfix / chroma height = (luma height +1)>>1 in YV12 Originally committed as revision 4699 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 13 Feb, 2002 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 298 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
(makeing some constant arrays global, merging put_bits(), ...) Originally committed as revision 297 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Feb, 2002 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 296 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
alternative bitstream writer (disabled by default, uncomment #define ALT_BISTREAM_WRITER in common.h if u want to try it) Originally committed as revision 295 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Feb, 2002 5 commits
-
-
Michael Niedermayer authored
Originally committed as revision 4650 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Juanjo authored
average variance for picture's MBs so we can adjust qscale on the MB layer. Originally committed as revision 294 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Juanjo authored
DCT/Quantization is done after we have calculated all the MV of the picture. - This is the preamble for a better bit rate control. Originally committed as revision 293 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 4624 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 4623 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 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 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 4469 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-