249 Commits (bfbdc58e521bc8aa750ce9a1be3bc57ce1c85d53)

Author SHA1 Message Date
Zdenek Kabelac 0c1a9edad4 * UINTX -> uintx_t INTX -> intx_t 22 years ago
Michael Niedermayer c40c34828a direct blocksize in bframes fix (might fix qpel+bframe bug) 22 years ago
Michael Niedermayer 36df880581 divx503 decoding fix 22 years ago
Michael Niedermayer 49c79e6c5a drawing cute arrows instead of lame lines for motion vector visualization 22 years ago
Michael Niedermayer b7a22d846b cleanup 22 years ago
Michael Niedermayer 68f593b484 GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops 22 years ago
Michael Niedermayer cb7c98d6e2 padding bug autodetection improvement 2nd try 22 years ago
Michael Niedermayer 650faac6de better padding/stuffing bug autodetection 22 years ago
Michael Niedermayer db79495376 qpel fix 22 years ago
Michael Niedermayer 2826984994 fixed wmv2 slices 22 years ago
Michael Niedermayer 5fe061a027 better set pix_fmt explicitly 22 years ago
Michael Niedermayer a6a494fb2d xvid build 3 still has the padding wrong in 1/8 of the cases :((((( 22 years ago
Michael Niedermayer 1457ab5233 qpel encoding 22 years ago
Michael Niedermayer 8fc698950b support dumping the qscale stuff to the screen 22 years ago
Michael Niedermayer 96d9cb220b fixing playback of DaveMatthews_Crash_PocketPC.avi 22 years ago
Michael Niedermayer 492cd3a920 AVVideoFrame -> AVFrame 22 years ago
Michael Niedermayer 4e00e76b3c cleanup / messup? 22 years ago
Michael Niedermayer 2b2719acff ump4 decoding fixed 22 years ago
Michael Niedermayer b92be2af42 workaround old xvid bug 22 years ago
Michael Niedermayer 1e491e29c2 cleanup 22 years ago
Michael Niedermayer 525e51e8a3 10l 22 years ago
Michael Niedermayer 58b0b0dd93 fixing aspect 22 years ago
Michael Niedermayer f8fd15e03f moving init of some variables (hurry_up,...) to MPV_frame_start() 22 years ago
Michael Niedermayer 5d3cea3a86 aspect ratio cleanup 22 years ago
Zdenek Kabelac eb4b3dd3c3 * using DSPContext - so each codec could use its local (sub)set of CPU extension 22 years ago
Michael Niedermayer 347ae22ecf hurry_up>=5 -> skip everything except header & set pict_type&key_frame 22 years ago
Michael Niedermayer d7425f59d5 cleanup (breaks compatibility, requested by fabrice) 22 years ago
Michael Niedermayer 9f9c322930 support forcing low_delay during decoding 22 years ago
Michael Niedermayer 8671359bfc better padding bug detection 22 years ago
Michael Niedermayer 6a70098ac6 fixing msmpeg4v3 with mb_height % slice_height != 0 22 years ago
Michael Niedermayer d6db1c9c6a handle direct rendering buffer allocation failure 22 years ago
Michael Niedermayer 4a3d7fbcbc fixing interlaced MC & edge-emu 22 years ago
Michael Niedermayer 7da71a5c68 xvid qpel bug autodetect 22 years ago
Michael Niedermayer 03e93d35b0 xvid qpel bug workaround 22 years ago
Michael Niedermayer 35aa136a77 fixing h263 slice decoding (again) 22 years ago
Michael Niedermayer 8b32880cc9 fixing h263 decoding (did segfault) 22 years ago
Michael Niedermayer 46fd0de8a7 fixing alt_scan for the first frame (variable was reset) 22 years ago
Michael Niedermayer a61f82653e better padding bug detection 22 years ago
Michael Niedermayer b704e7420b mpeg4 header parser clenup (needed for parsing of VOL header in avctx->extradata) 22 years ago
Michael Niedermayer 4d2858deac better/cleaner error resilience (done in a 2nd pass after decoding) 22 years ago
Michael Niedermayer 3a3d3a42c2 fixing custom quantizer matrix decoding 22 years ago
Michael Niedermayer 3994623df2 optimization 22 years ago
Michael Niedermayer 202ef8b819 ff_get_fourcc() & XVIX support 22 years ago
Alex Beregszaszi 050fe8bab5 aspect (ext. par too) support for h263 and mpeg4 (inc. build becouse of new vars) 22 years ago
Michael Niedermayer 7727783512 avoid nonsense frame-skip messages 22 years ago
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> 23 years ago
Michael Niedermayer 38274ea268 dump bits per frame / qp / frame complexity support 23 years ago
Michael Niedermayer fe072fb4ee exporting mbskip_table after it has been allocated 23 years ago