]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegvideo.h
* declare av_free
[ffmpeg] / libavcodec / mpegvideo.h
2002-07-07 Michael Niedermayerwmv1 slice_height != mb_height support
2002-07-03 Falk HüffnerUpdate and activate dct_unquantize_h263_mvi. Thanks...
2002-06-18 Michael Niedermayerwmv1 support
2002-06-04 Fabrice Bellardadded missing externs (we were lucky that commons are...
2002-06-02 Michael Niedermayersingle coefficient elimination
2002-05-27 Zdenek Kabelac* started to cleanup name clashes for onetime compilation
2002-05-25 Fabrice Bellardlicense/copyright change
2002-05-21 Michael Niedermayerworkaround dc_scale bug in old ffmpeg msmpeg4v3 encoder...
2002-05-11 Juanjo- pict_type exported to AVCodecContext
2002-05-07 Alex Beregszasziclamp intra matrix to 8bit for mjpeg (workaround for...
2002-05-06 Michael Niedermayerthere are divx5? encoded files without a userdata secti...
2002-04-30 Michael Niedermayerfixing msmpeg4v3 dc-scale for quantizers 24-31
2002-04-27 Michael Niedermayerexport mbskip_table for direct rendering
2002-04-27 Michael Niedermayerfixed msmpeg4 infinite loop if buggy stream
2002-04-24 Michael Niedermayeravcodec_flush_buffers()
2002-04-22 Michael Niedermayerexport delay info
2002-04-22 Michael Niedermayerdivx 5.01 support
2002-04-21 Michael Niedermayerfixed ratecontrol & b-frames
2002-04-19 Michael Niedermayermuch better ME for b frames (a bit slow though)
2002-04-17 Michael Niedermayermpeg2/mpeg4 dequantizer support (c & mmx)
2002-04-17 Michael Niedermayerfixed mpeg4 time stuff on encoding
2002-04-14 Juanjo- ME setting moved to AVCodecContext/MpegEncContext...
2002-04-07 Michael Niedermayermpeg4 mpeg quantizer support
2002-04-05 Michael Niedermayermsmpeg4v2 decoding (no encoding yet)
2002-03-28 Michael Niedermayerforce frame type for 2-pass encoding
2002-03-27 Michael Niedermayer4MV motion estimation (not finished yet)
2002-03-24 Michael Niedermayerresync marker support, needed for some mp4 files
2002-03-24 Michael Niedermayer10l (motion_val was uninitilized)
2002-03-23 Michael Niedermayerstatistics for 2-pass encoding
2002-03-22 Michael Niedermayermpeg4 aspect_ratio_info in AVCodecContext (requested...
2002-03-22 Michael Niedermayernew motion estimation (epzs) not complete yet but allre...
2002-03-17 Michael Niedermayerhopefully better bitrate controll
2002-03-15 Michael Niedermayeroptimization
2002-03-15 Michael Niedermayeruse ac prediction in mpeg4 encoding (5% smaller intra...
2002-03-12 Michael Niedermayermpeg4 b-frames :)
2002-03-09 Michael Niedermayerdivx5-gmc support
2002-03-07 Michael Niedermayergmc bitstream decoding support (the real motion compens...
2002-03-05 Michael Niedermayerparsing more of the mpeg4 header & print some "not...
2002-02-18 Juanjo- H.263+ decoder support for Advanded INTRA Coding...
2002-02-18 Zdenek Kabelac* using static instead of extern
2002-02-15 Juanjo- Minor changes on bitrate control
2002-02-10 Juanjo- More work on preliminary bit rate control, just to...
2002-02-10 Juanjo- Now the ME is done for the entire picture when encond...
2002-02-09 Juanjo- Fixes on RTP and GOB headers for H.263.
2002-02-09 ArpiPATCH by Rik Snel <rsnel@cube.dyndns.org>
2002-01-27 Michael Niedermayer(commit by michael)
2002-01-15 Michael Niedermayer(commit by michael)
2002-01-10 Michael NiedermayerAC table reset (memset) optimization - patch by Michael...
2001-11-19 Juanjo- Preliminary RTP friendly mode for H.263.
2001-11-12 Juanjo- Fixed a bug on H.263 MV prediction for MB on GOBs...
2001-11-10 Nick Kurshevfixed gcc-3.0.x compilation (by Michael Niedermayer)
2001-08-31 JuanjoMoved some H.263+ variables to MpegEncContext to be...
2001-08-15 Fabrice Bellardchanged opendivx to mpeg4
2001-08-13 Fabrice Bellardwin32 fixes
2001-08-07 Fabrice Bellardfixed scan protos
2001-08-03 ArpiMMX/MMXEXT iDCT support, using external functions curre...
2001-07-30 Fabrice Bellarduse block[] in structure to have it aligned on 8 bytes...
2001-07-24 Fabrice Bellardadded skip macroblock optimization (big perf win on...
2001-07-22 Fabrice BellardInitial revision