| Commit message (Expand) | Author | Age | Files | Lines |
* | mpeg1 + trellis quant segfault fix | Michael Niedermayer | 2003-10-05 | 1 | -1/+3 |
* | hurry_up fix? | Michael Niedermayer | 2003-09-27 | 1 | -3/+5 |
* | constraint_parameter_flag fix | Michael Niedermayer | 2003-09-24 | 1 | -2/+13 |
* | fixing unused f_code values | Michael Niedermayer | 2003-08-30 | 1 | -6/+20 |
* | bit_rate in mpeg1/2 should be 0x3FFFF for vbr or at least >= max_bitrate | Michael Niedermayer | 2003-08-29 | 1 | -7/+14 |
* | 10l (closed gop bit) | Michael Niedermayer | 2003-08-29 | 1 | -1/+1 |
* | mpeg2 regression test | Michael Niedermayer | 2003-08-26 | 1 | -2/+15 |
* | mpeg2 encoding | Michael Niedermayer | 2003-08-25 | 1 | -23/+85 |
* | custom quant matrix encoding support | Michael Niedermayer | 2003-08-22 | 1 | -2/+3 |
* | PSX MDEC decoder, based upon some code from Sebastian Jedruszkiewicz <elf at ... | Michael Niedermayer | 2003-08-22 | 1 | -9/+14 |
* | repeat_pict was never returned | Fabrice Bellard | 2003-08-22 | 1 | -6/+5 |
* | * fixing a regression in mpeg encoder (not setting pix_fmt), | Roman Shaposhnik | 2003-08-12 | 1 | -1/+1 |
* | rate distortion mb decision support | Michael Niedermayer | 2003-07-29 | 1 | -1/+8 |
* | initial XvMC support | Ivan Kalvachev | 2003-07-26 | 1 | -1/+58 |
* | ati vcr2 uv swap | Michael Niedermayer | 2003-07-26 | 1 | -0/+16 |
* | vcr2 cleanup | Michael Niedermayer | 2003-07-24 | 1 | -5/+3 |
* | ATI VCR2 decoding support | Michael Niedermayer | 2003-07-24 | 1 | -1/+50 |
* | last frame decoding fix | Michael Niedermayer | 2003-07-23 | 1 | -5/+4 |
* | default for slices is display order again | Michael Niedermayer | 2003-07-20 | 1 | -7/+1 |
* | AVCodec.flush() | Michael Niedermayer | 2003-07-17 | 1 | -0/+1 |
* | mpeg 2 seeking fix | Michael Niedermayer | 2003-07-07 | 1 | -0/+3 |
* | CODEC_FLAG_LOW_DELAY fix | Michael Niedermayer | 2003-07-06 | 1 | -0/+3 |
* | 2x100l | Michael Niedermayer | 2003-06-27 | 1 | -2/+2 |
* | DMV support patch by ("Ivan Kalvachev" <ivan at cacad dot com>) | Ivan Kalvachev | 2003-06-23 | 1 | -17/+20 |
* | CONFIG_ENCODERS cleanup | Michael Niedermayer | 2003-06-22 | 1 | -7/+16 |
* | fixing concealment MVs prediction | Michael Niedermayer | 2003-06-21 | 1 | -4/+8 |
* | fixed segfault if sequence header has not been found before slice decoding | Fabrice Bellard | 2003-06-16 | 1 | -0/+3 |
* | fix mpeg1/2 decoding if there are no 0 bytes after the bitstream | Michael Niedermayer | 2003-05-30 | 1 | -5/+17 |
* | motion vector vissualization for mpeg1/2 | Michael Niedermayer | 2003-05-27 | 1 | -28/+36 |
* | ASV1 codec | Michael Niedermayer | 2003-05-19 | 1 | -8/+8 |
* | decode motion & modulo optimize patch by (BERO <bero at geocities dot co dot ... | BERO | 2003-05-14 | 1 | -10/+7 |
* | bitstream reader optimize patch by (BERO <bero at geocities dot co dot jp>) | BERO | 2003-05-14 | 1 | -3/+1 |
* | small optimize mpeg12.c/get_qscale patch by (BERO <bero at geocities dot co d... | BERO | 2003-05-13 | 1 | -6/+3 |
* | 10l | Michael Niedermayer | 2003-04-27 | 1 | -3/+3 |
* | 10l (returning negative number of consumed bytes if the first startcode of a ... | Michael Niedermayer | 2003-04-27 | 1 | -5/+3 |
* | cleanup mpeg1/2 bitstream parser | Michael Niedermayer | 2003-04-22 | 1 | -71/+73 |
* | mpeg2 qscale flag | Michael Niedermayer | 2003-04-18 | 1 | -2/+5 |
* | some checks to avoid segfaults if the decoder is feeded with junk | Michael Niedermayer | 2003-04-11 | 1 | -0/+8 |
* | 100l (mpeg2 decoding fixed) | Michael Niedermayer | 2003-04-11 | 1 | -7/+9 |
* | simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i... | Michael Niedermayer | 2003-04-10 | 1 | -203/+282 |
* | msmpeg4 2pass support & some related cleanup | Michael Niedermayer | 2003-04-02 | 1 | -10/+0 |
* | some static -> dynamic alloc & 16->8 bit | Michael Niedermayer | 2003-03-31 | 1 | -1/+3 |
* | mpeg1 slice encoding support | Michael Niedermayer | 2003-03-30 | 1 | -42/+47 |
* | user setable quantizer bias | Michael Niedermayer | 2003-03-22 | 1 | -2/+0 |
* | field pic decoding cleanup | Michael Niedermayer | 2003-03-16 | 1 | -24/+15 |
* | per context frame_rate_base, this should finally fix frame_rate related av sy... | Michael Niedermayer | 2003-03-12 | 1 | -15/+22 |
* | 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 | -1/+7 |
* | field picture decoding support (16x16 MC blocks only as i dont have any sampl... | Michael Niedermayer | 2003-03-05 | 1 | -9/+36 |
* | MpegEncContext.(i)dct_* -> DspContext.(i)dct_* | Michael Niedermayer | 2003-03-03 | 1 | -6/+6 |