summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAgeFilesLines
* rv20 (h263) b frame decoding supportMichael Niedermayer2003-12-041-4/+14
* cleanupMichael Niedermayer2003-12-031-7/+2
* h263 modified quantization fixMichael Niedermayer2003-12-031-8/+8
* h263 loop filterMichael Niedermayer2003-12-011-16/+39
* cleanupMichael Niedermayer2003-11-301-2/+1
* h263 alternative inter vlc supportMichael Niedermayer2003-11-291-0/+1
* h263 OBMC & 4MV supportMichael Niedermayer2003-11-281-177/+258
* dont read from b frames if draw_horiz_band==NULLMichael Niedermayer2003-11-271-5/+15
* 16x8 MV vissualization by (Wolfgang Hesseler <qv at multimediaware dot com>)Michael Niedermayer2003-11-251-0/+10
* 10lMichael Niedermayer2003-11-241-1/+1
* qprd with b frames fixMichael Niedermayer2003-11-131-2/+3
* qprd needs mbd=2Michael Niedermayer2003-11-131-0/+5
* ac prediction with rate distorted qp fixMichael Niedermayer2003-11-121-5/+12
* rate distored optimal lambda->qp supportMichael Niedermayer2003-11-121-9/+61
* flush fix (untested)Michael Niedermayer2003-11-031-1/+1
* 10l (fixes dct coeff noise reduction)Michael Niedermayer2003-11-031-0/+2
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-031-42/+42
* noise reduction of dct coefficientsMichael Niedermayer2003-11-021-1/+59
* pts fix and related fixesMichael Niedermayer2003-10-301-16/+21
* XvMC speedup by removing one memcpy and doing MB packingIvan Kalvachev2003-10-271-2/+6
* make convert_matrix() independant of MpegEncContextMichael Niedermayer2003-10-271-11/+11
* segfault fixMichael Niedermayer2003-10-251-2/+4
* optionally merge postscale into quantization table for the float aan dctMichael Niedermayer2003-10-231-2/+10
* floating point AAN DCTMichael Niedermayer2003-10-221-1/+2
* 112 bytes smaller MpegEncContextMichael Niedermayer2003-10-221-0/+4
* move blocks away MpegEncContext (7.4 -> 5.8k)Michael Niedermayer2003-10-221-0/+2
* move mmx quantizer matrixes out of MpegEncContext (23k -> 7k) (no meassureabl...Michael Niedermayer2003-10-221-7/+11
* move q_*_matrix out of MpegEncContext (40k ->23k) dct_quantize() is even slig...Michael Niedermayer2003-10-221-0/+5
* dynamic alloc of picture structs instead of putting them in MpegEncContextMichael Niedermayer2003-10-211-0/+3
* export mpeg2 active display area / pan scanMichael Niedermayer2003-10-201-0/+2
* emu_edge checks simplification and avoid redundant checks for mpeg1/2 if emu_...Michael Niedermayer2003-10-171-18/+16
* picture buffer cleanup, this fixes a assertion failure (if assertion checking...Michael Niedermayer2003-10-161-19/+17
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-141-0/+2
* fix decoding if the aspect ratio changesMichael Niedermayer2003-10-121-0/+3
* removed the obsolete and unused parameters of init_put_bitsAlex Beregszaszi2003-10-121-4/+4
* use lagrange multipler instead of qp for ratecontrol, this may break some thi...Michael Niedermayer2003-10-071-41/+49
* rd cbp + single coeff elimination fixMichael Niedermayer2003-10-021-6/+7
* optionally try to encode each MB with MV=<0,0> and choose the one with better RDMichael Niedermayer2003-10-021-0/+9
* rate distortion optimal cbp support (h263/mpeg4 non intra only)Michael Niedermayer2003-09-301-9/+31
* slight quality improvement ( < +0.04 PSNR) for high bitrate videos with trell...Michael Niedermayer2003-09-241-1/+41
* scenechange_thresholdMichael Niedermayer2003-09-161-1/+1
* AVI stream header FCC / more reliable detection of old xvid filesMichael Niedermayer2003-09-101-1/+6
* --disable-risky fix by (Luca Abeni <lucabe72 at email dot it>)Michael Niedermayer2003-09-091-3/+6
* ctype.h is a common headerFabrice Bellard2003-09-081-1/+2
* fixing CODEC_FLAG_GLOBAL_HEADERMichael Niedermayer2003-08-261-1/+6
* oooooops, having 2 Eterms open and doing cvs diff in one and cvs commit in th...Michael Niedermayer2003-08-251-14/+10
* mpeg2 encodingMichael Niedermayer2003-08-251-28/+56
* removed unused variableFabrice Bellard2003-08-241-2/+0
* custom quant matrix encoding supportMichael Niedermayer2003-08-221-0/+16
* * fixing a regression in mpeg encoder (not setting pix_fmt),Roman Shaposhnik2003-08-121-0/+3
OpenPOWER on IntegriCloud