| Commit message (Expand) | Author | Age | Files | Lines |
* | removing broken mpeg_decode_gop() | Michael Niedermayer | 2004-03-13 | 1 | -32/+1 |
* | find_start_code() optimization (about 2x faster now) this may improve decodin... | Michael Niedermayer | 2004-03-09 | 1 | -14/+17 |
* | * more consts | Zdenek Kabelac | 2004-03-05 | 1 | -10/+11 |
* | * const warn elimination | Zdenek Kabelac | 2004-03-05 | 1 | -1/+1 |
* | silence warnings | Ivan Kalvachev | 2004-03-04 | 1 | -1/+1 |
* | add vlc for cbp=0 that is valid in 422,444 | Ivan Kalvachev | 2004-03-02 | 1 | -5/+4 |
* | 10l (segfault fix) | Michael Niedermayer | 2004-03-02 | 1 | -3/+3 |
* | forgot default chroma_format value | Ivan Kalvachev | 2004-03-02 | 1 | -0/+2 |
* | initial chroma_format changes,xvmc tweaks and codec_cap | Ivan Kalvachev | 2004-03-01 | 1 | -10/+68 |
* | mpeg2 field pic decoding fix | Michael Niedermayer | 2004-02-28 | 1 | -43/+31 |
* | AVCodec.supported_framerates | Michael Niedermayer | 2004-02-26 | 1 | -15/+16 |
* | multithreaded mpeg2 decoding | Michael Niedermayer | 2004-02-23 | 1 | -62/+127 |
* | 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 |