- 15 Mar, 2002 1 commit
-
-
Michael Niedermayer authored
some minor optimizations last non zero index cant be 64 bugfix Originally committed as revision 331 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Mar, 2002 2 commits
-
-
Michael Niedermayer authored
optimize h263_pred_motion() Originally committed as revision 330 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 329 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Mar, 2002 1 commit
-
-
Michael Niedermayer authored
create slightly more correct headers & add "ffmpeg" user-data section Originally committed as revision 328 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Mar, 2002 6 commits
-
-
Juanjo authored
Originally committed as revision 327 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Juanjo authored
Originally committed as revision 326 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Juanjo authored
Originally committed as revision 325 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Juanjo authored
- Changes on AVI and WAV muxers to support MP3. Originally committed as revision 324 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Juanjo authored
- Changes on AVI and WAV muxers to support MP3 encoding. Originally committed as revision 323 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 322 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Mar, 2002 2 commits
-
-
Michael Niedermayer authored
Originally committed as revision 321 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
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 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 298 to svn://svn.ffmpeg.org/ffmpeg/trunk
-