summaryrefslogtreecommitdiff
path: root/libavcodec/h263dec.c
Commit message (Expand)AuthorAge
* grayscale only decodingMichael Niedermayer2002-06-09
* 100l divx501+ seeking bugfixMichael Niedermayer2002-06-02
* error concealment / error resilienceMichael Niedermayer2002-06-02
* license/copyright changeFabrice Bellard2002-05-25
* workaround dc_scale bug in old ffmpeg msmpeg4v3 encoder (set workaround_bugs=...Michael Niedermayer2002-05-21
* removed useless header includes - use av memory functionsFabrice Bellard2002-05-18
* print frame decoding time support (x86 only)Michael Niedermayer2002-05-16
* MV visualisation supportMichael Niedermayer2002-05-05
* freeze fixMichael Niedermayer2002-05-02
* - Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now.Juanjo2002-05-02
* 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
* wmv1 header parser (unfinished)Michael Niedermayer2002-04-06
* b frames & slices bugfixMichael Niedermayer2002-04-05
* msmpeg4v2 decoding (no encoding yet)Michael Niedermayer2002-04-05
* sizeof(s->block) isnt 64*6*2 anymore bugfixMichael Niedermayer2002-03-28
* mpeg4 aspect_ratio_info in AVCodecContext (requested by alex)Michael Niedermayer2002-03-22
* use the width & height from the mpeg4 header ... in the case that its completeMichael Niedermayer2002-03-19
* msmpeg4 bugfix (wrong frame displayed if some frames are skipped)Michael Niedermayer2002-03-18
* optimizationMichael Niedermayer2002-03-15
* mpeg4 b-frames :)Michael Niedermayer2002-03-12
* fixing msmpeg4 decoding if fps < 16 (i thought it was a indicator for the ext...Michael Niedermayer2002-02-22
* - Bug fixes in H.263+ Advanced INTRA Coding decoder.Juanjo2002-02-19
* - H.263+ decoder support for Advanded INTRA Coding (buggy)Juanjo2002-02-18
* * continue after error in msmpeg4_decode_mb - helps for some movie samplesZdenek Kabelac2002-02-18
* - Fixes on RTP and GOB headers for H.263.Juanjo2002-02-09
* (commit by michael)Michael Niedermayer2002-01-15
* (commit by michael)Michael Niedermayer2002-01-14
* - Preliminary RTP friendly mode for H.263.Juanjo2001-11-19
* - Added support to Inter4V+Q MBs to H.263 decoder.Juanjo2001-11-17
* - Bug fixed on H.263 decoder initialization.Juanjo2001-11-17
* - Fixed a bug on H.263 MV prediction for MB on GOBs limits.Juanjo2001-11-12
* - Bug fix on inter MCBPC table for inter+q.Juanjo2001-11-03
* added draw_horiz_band testFabrice Bellard2001-08-15
* moved matrix init away from MPV_common_init()Fabrice Bellard2001-08-12
* removed incomplete seek patchFabrice Bellard2001-08-11
* fix msmpeg4 seekFabrice Bellard2001-08-11
* use block[] in structure to have it aligned on 8 bytes for mmx optimizationsFabrice Bellard2001-07-30
* Initial revisionFabrice Bellard2001-07-22