- 09 Mar, 2002 1 commit
-
-
Michael Niedermayer authored
q-pel mc support neither is totally bugfree yet though :( Originally committed as revision 320 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Mar, 2002 1 commit
-
-
François Revol authored
fixing some compilation problems Originally committed as revision 319 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Mar, 2002 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 318 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Mar, 2002 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 317 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Mar, 2002 1 commit
-
-
Felix Bünemann authored
Originally committed as revision 4924 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 01 Mar, 2002 1 commit
-
-
Juanjo authored
- Now the properties of the AVIs are correctly shown, but the MP2 audio isn't playable, it seems the problems is that Fraunhoffer MP3 decoder included on Windows cannot decode MP2 streams. Originally committed as revision 316 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Feb, 2002 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 315 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Juanjo authored
sure it works ok. Also it's slow, so use it only when you _really_ need to measure quality. - Fix libavcodec Makefile to enable profiling. Originally committed as revision 314 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Feb, 2002 3 commits
-
-
Michael Niedermayer authored
fixing msmpeg4 decoding if fps < 16 (i thought it was a indicator for the ext header, its the fps indeed) Originally committed as revision 313 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
more assertions Originally committed as revision 4807 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Juanjo authored
Originally committed as revision 312 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Feb, 2002 3 commits
-
-
Michael Niedermayer authored
Originally committed as revision 4795 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 4794 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
Michael Niedermayer authored
Originally committed as revision 4792 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-
- 19 Feb, 2002 1 commit
-
-
Juanjo authored
- H.263+ should be able to decode streams with AIC now :) Originally committed as revision 311 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Feb, 2002 10 commits
-
-
Juanjo authored
Originally committed as revision 310 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zdenek Kabelac authored
by: Philipp Matthias Hahn <pmhahn@titan.lahn.de> Originally committed as revision 309 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zdenek Kabelac authored
- introduced MOVQ_WONE, MOVQ_WTWO * unrolled put_pixels_clamped_mmx * added .baling where the jump address would be compiled on odd address * added some testing code to disable all these routines (for time measurement) Originally committed as revision 308 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zdenek Kabelac authored
* ignoring error from msmpeg4_decode_block Originally committed as revision 307 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Zdenek Kabelac authored
Originally committed as revision 306 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
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 3 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
-