54 Commits (df266acdec6235c09605213837a30ca3c63c7e82)

Author SHA1 Message Date
Michael Niedermayer dae9ffc440 uninitialized var ... 22 years ago
Michael Niedermayer 7866eeff46 m4v input support 22 years ago
Michael Niedermayer 32b9092155 10l found by Rémi Guyomarch <rguyom at pobox dot com> 22 years ago
Michael Niedermayer 38274ea268 dump bits per frame / qp / frame complexity support 22 years ago
Michael Niedermayer fe072fb4ee exporting mbskip_table after it has been allocated 23 years ago
Michael Niedermayer 0fd90455ec uvlinesize 23 years ago
Michael Niedermayer 93a21abde5 direct rendering method 1 support 23 years ago
Michael Niedermayer 71529954c6 return buf_size again, i hope kabi is finally happy now ;) 23 years ago
Michael Niedermayer 9d07682305 returning the number of consumed bytes (2nd try) 23 years ago
Michael Niedermayer ebd62a2402 return the number of consumed bytes instead of 0 or buf_size 23 years ago
Michael Niedermayer 8f8402e49c dc scale simplification/optimization 23 years ago
Michael Niedermayer b50eef3ae0 grayscale only decoding 23 years ago
Michael Niedermayer 4136dd2437 100l divx501+ seeking bugfix 23 years ago
Michael Niedermayer 6733417a5f error concealment / error resilience 23 years ago
Fabrice Bellard ff4ec49e64 license/copyright change 23 years ago
Michael Niedermayer 92ba5ffbb5 workaround dc_scale bug in old ffmpeg msmpeg4v3 encoder (set workaround_bugs=1 for this) 23 years ago
Fabrice Bellard 6000abfa89 removed useless header includes - use av memory functions 23 years ago
Michael Niedermayer 02734c6a3e print frame decoding time support (x86 only) 23 years ago
Michael Niedermayer 3649cfd9b3 MV visualisation support 23 years ago
Michael Niedermayer 51b8fd1998 freeze fix 23 years ago
Juanjo ef5b1b5a7e - Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now. 23 years ago
Michael Niedermayer bb71e31757 fixing msmpeg4v3 dc-scale for quantizers 24-31 23 years ago
Michael Niedermayer 2417652e9f export mbskip_table for direct rendering 23 years ago
Michael Niedermayer d7e9533aa0 fixed msmpeg4 infinite loop if buggy stream 23 years ago
Michael Niedermayer 1c2a8c7f14 avcodec_flush_buffers() 23 years ago
Michael Niedermayer 1ff662cc2c export delay info 23 years ago
Michael Niedermayer eec1c6b94c divx 5.01 support 23 years ago
Michael Niedermayer e1a9dbffed wmv1 header parser (unfinished) 23 years ago
Michael Niedermayer 3c4f1840e6 b frames & slices bugfix 23 years ago
Michael Niedermayer 84afee348f msmpeg4v2 decoding (no encoding yet) 23 years ago
Michael Niedermayer 649c00c96d sizeof(s->block) isnt 64*6*2 anymore bugfix 23 years ago
Michael Niedermayer 11ce88346b mpeg4 aspect_ratio_info in AVCodecContext (requested by alex) 23 years ago
Michael Niedermayer 488fa19a86 use the width & height from the mpeg4 header ... in the case that its complete 23 years ago
Michael Niedermayer 019d276a12 msmpeg4 bugfix (wrong frame displayed if some frames are skipped) 23 years ago
Michael Niedermayer 4278e7a6f5 optimization 23 years ago
Michael Niedermayer 6f91bcd151 mpeg4 b-frames :) 23 years ago
Michael Niedermayer 2b9ab1d54a fixing msmpeg4 decoding if fps < 16 (i thought it was a indicator for the ext header, its the fps indeed) 23 years ago
Juanjo 9e15ad28bd - Bug fixes in H.263+ Advanced INTRA Coding decoder. 23 years ago
Juanjo d140623fc4 - H.263+ decoder support for Advanded INTRA Coding (buggy) 23 years ago
Zdenek Kabelac b4cc15e75e * continue after error in msmpeg4_decode_mb - helps for some movie samples 23 years ago
Juanjo 81401c1fbc - Fixes on RTP and GOB headers for H.263. 23 years ago
Michael Niedermayer ae40484c1c (commit by michael) 23 years ago
Michael Niedermayer 8bdbae01fe (commit by michael) 23 years ago
Juanjo 644d98a4f2 - Preliminary RTP friendly mode for H.263. 23 years ago
Juanjo 96815ce9e2 - Added support to Inter4V+Q MBs to H.263 decoder. 23 years ago
Juanjo 9eaa46906b - Bug fixed on H.263 decoder initialization. 23 years ago
Juanjo 102d39088b - Fixed a bug on H.263 MV prediction for MB on GOBs limits. 23 years ago
Juanjo 4949028f85 - Bug fix on inter MCBPC table for inter+q. 23 years ago
Fabrice Bellard bf89e6b1f9 added draw_horiz_band test 23 years ago
Fabrice Bellard 519c2b6d11 moved matrix init away from MPV_common_init() 23 years ago