summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
Commit message (Expand)AuthorAge
...
* * using DSPContext - so each codec could use its local (sub)set of CPU extensionZdenek Kabelac2002-11-11
* 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
* 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
* optimize block_permute()Michael Niedermayer2002-10-23
* xvid qpel bug autodetectMichael Niedermayer2002-10-22
* complete mpeg4 GMC decoding supportMichael Niedermayer2002-10-16
* better padding bug detectionMichael Niedermayer2002-10-14
* mpeg4 header parser clenup (needed for parsing of VOL header in avctx->extrad...Michael Niedermayer2002-10-14
* better/cleaner error resilience (done in a 2nd pass after decoding)Michael Niedermayer2002-10-13
* moved dct init out from mpv_common_init to dct_common_init (for less-uglier w...Alex Beregszaszi2002-10-04
* ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>)Leon van Stuivenberg2002-10-03
* renaming variableMichael Niedermayer2002-09-29
* idct permutation cleanup, idct can be selected per context nowMichael Niedermayer2002-09-29
* adaptive quantization for h263Michael Niedermayer2002-09-24
* adaptive quantization (lumi/temporal & spatial complexity masking)Michael Niedermayer2002-09-23
* 10l (forgot to commit)Michael Niedermayer2002-09-18
* dont store version for bit-exact testsMichael Niedermayer2002-09-14
* interlaced mpeg4 b frame decodingMichael Niedermayer2002-09-13
* statistics for forw & back p-MBs instead of just one counter for bothMichael Niedermayer2002-09-12
* reducing sizeof MpegEncContext to avoid stack overflow on crap M$ windo$Michael Niedermayer2002-09-11
* dct cleanupMichael Niedermayer2002-09-01
* sun solaris compilation bugfix, patch by (Martin Olschewski <olschewski at zp...Martin Olschewski2002-08-30
* slow but accurate integer dct from IJG (should be ok with the LGPL as the old...Michael Niedermayer2002-08-29
* added aspected_width/height for EXTENDED_PARAlex Beregszaszi2002-08-26
* new ratecontrol codeMichael Niedermayer2002-08-25
* better scene change detectionMichael Niedermayer2002-08-22
* mpeg4 mpeg quantizer encodingMichael Niedermayer2002-08-06
* 4mv + bframe decoding bugfixMichael Niedermayer2002-08-05
* fixing mpeg4 mpeg quantizersMichael Niedermayer2002-08-02
* different edge positions fixed with edge emu / dr1Michael Niedermayer2002-07-25
* uvlinesizeMichael Niedermayer2002-07-15
* direct rendering method 1 supportMichael Niedermayer2002-07-14
* rl vlc decoding optimizationsMichael Niedermayer2002-07-13
* adding ff prefix to avoid global name conficts with xvid (patch by Marko Kree...Marko Kreen2002-07-10
* wmv1 slice_height != mb_height supportMichael Niedermayer2002-07-07
* Update and activate dct_unquantize_h263_mvi. Thanks to Måns RullgårdFalk Hüffner2002-07-03
* wmv1 supportMichael Niedermayer2002-06-18
* added missing externs (we were lucky that commons are used)Fabrice Bellard2002-06-04
* single coefficient eliminationMichael Niedermayer2002-06-02
* * started to cleanup name clashes for onetime compilationZdenek Kabelac2002-05-27
* license/copyright changeFabrice Bellard2002-05-25
* workaround dc_scale bug in old ffmpeg msmpeg4v3 encoder (set workaround_bugs=...Michael Niedermayer2002-05-21
* - pict_type exported to AVCodecContextJuanjo2002-05-11
* clamp intra matrix to 8bit for mjpeg (workaround for qscale>=25)Alex Beregszaszi2002-05-07
* there are divx5? encoded files without a userdata section but with b-frames :(Michael Niedermayer2002-05-06
* fixing msmpeg4v3 dc-scale for quantizers 24-31Michael Niedermayer2002-04-30
* export mbskip_table for direct renderingMichael Niedermayer2002-04-27