]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegvideo.c
per file doxy
[ffmpeg] / libavcodec / mpegvideo.c
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
2002-10-16 Michael Niedermayerinit flags before using it (found by arpi)
2002-10-16 Michael Niedermayercomplete mpeg4 GMC decoding support
2002-10-13 Michael Niedermayerbetter/cleaner error resilience (done in a 2nd pass...
2002-10-06 Michael Niedermayerset low_delay on encoding if no b frames
2002-10-06 Michael Niedermayertrying to fix the non-x86 IDCTs (untested)
2002-10-04 Alex Beregszaszimoved dct init out from mpv_common_init to dct_common_i...
2002-10-03 Leon van Stuivenbergps2 optimizations update patch by (Leon van Stuivenberg...
2002-10-02 Michael Niedermayeroptimization
2002-09-30 Michael Niedermayeroptimizing mpeg1_decode_block()
2002-09-30 Michael Niedermayerconvert only needed matrixes in convert_matrix() (mjpeg...
2002-09-29 Michael Niedermayeridct permutation cleanup, idct can be selected per...
2002-09-28 Falk HüffnerAn easy way to speed up encoding by 6%.
2002-09-27 Michael Niedermayerff_get_fourcc() & XVIX support
2002-09-26 Michael Niedermayermpeg4 interlaced dct encoding
2002-09-24 Michael Niedermayeradaptive quantization for h263
2002-09-24 Michael Niedermayerdarkness masking (lumi masking does only bright stuff...
2002-09-23 Michael Niedermayeradaptive quantization (lumi/temporal & spatial complexi...
2002-09-14 Michael Niedermayerfixing qpel 4mv
2002-09-14 Michael Niedermayerinterlaced qpel mpeg4 fixed
2002-09-13 Michael Niedermayerinterlaced mpeg4 b frame decoding
2002-09-12 Michael Niedermayerfixing interlaced mpeg4 decoding
2002-09-12 Michael Niedermayerstatistics for forw & back p-MBs instead of just one...
2002-09-12 Michael Niedermayerset pict_type & key_frame on decoding too
2002-09-11 Michael Niedermayerput/avg_pixels16
2002-09-11 Michael Niedermayerreducing sizeof MpegEncContext to avoid stack overflow...
2002-09-01 Michael Niedermayerdct cleanup
2002-08-30 Martin Olschewskisun solaris compilation bugfix, patch by (Martin Olsche...
2002-08-29 Michael Niedermayerslow but accurate integer dct from IJG (should be ok...
2002-08-27 Michael Niedermayermpeg4 interlaced decoding support (not completly implem...
2002-08-26 Alex Beregszasziadded aspected_width/height for EXTENDED_PAR
2002-08-25 Michael Niedermayernew ratecontrol code
2002-08-24 Michael Niedermayererror concealment needs the mbintra_table so it should...
2002-08-22 Michael Niedermayerbetter scene change detection
2002-08-18 Michael Niedermayersame dc skip behavior for chroma & luma elimination...
2002-08-17 Michael Niedermayerskip blocks with small chroma dc too (if the user wants...
next