]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegvideo.c
quantizer noise shaping
[ffmpeg] / libavcodec / mpegvideo.c
2004-02-02 Michael Niedermayerquantizer noise shaping
2004-01-29 Michael Niedermayerb frames + cbr fix
2004-01-26 Michael Niedermayermpeg4 pts fix
2004-01-24 Michael Niedermayeroptimization & bugfix extracted from the 4k line diff...
2004-01-22 Michael Niedermayerclosed gop support & flags2 as all bits in flags are...
2004-01-19 Michael Niedermayeravcodec_flush_buffers() fix
2004-01-18 Michael Niedermayerremoving broken framerate conversation hack in mpeg1/2
2004-01-12 Michael Niedermayertype fixes, found by Wolfgang Hesseler
2004-01-10 Michael Niedermayercopyright year update of the files i touched and rememb...
2004-01-05 Michael Niedermayerinterlaced dct decision cleanup
2004-01-04 Michael Niedermayernon YV12 vissualization fix by (Wolfgang Hesseler ...
2004-01-04 Michael Niedermayerwarn the user if we had to clip some dct coefficient...
2004-01-02 Michael Niedermayerdenoise_dct_mmx()
2004-01-02 Michael Niedermayermore trellis quant optimizations
2004-01-02 Michael Niedermayercleanup
2004-01-02 Michael Niedermayeroptimizing (trellis) quantizer
2004-01-01 Michael Niedermayerdont show uninitalized motion vectors
2004-01-01 Michael Niedermayerrate limit tips and checks
2003-12-30 Michael Niedermayerinterlaced motion estimation
2003-12-30 Michael Niedermayer100000l
2003-12-30 Wolfgang Hesselermotion vector vissualization improvements patch by...
2003-12-29 Michael Niedermayerpicture number fixes
2003-12-22 Steven M. Schultzlrintf patch by ("Steven M. Schultz" <sms at 2BSD dot...
2003-12-22 Michael Niedermayer10l (forgot to copy top_field_first flag)
2003-12-17 Michael Niedermayervbv_delay
2003-12-14 Michael Niedermayersplit intra / inter dequantization
2003-12-14 Michael Niedermayererror concealment regression test
2003-12-13 Michael Niedermayercleanup
2003-12-13 Aurelien JacobsHere are juste two added #ifdef CONFIG_ENCODERS to...
2003-12-13 Michael Niedermayermb type & qp vissualization
2003-12-12 Michael Niedermayerstuffing to stay above min_bitrate
2003-12-12 Fabrice Bellardfixed top_field_first support when encoding
2003-12-10 Michael Niedermayerinterlaced dct encoding fix
2003-12-10 Fabrice Bellardfixed interlaced encoding
2003-12-09 Michael Niedermayermotion_subsample_log2
2003-12-09 Wolfgang Hesselermove motion_val & mb_type to AVFrame patch by (Wolfgang...
2003-12-07 Michael Niedermayerslice flush / position fix
2003-12-07 Michael Niedermayerh263 slice structured mode
2003-12-05 Michael NiedermayerAVFrame.interlaced_frame fixes
2003-12-05 Michael Niedermayerexport top_field_first & interlaced_frame
2003-12-04 Michael Niedermayerrv20 (h263) b frame decoding support
2003-12-03 Michael Niedermayercleanup
2003-12-03 Michael Niedermayerh263 modified quantization fix
2003-12-01 Michael Niedermayerh263 loop filter
2003-11-30 Michael Niedermayercleanup
2003-11-29 Michael Niedermayerh263 alternative inter vlc support
2003-11-28 Michael Niedermayerh263 OBMC & 4MV support
2003-11-27 Michael Niedermayerdont read from b frames if draw_horiz_band==NULL
2003-11-25 Michael Niedermayer16x8 MV vissualization by (Wolfgang Hesseler <qv at...
2003-11-24 Michael Niedermayer10l
2003-11-13 Michael Niedermayerqprd with b frames fix
2003-11-13 Michael Niedermayerqprd needs mbd=2
2003-11-12 Michael Niedermayerac prediction with rate distorted qp fix
2003-11-12 Michael Niedermayerrate distored optimal lambda->qp support
2003-11-03 Michael Niedermayerflush fix (untested)
2003-11-03 Michael Niedermayer10l (fixes dct coeff noise reduction)
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-11-02 Michael Niedermayernoise reduction of dct coefficients
2003-10-30 Michael Niedermayerpts fix and related fixes
2003-10-27 Ivan KalvachevXvMC speedup by removing one memcpy and doing MB packing
2003-10-27 Michael Niedermayermake convert_matrix() independant of MpegEncContext
2003-10-25 Michael Niedermayersegfault fix
2003-10-23 Michael Niedermayeroptionally merge postscale into quantization table...
2003-10-22 Michael Niedermayerfloating point AAN DCT
2003-10-22 Michael Niedermayer112 bytes smaller MpegEncContext
2003-10-22 Michael Niedermayermove blocks away MpegEncContext (7.4 -> 5.8k)
2003-10-22 Michael Niedermayermove mmx quantizer matrixes out of MpegEncContext ...
2003-10-22 Michael Niedermayermove q_*_matrix out of MpegEncContext (40k ->23k) dct_q...
2003-10-21 Michael Niedermayerdynamic alloc of picture structs instead of putting...
2003-10-20 Michael Niedermayerexport mpeg2 active display area / pan scan
2003-10-17 Michael Niedermayeremu_edge checks simplification and avoid redundant...
2003-10-16 Michael Niedermayerpicture buffer cleanup, this fixes a assertion failure...
2003-10-14 Mike Melansondisable encoders where appropriate (patch courtesy...
2003-10-12 Michael Niedermayerfix decoding if the aspect ratio changes
2003-10-12 Alex Beregszasziremoved the obsolete and unused parameters of init_put_bits
2003-10-07 Michael Niedermayeruse lagrange multipler instead of qp for ratecontrol...
2003-10-02 Michael Niedermayerrd cbp + single coeff elimination fix
2003-10-02 Michael Niedermayeroptionally try to encode each MB with MV=<0,0> and...
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
next