| Commit message (Expand) | Author | Age | Files | Lines |
* | use get_format | Ivan Kalvachev | 2004-02-19 | 1 | -4/+19 |
* | more error checks for the sequence header | Michael Niedermayer | 2004-02-16 | 1 | -0/+13 |
* | multithreaded/SMP motion estimation | Michael Niedermayer | 2004-02-13 | 1 | -1/+3 |
* | get_bit_count -> put_bits_count | Alex Beregszaszi | 2004-02-06 | 1 | -1/+1 |
* | closed gop support & flags2 as all bits in flags are used | Michael Niedermayer | 2004-01-22 | 1 | -1/+2 |
* | removing broken framerate conversation hack in mpeg1/2 | Michael Niedermayer | 2004-01-18 | 1 | -77/+69 |
* | copyright year update of the files i touched and remembered, things look anno... | Michael Niedermayer | 2004-01-10 | 1 | -0/+1 |
* | uninitalized variables fix by (Gildas Bazin <gbazin at altern dot org>) | Michael Niedermayer | 2004-01-08 | 1 | -2/+1 |
* | simplify | Michael Niedermayer | 2004-01-05 | 1 | -18/+12 |
* | gop timestamp fix | Michael Niedermayer | 2004-01-04 | 1 | -4/+6 |
* | frame rate emulation "fix" by (Mean <fixounet at free dot fr>) | Michael Niedermayer | 2004-01-04 | 1 | -1/+1 |
* | SVCD scan offset stuff | Michael Niedermayer | 2004-01-04 | 1 | -1/+9 |
* | print vbv buffer size & bitrate when decoding with -debug 1 | Michael Niedermayer | 2004-01-01 | 1 | -3/+9 |
* | interlaced motion estimation | Michael Niedermayer | 2003-12-30 | 1 | -123/+131 |
* | motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at ... | Wolfgang Hesseler | 2003-12-30 | 1 | -2/+2 |
* | vbv_delay | Michael Niedermayer | 2003-12-17 | 1 | -3/+5 |
* | mv vissualization & field picture fix | Michael Niedermayer | 2003-12-14 | 1 | -3/+6 |
* | cygwin fix and dont average interlaced MVs patch by (Wolfgang Hesseler <qv at... | Wolfgang Hesseler | 2003-12-14 | 1 | -29/+33 |
* | 10l (printing qscale before parsing it) | Michael Niedermayer | 2003-12-14 | 1 | -12/+12 |
* | fixed top_field_first support when encoding | Fabrice Bellard | 2003-12-12 | 1 | -1/+5 |
* | interlaced DCT support for MPEG2 encoding | Fabrice Bellard | 2003-12-10 | 1 | -30/+52 |
* | fixed potential problem if aspect_ratio_info == 0 for MPEG stream - fixed asp... | Fabrice Bellard | 2003-12-10 | 1 | -4/+4 |
* | MB_TYPE_INTERLACED info fix | Michael Niedermayer | 2003-12-10 | 1 | -2/+5 |
* | fixed low delay decoding | Fabrice Bellard | 2003-12-09 | 1 | -1/+2 |
* | move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multi... | Wolfgang Hesseler | 2003-12-09 | 1 | -21/+39 |
* | 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 |