aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* scene change detectionMichael Niedermayer2002-03-171-1/+13
* 10lMichael Niedermayer2002-03-171-0/+1
* hopefully better bitrate controllMichael Niedermayer2002-03-171-35/+162
* optimizationMichael Niedermayer2002-03-151-0/+18
* use ac prediction in mpeg4 encoding (5% smaller intra-blocks/keyframes)Michael Niedermayer2002-03-151-1/+3
* mpeg4 b-frames :)Michael Niedermayer2002-03-121-2/+5
* divx5 draw_edges bugfixMichael Niedermayer2002-03-101-2/+2
* divx5-gmc supportMichael Niedermayer2002-03-091-10/+150
* - Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR until I'mJuanjo2002-02-261-0/+6
* fixing msmpeg4 decoding if fps < 16 (i thought it was a indicator for the ext...Michael Niedermayer2002-02-221-1/+1
* - Bug fixes in H.263+ Advanced INTRA Coding decoder.Juanjo2002-02-191-8/+10
* - H.263+ decoder support for Advanded INTRA Coding (buggy)Juanjo2002-02-181-8/+22