summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAge
* rl decoding optimizationMichael Niedermayer2002-07-13
* adding ff prefix to avoid global name conficts with xvid (patch by Marko Kree...Marko Kreen2002-07-10
* Update and activate dct_unquantize_h263_mvi. Thanks to Måns RullgårdFalk Hüffner2002-07-03
* init dc_scale tables to defaults (fixes mjpeg sig11)Michael Niedermayer2002-06-25
* wmv1 supportMichael Niedermayer2002-06-18
* grayscale only encodingMichael Niedermayer2002-06-09
* grayscale only decodingMichael Niedermayer2002-06-09
* optimizing MPV_decode_mbMichael Niedermayer2002-06-05
* use ff_idct_put/add()Fabrice Bellard2002-06-05
* avoid name clash with libjpeg - added missing externsFabrice Bellard2002-06-04
* use qstride instead of fixed constantsNick Kurshev2002-06-03
* new field for communicating with external postprocessingNick Kurshev2002-06-03
* typo (found by Bohdan Horst <nexus at hoth.amu.edu.pl>)Michael Niedermayer2002-06-02
* divx5 bug workaroundMichael Niedermayer2002-06-02
* single coefficient eliminationMichael Niedermayer2002-06-02
* license/copyright changeFabrice Bellard2002-05-25
* removed useless header includes - use av memory functionsFabrice Bellard2002-05-18
* - 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
* - Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now.Juanjo2002-05-02
* fixing msmpeg4v3 dc-scale for quantizers 24-31Michael Niedermayer2002-04-30
* export mbskip_table for direct renderingMichael Niedermayer2002-04-27
* fixed msmpeg4 infinite loop if buggy streamMichael Niedermayer2002-04-27
* avcodec_flush_buffers()Michael Niedermayer2002-04-24
* segfault fixMichael Niedermayer2002-04-22
* export delay infoMichael Niedermayer2002-04-22
* divx 5.01 supportMichael Niedermayer2002-04-22
* fixed ratecontrol & b-framesMichael Niedermayer2002-04-21
* much better ME for b frames (a bit slow though)Michael Niedermayer2002-04-19
* fixing hq mode with mpeg1 and 2-passMichael Niedermayer2002-04-17
* mpeg2/mpeg4 dequantizer support (c & mmx)Michael Niedermayer2002-04-17
* fixed mpeg4 time stuff on encodingMichael Niedermayer2002-04-17
* - ME method compatibility with legacy apps.Juanjo2002-04-14
* - ME setting moved to AVCodecContext/MpegEncContext, no longer a global.Juanjo2002-04-14
* * using pixtype as enum - by Philip GladstoneZdenek Kabelac2002-04-08
* mpeg4 mpeg quantizer supportMichael Niedermayer2002-04-07
* wmv1 header parser (unfinished)Michael Niedermayer2002-04-06
* msmpeg4v2 decoding (no encoding yet)Michael Niedermayer2002-04-05
* fixing 1/0Michael Niedermayer2002-03-30
* using Juanjo's way to pass forced type - especially as I_TYPE/P_TYPE defines ...Arpi2002-03-28
* force frame type for 2-pass encodingMichael Niedermayer2002-03-28
* mpeg4 4MV encodingMichael Niedermayer2002-03-28
* 4MV motion estimation (not finished yet)Michael Niedermayer2002-03-27
* fcode_tables where too small, found by Klaas-Pieter Vlieg <vlieg@eurescom.de>Michael Niedermayer2002-03-24
* 10l (motion_val was uninitilized)Michael Niedermayer2002-03-24
* fixing motion estimation with h263p hopefullyMichael Niedermayer2002-03-23
* statistics for 2-pass encodingMichael Niedermayer2002-03-23
* mpeg4 aspect_ratio_info in AVCodecContext (requested by alex)Michael Niedermayer2002-03-22
* fixing epzs & mpeg1 (hopefully now really ...)Michael Niedermayer2002-03-22