]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegvideo.c
better padding/stuffing bug autodetection
[ffmpeg] / libavcodec / mpegvideo.c
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...
2002-08-06 Michael Niedermayermpeg4 mpeg quantizer encoding
2002-08-05 Michael Niedermayer4mv + bframe decoding bugfix
2002-08-04 Michael Niedermayerlast_picture should be never == NULL (it was with dr1...
2002-08-02 Michael Niedermayerfixing mpeg4 mpeg quantizers
2002-08-01 Michael Niedermayermax_b_frame=4 bugfix
2002-07-25 Michael Niedermayerdifferent edge positions fixed with edge emu / dr1
2002-07-21 Michael Niedermayerminor optimizations
2002-07-17 Michael Niedermayeruse edge emu for encoding of width or height %16!=0...
2002-07-17 Michael Niedermayerfixing NULL reference frame with dr1
2002-07-17 Michael Niedermayerlarger edge emu buffer (might have been too small)
2002-07-17 Michael Niedermayerfixing gmc with emu edges
2002-07-17 Michael Niedermayerinterlaced mpeg2 fix ... replacing linesize>>1 by uvlin...
2002-07-16 Michael Niedermayerexporting mbskip_table after it has been allocated
2002-07-15 Michael Niedermayerdirect rendering for SVQ1
2002-07-15 Michael Niedermayeruvlinesize
2002-07-15 Michael Niedermayer4mv & qpel edge emu
2002-07-14 Michael Niedermayerdirect rendering method 1 support
2002-07-13 Michael Niedermayerrl decoding optimization
2002-07-10 Marko Kreenadding ff prefix to avoid global name conficts with...
2002-07-03 Falk HüffnerUpdate and activate dct_unquantize_h263_mvi. Thanks...
2002-06-25 Michael Niedermayerinit dc_scale tables to defaults (fixes mjpeg sig11)
next