108 Commits (c8816e016739a47399372ffda0180bdddb0ceeba)

Author SHA1 Message Date
Michael Niedermayer d5a2117228 better non conformant divx packed bitstream detection, so unpacked (no b frames) divx MPEG4-ES streams can be read 22 years ago
Michael Niedermayer 46b4feec06 error resilience cleanup (its faster too...) 22 years ago
Michael Niedermayer b536d0aad2 field pic decoding cleanup 22 years ago
Michael Niedermayer 1c6dcb0f42 cleaner & more flexible edge bug workaround 22 years ago
Zdenek Kabelac a77146abfe * 'externaly' visible option list begins avoptions_ prefix 22 years ago
Michael Niedermayer 7004ffb3d7 merging fourcc with codec_tag 22 years ago
Michael Niedermayer 983e3246b7 per file doxy 22 years ago
Michael Niedermayer 640950c700 mpeg2 field pictures + sliced mode (doesnt work with mplayer though, dunno why) 22 years ago
Michael Niedermayer d671e2feac fixing padding bug autodetection for some rare files, closes bug #647941 22 years ago
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