| Commit message (Expand) | Author | Age | Files | Lines |
* | better non conformant divx packed bitstream detection, so unpacked (no b fram... | Michael Niedermayer | 2003-03-20 | 1 | -2/+2 |
* | error resilience cleanup (its faster too...) | Michael Niedermayer | 2003-03-20 | 1 | -44/+12 |
* | field pic decoding cleanup | Michael Niedermayer | 2003-03-16 | 1 | -3/+3 |
* | cleaner & more flexible edge bug workaround | Michael Niedermayer | 2003-03-15 | 1 | -0/+5 |
* | * 'externaly' visible option list begins avoptions_ prefix | Zdenek Kabelac | 2003-03-10 | 1 | -0/+12 |
* | merging fourcc with codec_tag | Michael Niedermayer | 2003-03-08 | 1 | -6/+6 |
* | per file doxy | Michael Niedermayer | 2003-03-06 | 1 | -1/+7 |
* | mpeg2 field pictures + sliced mode (doesnt work with mplayer though, dunno why) | Michael Niedermayer | 2003-03-05 | 1 | -2/+2 |
* | fixing padding bug autodetection for some rare files, closes bug #647941 | Michael Niedermayer | 2003-02-28 | 1 | -1/+3 |
* | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac | 2003-02-11 | 1 | -3/+3 |
* | direct blocksize in bframes fix (might fix qpel+bframe bug) | Michael Niedermayer | 2003-02-08 | 1 | -0/+19 |
* | divx503 decoding fix | Michael Niedermayer | 2003-02-02 | 1 | -9/+4 |
* | drawing cute arrows instead of lame lines for motion vector visualization | Michael Niedermayer | 2003-01-26 | 1 | -2/+21 |
* | cleanup | Michael Niedermayer | 2003-01-21 | 1 | -25/+3 |
* | GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us... | Michael Niedermayer | 2003-01-21 | 1 | -9/+9 |
* | padding bug autodetection improvement 2nd try | Michael Niedermayer | 2003-01-13 | 1 | -10/+8 |
* | better padding/stuffing bug autodetection | Michael Niedermayer | 2003-01-13 | 1 | -5/+9 |
* | qpel fix | Michael Niedermayer | 2003-01-09 | 1 | -33/+91 |
* | fixed wmv2 slices | Michael Niedermayer | 2003-01-09 | 1 | -1/+1 |
* | 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 |