summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAge
* * still unfinished code for OptionsZdenek Kabelac2003-02-10
* mpeg1 bframe encoding patch by (Raphaël LEGRAND) with some modifications by meMichael Niedermayer2003-02-08
* divx503 decoding fixMichael Niedermayer2003-02-02
* --disable-risky supportMichael Niedermayer2003-01-29
* cleanupMichael Niedermayer2003-01-21
* trying to fix mb skip bug in mpeg1/2 if slices are not usedMichael Niedermayer2003-01-20
* C99 initializers and kill warnings patch by (mru at users dot sourceforge dot...Måns Rullgård2003-01-19
* finetuneing thresholds/factorsMichael Niedermayer2003-01-19
* bugsMichael Niedermayer2003-01-18
* more compare functions (rd & bit)Michael Niedermayer2003-01-15
* gmc1 segfault fix (found by kabi)Michael Niedermayer2003-01-13
* get_format()Michael Niedermayer2003-01-12
* negative linesize support (so mplayer -flip works)Michael Niedermayer2003-01-05
* pts encoding fix patch by (Thomas Jarosch <tomj at simonv dot com>)Thomas Jarosch2003-01-05
* qpel in mmx2/3dnowMichael Niedermayer2003-01-05
* pre motion estimation cleanup/bugfixMichael Niedermayer2003-01-02
* motion estimation pre passMichael Niedermayer2003-01-02
* trellis quantization for mpeg1Michael Niedermayer2003-01-01
* more optimized trellis quantizerMichael Niedermayer2002-12-31
* trellis quantizationMichael Niedermayer2002-12-31
* qpel encodingMichael Niedermayer2002-12-27
* more debug outputMichael Niedermayer2002-12-17
* AVVideoFrame -> AVFrameMichael Niedermayer2002-12-09
* cleanup / messup?Michael Niedermayer2002-12-09
* fixing 2pass assert failureMichael Niedermayer2002-12-06
* fixing hq + adaptive quantMichael Niedermayer2002-12-05
* fixing files where the first frame isn a keyframeMichael Niedermayer2002-12-04
* new PSNR code (now works with chroma, b frames, ...)Michael Niedermayer2002-12-04
* cleanupMichael Niedermayer2002-12-04
* 100l (mixing chroma & luma linesize)Michael Niedermayer2002-12-03
* moving init of some variables (hurry_up,...) to MPV_frame_start()Michael Niedermayer2002-11-23
* * remaining part of John Ryland's patchZdenek Kabelac2002-11-22
* aspect ratio cleanupMichael Niedermayer2002-11-20
* * compilation fix (ARM users please check)Zdenek Kabelac2002-11-19
* * fixing some minor const warningsZdenek Kabelac2002-11-12
* * using DSPContext - so each codec could use its local (sub)set of CPU extensionZdenek Kabelac2002-11-11
* reversing header gameMichael Niedermayer2002-11-10
* cleanupMichael Niedermayer2002-11-09
* cleanup (breaks compatibility, requested by fabrice)Michael Niedermayer2002-11-08
* Altivec Patch (Mark III) by (Dieter Shirley <dieters at schemasoft dot com>)Michael Niedermayer2002-11-02
* put a few large tables under #ifdef CONFIG_ENCODERS or dynamically allocate themMichael Niedermayer2002-10-31
* dont call emms_c() for each MBMichael Niedermayer2002-10-31
* cleanupMichael Niedermayer2002-10-31
* fixing another assert q>0.0 issue caused by variance < 0, this fix allso chan...Michael Niedermayer2002-10-31
* exporting the internal qscale table, this allso fixes the orderingMichael Niedermayer2002-10-30
* handle direct rendering buffer allocation failureMichael Niedermayer2002-10-27
* idct_permutation_type variable, so the permutation type can quickly be identi...Michael Niedermayer2002-10-25
* regression test for H263+Michael Niedermayer2002-10-25
* slice encoding cleanupMichael Niedermayer2002-10-25
* optimize block_permute()Michael Niedermayer2002-10-23