]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegvideo.c
* preAlpha DV encoding support -- there's still a truckload
[ffmpeg] / libavcodec / mpegvideo.c
2003-09-30 Michael Niedermayerrate distortion optimal cbp support (h263/mpeg4 non...
2003-09-24 Michael Niedermayerslight quality improvement ( < +0.04 PSNR) for high...
2003-09-16 Michael Niedermayerscenechange_threshold
2003-09-10 Michael NiedermayerAVI stream header FCC / more reliable detection of...
2003-09-09 Michael Niedermayer--disable-risky fix by (Luca Abeni <lucabe72 at email...
2003-09-08 Fabrice Bellardctype.h is a common header
2003-08-26 Michael Niedermayerfixing CODEC_FLAG_GLOBAL_HEADER
2003-08-25 Michael Niedermayeroooooops, having 2 Eterms open and doing cvs diff in...
2003-08-25 Michael Niedermayermpeg2 encoding
2003-08-24 Fabrice Bellardremoved unused variable
2003-08-22 Michael Niedermayercustom quant matrix encoding support
2003-08-12 Roman Shaposhnik * fixing a regression in mpeg encoder (not setting...
2003-08-05 Michael Niedermayercheck input pix_fmt
2003-08-05 Michael Niedermayercleanup / fixes
2003-08-02 Michael Niedermayerclear bitstream buffers in AVCodec.flush()
2003-08-01 Michael Niedermayermake the h263 decoder more error tolerant
2003-07-29 Michael Niedermayerrate distortion mb decision support
2003-07-26 Ivan Kalvachevmake MPV_frame_start fail on get_buffer failer
2003-07-26 Ivan Kalvachevinitial XvMC support
2003-07-23 Michael Niedermayerlast frames & b frames encoding fix
2003-07-20 Michael Niedermayerdefault for slices is display order again
2003-07-18 Michael Niedermayersvq3 b frame slices fix
2003-07-17 Michael NiedermayerAVCodec.flush()
2003-07-10 Michael Niedermayerflv cleanup / simplify
2003-07-09 Garrick Meekerflash video (flv) support patch by (Garrick Meeker...
2003-07-05 Michael Niedermayermemleak fix by (Jake Page <jake at CS dot Stanford...
2003-07-03 Ivan KalvachevMpeg2 16x8 Patch by ("Ivan Kalvachev" <ivan at cacad...
2003-06-27 Michael Niedermayer2x100l
2003-06-23 Ivan KalvachevDMV support patch by ("Ivan Kalvachev" <ivan at cacad...
2003-06-18 Michael Niedermayermake ff_emulated_edge_mc() independant of MpegEncContext
2003-06-17 Michael Niedermayerlossless mjpeg encoding (planar yuv & RGB) and somerela...
2003-05-29 Michael Niedermayermpeg1 decoding fix
2003-05-27 Michael Niedermayermotion vector vissualization for mpeg1/2
2003-05-19 Michael NiedermayerASV1 codec
2003-05-14 Michael Niedermayercleanup
2003-05-09 Michael Niedermayersvq3 decoder by anonymous
2003-05-06 Michael Niedermayerrelease buffer cleanup
2003-05-05 Michael Niedermayerdoxy
2003-04-27 Michael Niedermayer10l (returning negative number of consumed bytes if...
2003-04-25 Michael Niedermayertypo in a comment ...
2003-04-25 Michael Niedermayerfixing mixed dr1 + internal buffers
2003-04-14 Michael Niedermayer10l
2003-04-14 Michael Niedermayercheck validity of some flags
2003-04-10 Michael Niedermayersimplified adressing of most mb based arrays (mb_x...
2003-04-06 Michael Niedermayerpict_type & quality fix
2003-04-04 Michael NiedermayerH264 decoder & demuxer
2003-04-02 Michael Niedermayer10l
2003-04-01 Michael Niedermayerfixing msmpeg4v2 encoding
2003-03-31 Michael Niedermayersome static -> dynamic alloc & 16->8 bit
2003-03-30 Michael Niedermayermpeg1 slice encoding support
2003-03-30 Michael Niedermayersimplify slice encoding (variance of packet size is...
2003-03-22 Michael Niedermayeruser setable quantizer bias
2003-03-22 Michael Niedermayer10l
2003-03-17 Michael Niedermayerqmin/qmax cleanup
2003-03-16 Michael Niedermayerfield pic decoding cleanup
2003-03-12 Zdenek Kabelac* added more options
2003-03-12 Michael Niedermayerper context frame_rate_base, this should finally fix...
2003-03-10 Zdenek Kabelac* 'externaly' visible option list begins avoptions_...
2003-03-08 Michael Niedermayermerging fourcc with codec_tag
2003-03-06 Michael Niedermayerper file doxy
2003-03-05 Michael Niedermayercleanup
2003-03-05 Michael Niedermayermpeg2 field pictures + sliced mode (doesnt work with...
2003-03-05 Michael Niedermayerfield picture decoding support (16x16 MC blocks only...
2003-03-05 Michael Niedermayerextended option for h263+ patch by (fixounet at free...
2003-03-04 Michael Niedermayertypo (fixes wmv1 regression test in c)
2003-03-03 Michael NiedermayerMpegEncContext.(i)dct_* -> DspContext.(i)dct_*
2003-02-28 Michael Niedermayerh263(+) clenaup & bugfixes
2003-02-27 Michael Niedermayeruser specified motion estimation range limit
2003-02-16 Wolfgang Hesselermore #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler...
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-10 Zdenek Kabelac* still unfinished code for Options
2003-02-08 Michael Niedermayermpeg1 bframe encoding patch by (Raphaël LEGRAND) with...
2003-02-02 Michael Niedermayerdivx503 decoding fix
2003-01-29 Michael Niedermayer--disable-risky support
2003-01-21 Michael Niedermayercleanup
2003-01-20 Michael Niedermayertrying to fix mb skip bug in mpeg1/2 if slices are...
2003-01-19 Måns RullgårdC99 initializers and kill warnings patch by (mru at...
2003-01-19 Michael Niedermayerfinetuneing thresholds/factors
2003-01-18 Michael Niedermayerbugs
2003-01-15 Michael Niedermayermore compare functions (rd & bit)
2003-01-13 Michael Niedermayergmc1 segfault fix (found by kabi)
2003-01-12 Michael Niedermayerget_format()
2003-01-05 Michael Niedermayernegative linesize support (so mplayer -flip works)
2003-01-05 Thomas Jaroschpts encoding fix patch by (Thomas Jarosch <tomj at...
2003-01-05 Michael Niedermayerqpel in mmx2/3dnow
2003-01-02 Michael Niedermayerpre motion estimation cleanup/bugfix
2003-01-02 Michael Niedermayermotion estimation pre pass
2003-01-01 Michael Niedermayertrellis quantization for mpeg1
2002-12-31 Michael Niedermayermore optimized trellis quantizer
2002-12-31 Michael Niedermayertrellis quantization
2002-12-27 Michael Niedermayerqpel encoding
2002-12-17 Michael Niedermayermore debug output
2002-12-09 Michael NiedermayerAVVideoFrame -> AVFrame
2002-12-09 Michael Niedermayercleanup / messup?
2002-12-06 Michael Niedermayerfixing 2pass assert failure
2002-12-05 Michael Niedermayerfixing hq + adaptive quant
2002-12-04 Michael Niedermayerfixing files where the first frame isn a keyframe
2002-12-04 Michael Niedermayernew PSNR code (now works with chroma, b frames, ...)
2002-12-04 Michael Niedermayercleanup
2002-12-03 Michael Niedermayer100l (mixing chroma & luma linesize)
next