]> git.sesse.net Git - ffmpeg/history - libavcodec/h263dec.c
new vbv calculation patch by (Henry Mason <talus25 at speakeasy dot net>) with slight...
[ffmpeg] / libavcodec / h263dec.c
2002-08-01 Michael Niedermayer10l found by RĂ©mi Guyomarch <rguyom at pobox dot com>
2002-07-27 Michael Niedermayerdump bits per frame / qp / frame complexity support
2002-07-16 Michael Niedermayerexporting mbskip_table after it has been allocated
2002-07-15 Michael Niedermayeruvlinesize
2002-07-14 Michael Niedermayerdirect rendering method 1 support
2002-07-13 Michael Niedermayerreturn buf_size again, i hope kabi is finally happy...
2002-07-10 Michael Niedermayerreturning the number of consumed bytes (2nd try)
2002-07-10 Michael Niedermayerreturn the number of consumed bytes instead of 0 or...
2002-06-18 Michael Niedermayerdc scale simplification/optimization
2002-06-09 Michael Niedermayergrayscale only decoding
2002-06-02 Michael Niedermayer100l divx501+ seeking bugfix
2002-06-02 Michael Niedermayererror concealment / error resilience
2002-05-25 Fabrice Bellardlicense/copyright change
2002-05-21 Michael Niedermayerworkaround dc_scale bug in old ffmpeg msmpeg4v3 encoder...
2002-05-18 Fabrice Bellardremoved useless header includes - use av memory functions
2002-05-16 Michael Niedermayerprint frame decoding time support (x86 only)
2002-05-05 Michael NiedermayerMV visualisation support
2002-05-02 Michael Niedermayerfreeze fix
2002-05-02 Juanjo- Advanced Intra Coding (AIC) support for H.263+ encode...
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-06 Michael Niedermayerwmv1 header parser (unfinished)
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