| Commit message (Expand) | Author | Age | Files | Lines |
* | better set pix_fmt explicitly | Michael Niedermayer | 2002-12-29 | 1 | -0/+1 |
* | xvid build 3 still has the padding wrong in 1/8 of the cases :((((( | Michael Niedermayer | 2002-12-29 | 1 | -0/+3 |
* | qpel encoding | Michael Niedermayer | 2002-12-27 | 1 | -39/+28 |
* | support dumping the qscale stuff to the screen | Michael Niedermayer | 2002-12-18 | 1 | -0/+14 |
* | fixing playback of DaveMatthews_Crash_PocketPC.avi | Michael Niedermayer | 2002-12-11 | 1 | -1/+1 |
* | AVVideoFrame -> AVFrame | Michael Niedermayer | 2002-12-09 | 1 | -4/+4 |
* | cleanup / messup? | Michael Niedermayer | 2002-12-09 | 1 | -9/+7 |
* | ump4 decoding fixed | Michael Niedermayer | 2002-12-07 | 1 | -2/+2 |
* | workaround old xvid bug | Michael Niedermayer | 2002-12-04 | 1 | -0/+3 |
* | cleanup | Michael Niedermayer | 2002-12-04 | 1 | -19/+13 |
* | 10l | Michael Niedermayer | 2002-11-25 | 1 | -0/+2 |
* | fixing aspect | Michael Niedermayer | 2002-11-25 | 1 | -2/+2 |
* | moving init of some variables (hurry_up,...) to MPV_frame_start() | Michael Niedermayer | 2002-11-23 | 1 | -5/+2 |
* | aspect ratio cleanup | Michael Niedermayer | 2002-11-20 | 1 | -11/+9 |
* | * using DSPContext - so each codec could use its local (sub)set of CPU extension | Zdenek Kabelac | 2002-11-11 | 1 | -1/+1 |
* | hurry_up>=5 -> skip everything except header & set pict_type&key_frame | Michael Niedermayer | 2002-11-10 | 1 | -0/+6 |
* | cleanup (breaks compatibility, requested by fabrice) | Michael Niedermayer | 2002-11-08 | 1 | -1/+79 |
* | support forcing low_delay during decoding | Michael Niedermayer | 2002-11-02 | 1 | -0/+3 |
* | better padding bug detection | Michael Niedermayer | 2002-11-02 | 1 | -2/+2 |
* | fixing msmpeg4v3 with mb_height % slice_height != 0 | Michael Niedermayer | 2002-11-01 | 1 | -2/+1 |
* | handle direct rendering buffer allocation failure | Michael Niedermayer | 2002-10-27 | 1 | -1/+2 |
* | fixing interlaced MC & edge-emu | Michael Niedermayer | 2002-10-23 | 1 | -2/+3 |
* | xvid qpel bug autodetect | Michael Niedermayer | 2002-10-22 | 1 | -0/+7 |
* | xvid qpel bug workaround | Michael Niedermayer | 2002-10-22 | 1 | -0/+4 |
* | fixing h263 slice decoding (again) | Michael Niedermayer | 2002-10-19 | 1 | -5/+5 |
* | fixing h263 decoding (did segfault) | Michael Niedermayer | 2002-10-19 | 1 | -2/+3 |
* | fixing alt_scan for the first frame (variable was reset) | Michael Niedermayer | 2002-10-16 | 1 | -1/+1 |
* | better padding bug detection | Michael Niedermayer | 2002-10-14 | 1 | -3/+36 |
* | mpeg4 header parser clenup (needed for parsing of VOL header in avctx->extrad... | Michael Niedermayer | 2002-10-14 | 1 | -3/+8 |
* | better/cleaner error resilience (done in a 2nd pass after decoding) | Michael Niedermayer | 2002-10-13 | 1 | -163/+230 |
* | fixing custom quantizer matrix decoding | Michael Niedermayer | 2002-10-02 | 1 | -1/+9 |
* | optimization | Michael Niedermayer | 2002-10-02 | 1 | -1/+6 |
* | ff_get_fourcc() & XVIX support | Michael Niedermayer | 2002-09-27 | 1 | -0/+4 |
* | aspect (ext. par too) support for h263 and mpeg4 (inc. build becouse of new v... | Alex Beregszaszi | 2002-09-13 | 1 | -0/+5 |
* | avoid nonsense frame-skip messages | Michael Niedermayer | 2002-09-12 | 1 | -1/+1 |
* | uninitialized var ... | Michael Niedermayer | 2002-09-12 | 1 | -2/+3 |
* | m4v input support | Michael Niedermayer | 2002-09-12 | 1 | -7/+24 |
* | 10l found by RĂ©mi Guyomarch <rguyom at pobox dot com> | Michael Niedermayer | 2002-08-01 | 1 | -1/+1 |
* | dump bits per frame / qp / frame complexity support | Michael Niedermayer | 2002-07-27 | 1 | -1/+7 |
* | exporting mbskip_table after it has been allocated | Michael Niedermayer | 2002-07-16 | 1 | -1/+0 |
* | uvlinesize | Michael Niedermayer | 2002-07-15 | 1 | -2/+3 |
* | direct rendering method 1 support | Michael Niedermayer | 2002-07-14 | 1 | -15/+16 |
* | return buf_size again, i hope kabi is finally happy now ;) | Michael Niedermayer | 2002-07-13 | 1 | -5/+2 |
* | returning the number of consumed bytes (2nd try) | Michael Niedermayer | 2002-07-10 | 1 | -1/+4 |
* | return the number of consumed bytes instead of 0 or buf_size | Michael Niedermayer | 2002-07-10 | 1 | -5/+5 |
* | dc scale simplification/optimization | Michael Niedermayer | 2002-06-18 | 1 | -14/+27 |
* | grayscale only decoding | Michael Niedermayer | 2002-06-09 | 1 | -0/+1 |
* | 100l divx501+ seeking bugfix | Michael Niedermayer | 2002-06-02 | 1 | -2/+2 |
* | error concealment / error resilience | Michael Niedermayer | 2002-06-02 | 1 | -20/+128 |
* | license/copyright change | Fabrice Bellard | 2002-05-25 | 1 | -11/+11 |