summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* export mbskip_table for direct renderingMichael Niedermayer2002-04-27
| | | | | | add hurry_up support Originally committed as revision 424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed msmpeg4 infinite loop if buggy streamMichael Niedermayer2002-04-27
| | | | | | | | | | rewrote quantizer fixed bias (+10% compression/quality for h263 like codecs) qscale=1 support mpeg1 intra frames looks far less blocky added codec_id field Originally committed as revision 423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * cleanupZdenek Kabelac2002-04-26
| | | | Originally committed as revision 422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixes problem with -funroll-loops and buggy gcc compilerZdenek Kabelac2002-04-24
| | | | Originally committed as revision 421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avcodec_flush_buffers()Michael Niedermayer2002-04-24
| | | | Originally committed as revision 420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * path to ffmpegs config.hZdenek Kabelac2002-04-23
| | | | Originally committed as revision 419 to svn://svn.ffmpeg.org/ffmpeg/trunk
* segfault fixMichael Niedermayer2002-04-22
| | | | Originally committed as revision 418 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * using liba52Zdenek Kabelac2002-04-22
| | | | Originally committed as revision 417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * using some small char buffer - needed for sprintfZdenek Kabelac2002-04-22
| | | | Originally committed as revision 416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export delay infoMichael Niedermayer2002-04-22
| | | | | | fixed low_delay & vo_type on mpeg4 header writer & parser Originally committed as revision 415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* b-frame mpeg4 fix when seekingMichael Niedermayer2002-04-22
| | | | Originally committed as revision 414 to svn://svn.ffmpeg.org/ffmpeg/trunk
* x1 deblocking filter bugfixMichael Niedermayer2002-04-22
| | | | Originally committed as revision 5788 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* divx 5.01 supportMichael Niedermayer2002-04-22
| | | | Originally committed as revision 412 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * add support for liba52Zdenek Kabelac2002-04-22
| | | | Originally committed as revision 411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix b-frame MB skipMichael Niedermayer2002-04-21
| | | | Originally committed as revision 410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rounding bugfixMichael Niedermayer2002-04-21
| | | | Originally committed as revision 409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed ratecontrol & b-framesMichael Niedermayer2002-04-21
| | | | | | | | | 2pass ratecontrol fixed hq with 2pass inceased build num (a few more vars for the rc stuff) hopefully no new bugs Originally committed as revision 408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* postprocess array increased to handle images up to 2048x1536Arpi2002-04-20
| | | | Originally committed as revision 407 to svn://svn.ffmpeg.org/ffmpeg/trunk
* much better ME for b frames (a bit slow though)Michael Niedermayer2002-04-19
| | | | | | | fixed MC rounding for b frames fixed hq mode with b-frames Originally committed as revision 406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing hq mode with mpeg1 and 2-passMichael Niedermayer2002-04-17
| | | | Originally committed as revision 405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg2/mpeg4 dequantizer support (c & mmx)Michael Niedermayer2002-04-17
| | | | | | mpeg1 dequantizer optimizations Originally committed as revision 404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed mpeg4 time stuff on encodingMichael Niedermayer2002-04-17
| | | | | | | | | | | | | mpeg4 b-frame enoding support removed old, out-commented ratecontrol reuse motion compensation code between encoding & decoding prefix newly added global functions with ff_ to reduce namespace polution b-frame ME (unfinished, but working) added some comments to mpegvideo.h do MC on encoding only once if possible bugs? ;) Originally committed as revision 403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * solaris does not support -qZdenek Kabelac2002-04-16
| | | | Originally committed as revision 402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * minor - slightly modified debug messageZdenek Kabelac2002-04-15
| | | | Originally committed as revision 401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Versions defined for libav/libavcodec.Juanjo2002-04-15
| | | | | | | - Bug fix in wav muxer for MP2 audio. - ffmpeg/libavcodec version in MPEG-4 user data. Originally committed as revision 400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - ME method compatibility with legacy apps.Juanjo2002-04-14
| | | | | | - Please use AVCodecContext's me_method now. Originally committed as revision 399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - ME setting moved to AVCodecContext/MpegEncContext, no longer a global.Juanjo2002-04-14
| | | | | | | | - EPZS ME algo used by default. - HQ flag activated for ffmpeg. - Cosmetics ... Originally committed as revision 398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yuv422p -> yuy2 (untested)Michael Niedermayer2002-04-13
| | | | Originally committed as revision 5589 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* rgb24->bgr24Michael Niedermayer2002-04-13
| | | | Originally committed as revision 5583 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fix typo found by Milan Cutka <cutka@szm.sk>Michael Niedermayer2002-04-12
| | | | Originally committed as revision 5577 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* * no error message without config.hZdenek Kabelac2002-04-11
| | | | Originally committed as revision 396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * support for simple_idct configZdenek Kabelac2002-04-11
| | | | | | * preserving timestamp if config.h is not modifed Originally committed as revision 395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - New switch to activate 4MV in ffmpeg.Juanjo2002-04-09
| | | | Originally committed as revision 394 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Fixed AC3 decoding for 5:1 AC3 streams. Now when calling av_audio_decode forJuanjo2002-04-09
| | | | | | | | | | AC3 set avcodec_context->channels to the desired number channels, if the setting is 0 AC3 decoder will set it to the channels found in the stream. - Changed ffmpeg to cope with the new "way" of AC3 decoding. - ASF muxer now uses Tickers for PTS calculations. Originally committed as revision 393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - PIX_FMT_ANY = -1 to avoid breaking any stuff that could be using it.Juanjo2002-04-09
| | | | | | Thanks to D Richard Felker III for his comments. Originally committed as revision 392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Commented out PIX_FMT_ANY by now. It seems that not all codecs are settingJuanjo2002-04-09
| | | | | | | the PIX_FMT_ so they get PIX_FMT_ANY instead of PIX_FMT_YUV420P which obviuosly annoys ffmpeg. Originally committed as revision 391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * patch by Philip GladstonePhilip Gladstone2002-04-08
| | | | Originally committed as revision 390 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * using pixtype as enum - by Philip GladstoneZdenek Kabelac2002-04-08
| | | | Originally committed as revision 389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * some minor modification by Philip GladstonZdenek Kabelac2002-04-08
| | | | | | * grab containes new code Originally committed as revision 388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * more warning cleanupsZdenek Kabelac2002-04-08
| | | | | | * adding const & statics Originally committed as revision 387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing some warningsZdenek Kabelac2002-04-08
| | | | Originally committed as revision 386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing black stripe at right if width%8!=0 && stride%8==0 reported by kabiMichael Niedermayer2002-04-08
| | | | Originally committed as revision 5534 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* * support for .au .gif .mov .mp4 by François Revol <revol@free.fr>Zdenek Kabelac2002-04-08
| | | | | | hmm any opinions about GIF support ? Originally committed as revision 385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* *** empty log message ***Zdenek Kabelac2002-04-08
| | | | Originally committed as revision 384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * encoding of AC3 with more than 2 channelsZdenek Kabelac2002-04-08
| | | | | | by Takashi Iwai <tiwai@suse.de> Originally committed as revision 383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Added force_pts to av_write_packet() to be able to force PTS, this helpsJuanjo2002-04-07
| | | | | | | | | | (and fix) stream copying. By now force_pts it's just honoured by the MPEG muxer. ASF could honour this also, but it should be fixed to use Tickers first. - MPEG audio decoder exports it's frame size in bytes. - Hope this fix the floating point exception found in ffserver. Originally committed as revision 382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg4 mpeg quantizer supportMichael Niedermayer2002-04-07
| | | | Originally committed as revision 381 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wmv1 header parser (unfinished)Michael Niedermayer2002-04-06
| | | | Originally committed as revision 380 to svn://svn.ffmpeg.org/ffmpeg/trunk
* msmpeg4v2 encodingMichael Niedermayer2002-04-05
| | | | Originally committed as revision 379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing msmpeg4v2 bugs (is bugfree now afaik)Michael Niedermayer2002-04-05
| | | | Originally committed as revision 378 to svn://svn.ffmpeg.org/ffmpeg/trunk