| Commit message (Expand) | Author | Age | Files | Lines |
* | rv20 (h263) b frame decoding support | Michael Niedermayer | 2003-12-04 | 1 | -3/+3 |
* | h263 loop filter | Michael Niedermayer | 2003-12-01 | 1 | -0/+1 |
* | silence few warnings | Ivan Kalvachev | 2003-11-13 | 1 | -1/+2 |
* | mpegvideo is back | Ivan Kalvachev | 2003-11-12 | 1 | -0/+14 |
* | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux | 2003-11-03 | 1 | -22/+22 |
* | 100l (SAR is written as height/width instead of width/height in the MPEG1 sta... | Michael Niedermayer | 2003-10-30 | 1 | -2/+2 |
* | XvMC speedup by removing one memcpy and doing MB packing | Ivan Kalvachev | 2003-10-27 | 1 | -20/+47 |
* | mpeg2 aspect ratio encoding fixed | Michael Niedermayer | 2003-10-20 | 1 | -2/+7 |
* | AVRational | Michael Niedermayer | 2003-10-20 | 1 | -10/+19 |
* | export mpeg2 active display area / pan scan | Michael Niedermayer | 2003-10-20 | 1 | -3/+57 |
* | disable encoders where appropriate (patch courtesy of BERO | Mike Melanson | 2003-10-14 | 1 | -2/+4 |
* | 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 |