summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 4MV motion estimation (not finished yet)Michael Niedermayer2002-03-27
| | | | | | | | SAD functions rewritten (8x8 support & MMX2 optimizations) HQ inter/intra decission msmpeg4 encoding bugfix (MV where too long) Originally committed as revision 362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2002-03-25
| | | | Originally committed as revision 5339 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* byte interleaving for mgaMichael Niedermayer2002-03-25
| | | | | | | | | untested (no g200 mga or whatever i would need ...) experimental sse2 version (even less tested as no p4 either ...) sse2 version would need 16-byte aligned src & dst else sig11 sse2 version is disabled by default Originally committed as revision 5338 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* optimizing mpeg4_encode_dcMichael Niedermayer2002-03-25
| | | | Originally committed as revision 361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fcode_tables where too small, found by Klaas-Pieter Vlieg <vlieg@eurescom.de>Michael Niedermayer2002-03-24
| | | | Originally committed as revision 360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* b-frame decoding bugfixMichael Niedermayer2002-03-24
| | | | Originally committed as revision 359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* resync marker support, needed for some mp4 filesMichael Niedermayer2002-03-24
| | | | Originally committed as revision 358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seems the old intra/inter decission is slightly better with a threshold, ↵Michael Niedermayer2002-03-24
| | | | | | than the new one Originally committed as revision 357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (motion_val was uninitilized)Michael Niedermayer2002-03-24
| | | | | | | 20l (first frame of a gop could be a p-frame sometimes) add hq flag to MpegEncContext Originally committed as revision 356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing motion estimation with h263p hopefullyMichael Niedermayer2002-03-23
| | | | Originally committed as revision 355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* statistics for 2-pass encodingMichael Niedermayer2002-03-23
| | | | Originally committed as revision 354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont return -1 if mpeg4 scalability ...Michael Niedermayer2002-03-23
| | | | Originally committed as revision 353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better inter/intra decission algo (same as xvid)Michael Niedermayer2002-03-23
| | | | Originally committed as revision 352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing MV range in h263Michael Niedermayer2002-03-23
| | | | Originally committed as revision 351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more aspect stuffMichael Niedermayer2002-03-22
| | | | Originally committed as revision 350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg4 aspect_ratio_info in AVCodecContext (requested by alex)Michael Niedermayer2002-03-22
| | | | | | | | experimental (& faster) motion estimation squished a dirty uninitialized var bug mpeg1 fcode>1 support Originally committed as revision 349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing epzs & mpeg1 (hopefully now really ...)Michael Niedermayer2002-03-22
| | | | Originally committed as revision 348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg1 & epzs fixMichael Niedermayer2002-03-22
| | | | Originally committed as revision 347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -me epzsMichael Niedermayer2002-03-22
| | | | Originally committed as revision 346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oopsMichael Niedermayer2002-03-22
| | | | Originally committed as revision 345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new motion estimation (epzs) not complete yet but allready pretty good :)Michael Niedermayer2002-03-22
| | | | | | | | unlimited mv search range minor bugfix in the mpeg4 header parser reset picture in gop counter if scene change is detected Originally committed as revision 344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing bgr15&16 on big_endianMichael Niedermayer2002-03-21
| | | | | | i doubt that that will fix all big endian problems though, we very likely will have to support RGB & BGR output formats as either bgr32 or bgr15 is rgb depending upon the way rgb/bgr is defined Originally committed as revision 5247 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* - Fix pts calculation on mpeg mux (A/V sync) - Thanks to Lennert BuytenhekJuanjo2002-03-20
| | | | | | - Fix temporal-reference-glitches for MPEG1 - Thanks to Lennert Buytenhek Originally committed as revision 343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Added video coding statistics for ffmpeg. Needs more work.Juanjo2002-03-19
| | | | | | - Fixed ME range for H.263+ UMV (32 pix). Originally committed as revision 342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* trying to fix qscale==0Michael Niedermayer2002-03-19
| | | | Originally committed as revision 341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use the width & height from the mpeg4 header ... in the case that its completeMichael Niedermayer2002-03-19
| | | | Originally committed as revision 340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* msmpeg4 bugfix (wrong frame displayed if some frames are skipped)Michael Niedermayer2002-03-18
| | | | Originally committed as revision 339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing 4MVMichael Niedermayer2002-03-18
| | | | Originally committed as revision 338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* scene change detectionMichael Niedermayer2002-03-17
| | | | Originally committed as revision 337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2002-03-17
| | | | Originally committed as revision 336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Fixes on MPEG demuxer to handle VOBs without System Header.Juanjo2002-03-17
| | | | Originally committed as revision 335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hopefully better bitrate controllMichael Niedermayer2002-03-17
| | | | Originally committed as revision 334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Bug fix MPEG-2 decoder to handle "repeat_first_field" (Telecine)Juanjo2002-03-16
| | | | | | - Hack in MPEG-2 demux to cope with buggy VOBs. Originally committed as revision 333 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizationMichael Niedermayer2002-03-15
| | | | Originally committed as revision 332 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use ac prediction in mpeg4 encoding (5% smaller intra-blocks/keyframes)Michael Niedermayer2002-03-15
| | | | | | | some minor optimizations last non zero index cant be 64 bugfix Originally committed as revision 331 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support decoding (with mplayer) of 3 .mp4 files from mphqMichael Niedermayer2002-03-13
| | | | | | optimize h263_pred_motion() Originally committed as revision 330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* generate even more complete mpeg4 headersMichael Niedermayer2002-03-13
| | | | Originally committed as revision 329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg4 b-frames :)Michael Niedermayer2002-03-12
| | | | | | create slightly more correct headers & add "ffmpeg" user-data section Originally committed as revision 328 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Bug fix on output sample rate for lame MP3 encoding.Juanjo2002-03-10
| | | | Originally committed as revision 327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek.Juanjo2002-03-10
| | | | Originally committed as revision 326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek.Juanjo2002-03-10
| | | | Originally committed as revision 325 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek.Juanjo2002-03-10
| | | | | | - Changes on AVI and WAV muxers to support MP3. Originally committed as revision 324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek.Juanjo2002-03-10
| | | | | | - Changes on AVI and WAV muxers to support MP3 encoding. Originally committed as revision 323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* divx5 draw_edges bugfixMichael Niedermayer2002-03-10
| | | | Originally committed as revision 322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* q-pel mc fixedMichael Niedermayer2002-03-09
| | | | Originally committed as revision 321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* divx5-gmc supportMichael Niedermayer2002-03-09
| | | | | | | q-pel mc support neither is totally bugfree yet though :( Originally committed as revision 320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * BeOS patch by François Revol <revol@free.fr>François Revol2002-03-08
| | | | | | fixing some compilation problems Originally committed as revision 319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gmc bitstream decoding support (the real motion compensation isnt implemnted ↵Michael Niedermayer2002-03-07
| | | | | | yet) Originally committed as revision 318 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parsing more of the mpeg4 header & print some "not supported" stuffMichael Niedermayer2002-03-05
| | | | Originally committed as revision 317 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add manglingFelix Bünemann2002-03-03
| | | | Originally committed as revision 4924 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc