aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAgeFilesLines
* Update and activate dct_unquantize_h263_mvi. Thanks to Måns RullgårdFalk Hüffner2002-07-031-0/+3
* init dc_scale tables to defaults (fixes mjpeg sig11)Michael Niedermayer2002-06-251-1/+3
* wmv1 supportMichael Niedermayer2002-06-181-20/+42
* grayscale only encodingMichael Niedermayer2002-06-091-8/+26
* grayscale only decodingMichael Niedermayer2002-06-091-6/+21
* optimizing MPV_decode_mbMichael Niedermayer2002-06-051-26/+39
* use ff_idct_put/add()Fabrice Bellard2002-06-051-4/+2
* avoid name clash with libjpeg - added missing externsFabrice Bellard2002-06-041-1/+1
* use qstride instead of fixed constantsNick Kurshev2002-06-031-1/+1
* new field for communicating with external postprocessingNick Kurshev2002-06-031-0/+3
* typo (found by Bohdan Horst <nexus at hoth.amu.edu.pl>)Michael Niedermayer2002-06-021-1/+1
* divx5 bug workaroundMichael Niedermayer2002-06-021-1/+1
* single coefficient eliminationMichael Niedermayer2002-06-021-275/+486
* license/copyright changeFabrice Bellard2002-05-251-11/+11
* removed useless header includes - use av memory functionsFabrice Bellard2002-05-181-36/+26
* - pict_type exported to AVCodecContextJuanjo2002-05-111-1/+3
* clamp intra matrix to 8bit for mjpeg (workaround for qscale>=25)Alex Beregszaszi2002-05-071-2/+3
* there are divx5? encoded files without a userdata section but with b-frames :(Michael Niedermayer2002-05-061-1/+3
* - Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now.Juanjo2002-05-021-11/+21
* fixing msmpeg4v3 dc-scale for quantizers 24-31Michael Niedermayer2002-04-301-3/+1
* export mbskip_table for direct renderingMichael Niedermayer2002-04-271-0/+3
* fixed msmpeg4 infinite loop if buggy streamMichael Niedermayer2002-04-271-109/+107
* avcodec_flush_buffers()Michael Niedermayer2002-04-241-0/+2
* segfault fixMichael Niedermayer2002-04-221-0/+1
* export delay infoMichael Niedermayer2002-04-221-0/+10
* divx 5.01 supportMichael Niedermayer2002-04-221-0/+6
* fixed ratecontrol & b-framesMichael Niedermayer2002-04-211-156/+57
* much better ME for b frames (a bit slow though)Michael Niedermayer2002-04-191-46/+148
* fixing hq mode with mpeg1 and 2-passMichael Niedermayer2002-04-171-40/+75
* mpeg2/mpeg4 dequantizer support (c & mmx)Michael Niedermayer2002-04-171-3/+69
* fixed mpeg4 time stuff on encodingMichael Niedermayer2002-04-171-383/+410
* - ME method compatibility with legacy apps.Juanjo2002-04-141-6/+12
* - ME setting moved to AVCodecContext/MpegEncContext, no longer a global.Juanjo2002-04-141-4/+6
* * using pixtype as enum - by Philip GladstoneZdenek Kabelac2002-04-081-0/+2
* mpeg4 mpeg quantizer supportMichael Niedermayer2002-04-071-4/+8
* wmv1 header parser (unfinished)Michael Niedermayer2002-04-061-1/+1
* msmpeg4v2 decoding (no encoding yet)Michael Niedermayer2002-04-051-3/+38
* fixing 1/0Michael Niedermayer2002-03-301-3/+3
* using Juanjo's way to pass forced type - especially as I_TYPE/P_TYPE defines ...Arpi2002-03-281-1/+2
* force frame type for 2-pass encodingMichael Niedermayer2002-03-281-3/+4
* mpeg4 4MV encodingMichael Niedermayer2002-03-281-37/+161
* 4MV motion estimation (not finished yet)Michael Niedermayer2002-03-271-169/+241
* fcode_tables where too small, found by Klaas-Pieter Vlieg <vlieg@eurescom.de>Michael Niedermayer2002-03-241-2/+2
* 10l (motion_val was uninitilized)Michael Niedermayer2002-03-241-2/+15
* fixing motion estimation with h263p hopefullyMichael Niedermayer2002-03-231-2/+9
* statistics for 2-pass encodingMichael Niedermayer2002-03-231-5/+28
* mpeg4 aspect_ratio_info in AVCodecContext (requested by alex)Michael Niedermayer2002-03-221-2/+5
* fixing epzs & mpeg1 (hopefully now really ...)Michael Niedermayer2002-03-221-4/+3
* mpeg1 & epzs fixMichael Niedermayer2002-03-221-3/+4
* new motion estimation (epzs) not complete yet but allready pretty good :)Michael Niedermayer2002-03-221-6/+77