summaryrefslogtreecommitdiffstats
path: root/libavcodec/h263dec.c
Commit message (Expand)AuthorAgeFilesLines
* aspect (ext. par too) support for h263 and mpeg4 (inc. build becouse of new v...Alex Beregszaszi2002-09-131-0/+5
* avoid nonsense frame-skip messagesMichael Niedermayer2002-09-121-1/+1
* uninitialized var ...Michael Niedermayer2002-09-121-2/+3
* m4v input supportMichael Niedermayer2002-09-121-7/+24
* 10l found by RĂ©mi Guyomarch <rguyom at pobox dot com>Michael Niedermayer2002-08-011-1/+1
* dump bits per frame / qp / frame complexity supportMichael Niedermayer2002-07-271-1/+7
* exporting mbskip_table after it has been allocatedMichael Niedermayer2002-07-161-1/+0
* uvlinesizeMichael Niedermayer2002-07-151-2/+3
* direct rendering method 1 supportMichael Niedermayer2002-07-141-15/+16
* return buf_size again, i hope kabi is finally happy now ;)Michael Niedermayer2002-07-131-5/+2
* returning the number of consumed bytes (2nd try)Michael Niedermayer2002-07-101-1/+4
* return the number of consumed bytes instead of 0 or buf_sizeMichael Niedermayer2002-07-101-5/+5
* dc scale simplification/optimizationMichael Niedermayer2002-06-181-14/+27
* grayscale only decodingMichael Niedermayer2002-06-091-0/+1
* 100l divx501+ seeking bugfixMichael Niedermayer2002-06-021-2/+2
* error concealment / error resilienceMichael Niedermayer2002-06-021-20/+128
* license/copyright changeFabrice Bellard2002-05-251-11/+11
* workaround dc_scale bug in old ffmpeg msmpeg4v3 encoder (set workaround_bugs=...Michael Niedermayer2002-05-211-3/+9
* removed useless header includes - use av memory functionsFabrice Bellard2002-05-181-4/+1
* print frame decoding time support (x86 only)Michael Niedermayer2002-05-161-2/+18
* MV visualisation supportMichael Niedermayer2002-05-051-1/+34
* freeze fixMichael Niedermayer2002-05-021-4/+4
* - Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now.Juanjo2002-05-021-1/+0
* fixing msmpeg4v3 dc-scale for quantizers 24-31Michael Niedermayer2002-04-301-3/+1
* export mbskip_table for direct renderingMichael Niedermayer2002-04-271-0/+5
* fixed msmpeg4 infinite loop if buggy streamMichael Niedermayer2002-04-271-7/+3
* avcodec_flush_buffers()Michael Niedermayer2002-04-241-4/+11
* export delay infoMichael Niedermayer2002-04-221-1/+2
* divx 5.01 supportMichael Niedermayer2002-04-221-2/+17
* wmv1 header parser (unfinished)Michael Niedermayer2002-04-061-1/+18
* b frames & slices bugfixMichael Niedermayer2002-04-051-3/+9
* msmpeg4v2 decoding (no encoding yet)Michael Niedermayer2002-04-051-3/+38
* sizeof(s->block) isnt 64*6*2 anymore bugfixMichael Niedermayer2002-03-281-22/+3
* mpeg4 aspect_ratio_info in AVCodecContext (requested by alex)Michael Niedermayer2002-03-221-0/+1
* use the width & height from the mpeg4 header ... in the case that its completeMichael Niedermayer2002-03-191-13/+15
* msmpeg4 bugfix (wrong frame displayed if some frames are skipped)Michael Niedermayer2002-03-181-1/+1
* optimizationMichael Niedermayer2002-03-151-0/+18
* mpeg4 b-frames :)Michael Niedermayer2002-03-121-3/+10
* fixing msmpeg4 decoding if fps < 16 (i thought it was a indicator for the ext...Michael Niedermayer2002-02-221-1/+1
* - Bug fixes in H.263+ Advanced INTRA Coding decoder.Juanjo2002-02-191-3/+0
* - H.263+ decoder support for Advanded INTRA Coding (buggy)Juanjo2002-02-181-0/+3
* * continue after error in msmpeg4_decode_mb - helps for some movie samplesZdenek Kabelac2002-02-181-1/+3
* - Fixes on RTP and GOB headers for H.263.Juanjo2002-02-091-0/+5
* (commit by michael)Michael Niedermayer2002-01-151-0/+3
* (commit by michael)Michael Niedermayer2002-01-141-0/+20
* - Preliminary RTP friendly mode for H.263.Juanjo2001-11-191-0/+6
* - Added support to Inter4V+Q MBs to H.263 decoder.Juanjo2001-11-171-1/+3
* - Bug fixed on H.263 decoder initialization.Juanjo2001-11-171-5/+10
* - Fixed a bug on H.263 MV prediction for MB on GOBs limits.Juanjo2001-11-121-0/+2
* - Bug fix on inter MCBPC table for inter+q.Juanjo2001-11-031-3/+15
OpenPOWER on IntegriCloud