]> git.sesse.net Git - ffmpeg/history - libavcodec/h263dec.c
msmpeg4v2 encoding
[ffmpeg] / libavcodec / h263dec.c
2002-04-05 Michael Niedermayerb frames & slices bugfix
2002-04-05 Michael Niedermayermsmpeg4v2 decoding (no encoding yet)
2002-03-28 Michael Niedermayersizeof(s->block) isnt 64*6*2 anymore bugfix
2002-03-22 Michael Niedermayermpeg4 aspect_ratio_info in AVCodecContext (requested...
2002-03-19 Michael Niedermayeruse the width & height from the mpeg4 header ... in...
2002-03-18 Michael Niedermayermsmpeg4 bugfix (wrong frame displayed if some frames...
2002-03-15 Michael Niedermayeroptimization
2002-03-12 Michael Niedermayermpeg4 b-frames :)
2002-02-22 Michael Niedermayerfixing msmpeg4 decoding if fps < 16 (i thought it was...
2002-02-19 Juanjo- Bug fixes in H.263+ Advanced INTRA Coding decoder.
2002-02-18 Juanjo- H.263+ decoder support for Advanded INTRA Coding...
2002-02-18 Zdenek Kabelac* continue after error in msmpeg4_decode_mb - helps...
2002-02-09 Juanjo- Fixes on RTP and GOB headers for H.263.
2002-01-15 Michael Niedermayer(commit by michael)
2002-01-14 Michael Niedermayer(commit by michael)
2001-11-19 Juanjo- Preliminary RTP friendly mode for H.263.
2001-11-17 Juanjo- Added support to Inter4V+Q MBs to H.263 decoder.
2001-11-17 Juanjo- Bug fixed on H.263 decoder initialization.
2001-11-12 Juanjo- Fixed a bug on H.263 MV prediction for MB on GOBs...
2001-11-03 Juanjo- Bug fix on inter MCBPC table for inter+q.
2001-08-15 Fabrice Bellardadded draw_horiz_band test
2001-08-12 Fabrice Bellardmoved matrix init away from MPV_common_init()
2001-08-11 Fabrice Bellardremoved incomplete seek patch
2001-08-11 Fabrice Bellardfix msmpeg4 seek
2001-07-30 Fabrice Bellarduse block[] in structure to have it aligned on 8 bytes...
2001-07-22 Fabrice BellardInitial revision