aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAgeFilesLines
* copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer2004-01-101-0/+1
* interlaced dct decision cleanupMichael Niedermayer2004-01-051-84/+30
* non YV12 vissualization fix by (Wolfgang Hesseler <qv at multimediaware dot c...Michael Niedermayer2004-01-041-1/+3
* warn the user if we had to clip some dct coefficient due to a crappy format w...Michael Niedermayer2004-01-041-3/+12
* denoise_dct_mmx()Michael Niedermayer2004-01-021-3/+5
* more trellis quant optimizationsMichael Niedermayer2004-01-021-49/+50
* cleanupMichael Niedermayer2004-01-021-37/+14
* optimizing (trellis) quantizerMichael Niedermayer2004-01-021-22/+30
* dont show uninitalized motion vectorsMichael Niedermayer2004-01-011-0/+3
* rate limit tips and checksMichael Niedermayer2004-01-011-1/+10
* interlaced motion estimationMichael Niedermayer2003-12-301-71/+234
* 100000lMichael Niedermayer2003-12-301-1/+1
* motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at ...Wolfgang Hesseler2003-12-301-26/+68
* picture number fixesMichael Niedermayer2003-12-291-15/+7
* lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)Steven M. Schultz2003-12-221-1/+1
* 10l (forgot to copy top_field_first flag)Michael Niedermayer2003-12-221-13/+15
* vbv_delayMichael Niedermayer2003-12-171-1/+17
* split intra / inter dequantizationMichael Niedermayer2003-12-141-130/+158
* error concealment regression testMichael Niedermayer2003-12-141-0/+12
* cleanupMichael Niedermayer2003-12-131-7/+2
* Here are juste two added #ifdef CONFIG_ENCODERS to allowAurelien Jacobs2003-12-131-0/+4
* mb type & qp vissualizationMichael Niedermayer2003-12-131-4/+70
* stuffing to stay above min_bitrateMichael Niedermayer2003-12-121-2/+26
* fixed top_field_first support when encodingFabrice Bellard2003-12-121-1/+3
* interlaced dct encoding fixMichael Niedermayer2003-12-101-4/+5
* fixed interlaced encodingFabrice Bellard2003-12-101-2/+3
* motion_subsample_log2Michael Niedermayer2003-12-091-0/+2
* move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multi...Wolfgang Hesseler2003-12-091-34/+25
* slice flush / position fixMichael Niedermayer2003-12-071-2/+4
* h263 slice structured modeMichael Niedermayer2003-12-071-49/+51
* AVFrame.interlaced_frame fixesMichael Niedermayer2003-12-051-2/+4
* export top_field_first & interlaced_frameMichael Niedermayer2003-12-051-0/+2
* 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