103 Commits (74ca320efcbfc26b674ddd34dfaefeef764d430e)

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