]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegvideo.c
flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot com>)
[ffmpeg] / libavcodec / mpegvideo.c
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)
2002-11-23 Michael Niedermayermoving init of some variables (hurry_up,...) to MPV_fra...
2002-11-22 Zdenek Kabelac* remaining part of John Ryland's patch
2002-11-20 Michael Niedermayeraspect ratio cleanup
2002-11-19 Zdenek Kabelac* compilation fix (ARM users please check)
2002-11-12 Zdenek Kabelac* fixing some minor const warnings
2002-11-11 Zdenek Kabelac* using DSPContext - so each codec could use its local...
2002-11-10 Michael Niedermayerreversing header game
2002-11-09 Michael Niedermayercleanup
2002-11-08 Michael Niedermayercleanup (breaks compatibility, requested by fabrice)
2002-11-02 Michael NiedermayerAltivec Patch (Mark III) by (Dieter Shirley <dieters...
2002-10-31 Michael Niedermayerput a few large tables under #ifdef CONFIG_ENCODERS...
2002-10-31 Michael Niedermayerdont call emms_c() for each MB
2002-10-31 Michael Niedermayercleanup
2002-10-31 Michael Niedermayerfixing another assert q>0.0 issue caused by variance...
2002-10-30 Michael Niedermayerexporting the internal qscale table, this allso fixes...
2002-10-27 Michael Niedermayerhandle direct rendering buffer allocation failure
2002-10-25 Michael Niedermayeridct_permutation_type variable, so the permutation...
2002-10-25 Michael Niedermayerregression test for H263+
2002-10-25 Michael Niedermayerslice encoding cleanup
2002-10-23 Michael Niedermayeroptimize block_permute()
2002-10-23 Michael Niedermayerfixing interlaced MC & edge-emu
2002-10-22 Michael Niedermayerxvid qpel bug workaround
2002-10-19 Michael Niedermayerfixing h263 decoding (did segfault)
2002-10-18 Michael Niedermayerfixing interlaced dct + hq mode
next