summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAge
* Here are juste two added #ifdef CONFIG_ENCODERS to allowAurelien Jacobs2003-12-13
* mb type & qp vissualizationMichael Niedermayer2003-12-13
* stuffing to stay above min_bitrateMichael Niedermayer2003-12-12
* fixed top_field_first support when encodingFabrice Bellard2003-12-12
* interlaced dct encoding fixMichael Niedermayer2003-12-10
* fixed interlaced encodingFabrice Bellard2003-12-10
* motion_subsample_log2Michael Niedermayer2003-12-09
* move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multi...Wolfgang Hesseler2003-12-09
* slice flush / position fixMichael Niedermayer2003-12-07
* h263 slice structured modeMichael Niedermayer2003-12-07
* AVFrame.interlaced_frame fixesMichael Niedermayer2003-12-05
* export top_field_first & interlaced_frameMichael Niedermayer2003-12-05
* rv20 (h263) b frame decoding supportMichael Niedermayer2003-12-04
* cleanupMichael Niedermayer2003-12-03
* h263 modified quantization fixMichael Niedermayer2003-12-03
* h263 loop filterMichael Niedermayer2003-12-01
* cleanupMichael Niedermayer2003-11-30
* h263 alternative inter vlc supportMichael Niedermayer2003-11-29
* h263 OBMC & 4MV supportMichael Niedermayer2003-11-28
* dont read from b frames if draw_horiz_band==NULLMichael Niedermayer2003-11-27
* 16x8 MV vissualization by (Wolfgang Hesseler <qv at multimediaware dot com>)Michael Niedermayer2003-11-25
* 10lMichael Niedermayer2003-11-24
* qprd with b frames fixMichael Niedermayer2003-11-13
* qprd needs mbd=2Michael Niedermayer2003-11-13
* ac prediction with rate distorted qp fixMichael Niedermayer2003-11-12
* rate distored optimal lambda->qp supportMichael Niedermayer2003-11-12
* flush fix (untested)Michael Niedermayer2003-11-03
* 10l (fixes dct coeff noise reduction)Michael Niedermayer2003-11-03
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
* noise reduction of dct coefficientsMichael Niedermayer2003-11-02
* pts fix and related fixesMichael Niedermayer2003-10-30
* XvMC speedup by removing one memcpy and doing MB packingIvan Kalvachev2003-10-27
* make convert_matrix() independant of MpegEncContextMichael Niedermayer2003-10-27
* segfault fixMichael Niedermayer2003-10-25
* optionally merge postscale into quantization table for the float aan dctMichael Niedermayer2003-10-23
* floating point AAN DCTMichael Niedermayer2003-10-22
* 112 bytes smaller MpegEncContextMichael Niedermayer2003-10-22
* move blocks away MpegEncContext (7.4 -> 5.8k)Michael Niedermayer2003-10-22
* move mmx quantizer matrixes out of MpegEncContext (23k -> 7k) (no meassureabl...Michael Niedermayer2003-10-22
* move q_*_matrix out of MpegEncContext (40k ->23k) dct_quantize() is even slig...Michael Niedermayer2003-10-22
* dynamic alloc of picture structs instead of putting them in MpegEncContextMichael Niedermayer2003-10-21
* export mpeg2 active display area / pan scanMichael Niedermayer2003-10-20
* emu_edge checks simplification and avoid redundant checks for mpeg1/2 if emu_...Michael Niedermayer2003-10-17
* picture buffer cleanup, this fixes a assertion failure (if assertion checking...Michael Niedermayer2003-10-16
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-14
* fix decoding if the aspect ratio changesMichael Niedermayer2003-10-12
* removed the obsolete and unused parameters of init_put_bitsAlex Beregszaszi2003-10-12
* use lagrange multipler instead of qp for ratecontrol, this may break some thi...Michael Niedermayer2003-10-07
* rd cbp + single coeff elimination fixMichael Niedermayer2003-10-02
* optionally try to encode each MB with MV=<0,0> and choose the one with better RDMichael Niedermayer2003-10-02