summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
Commit message (Expand)AuthorAge
* 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
* fixed msmpeg4 infinite loop if buggy streamMichael Niedermayer2002-04-27
* avcodec_flush_buffers()Michael Niedermayer2002-04-24
* 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
* mpeg2/mpeg4 dequantizer support (c & mmx)Michael Niedermayer2002-04-17
* fixed mpeg4 time stuff on encodingMichael Niedermayer2002-04-17
* - ME setting moved to AVCodecContext/MpegEncContext, no longer a global.Juanjo2002-04-14
* mpeg4 mpeg quantizer supportMichael Niedermayer2002-04-07
* msmpeg4v2 decoding (no encoding yet)Michael Niedermayer2002-04-05
* force frame type for 2-pass encodingMichael Niedermayer2002-03-28
* 4MV motion estimation (not finished yet)Michael Niedermayer2002-03-27
* resync marker support, needed for some mp4 filesMichael Niedermayer2002-03-24
* 10l (motion_val was uninitilized)Michael Niedermayer2002-03-24
* statistics for 2-pass encodingMichael Niedermayer2002-03-23
* mpeg4 aspect_ratio_info in AVCodecContext (requested by alex)Michael Niedermayer2002-03-22
* new motion estimation (epzs) not complete yet but allready pretty good :)Michael Niedermayer2002-03-22
* hopefully better bitrate controllMichael Niedermayer2002-03-17
* optimizationMichael Niedermayer2002-03-15
* use ac prediction in mpeg4 encoding (5% smaller intra-blocks/keyframes)Michael Niedermayer2002-03-15
* mpeg4 b-frames :)Michael Niedermayer2002-03-12
* divx5-gmc supportMichael Niedermayer2002-03-09
* gmc bitstream decoding support (the real motion compensation isnt implemnted ...Michael Niedermayer2002-03-07
* parsing more of the mpeg4 header & print some "not supported" stuffMichael Niedermayer2002-03-05
* - H.263+ decoder support for Advanded INTRA Coding (buggy)Juanjo2002-02-18
* * using static instead of externZdenek Kabelac2002-02-18
* - Minor changes on bitrate controlJuanjo2002-02-15
* - More work on preliminary bit rate control, just to be able to get anJuanjo2002-02-10
* - Now the ME is done for the entire picture when enconding, theJuanjo2002-02-10
* - Fixes on RTP and GOB headers for H.263.Juanjo2002-02-09
* PATCH by Rik Snel <rsnel@cube.dyndns.org>Arpi2002-02-09
* (commit by michael)Michael Niedermayer2002-01-27