| Commit message (Expand) | Author | Age | Files | Lines |
* | mpeg2 chroma422/444 support, may be slower, may be faster for other codecs | Ivan Kalvachev | 2004-06-11 | 1 | -3/+5 |
* | data_size = 0 cleanup | Michael Niedermayer | 2004-05-21 | 1 | -2/+0 |
* | intra_dc_precission>0 encoding support | Michael Niedermayer | 2004-04-30 | 1 | -1/+23 |
* | cola test | Ivan Kalvachev | 2004-04-29 | 1 | -4/+7 |
* | remove duplicated find_frame_end() code | Michael Niedermayer | 2004-04-29 | 1 | -4/+7 |
* | simplify | Michael Niedermayer | 2004-04-27 | 1 | -1/+1 |
* | corrupted field pictures segfault fix | Michael Niedermayer | 2004-04-22 | 1 | -2/+2 |
* | exporting field_select/ref_index values | Michael Niedermayer | 2004-04-19 | 1 | -1/+3 |
* | fix exported motion vectors | Michael Niedermayer | 2004-04-18 | 1 | -1/+1 |
* | unify table indexing (motion_val,dc_val,ac_val,coded_block changed) | Michael Niedermayer | 2004-04-16 | 1 | -2/+2 |
* | skiped mbs in interlaced b frames fix | Michael Niedermayer | 2004-04-02 | 1 | -2/+3 |
* | warning patrol | Falk Hüffner | 2004-03-24 | 1 | -3/+3 |
* | 1000l for iive | Michael Niedermayer | 2004-03-22 | 1 | -1/+2 |
* | 1000000l (using uninitalized variable for initalizing bits per MV table) | Michael Niedermayer | 2004-03-16 | 1 | -1/+1 |
* | init cleanup | Michael Niedermayer | 2004-03-16 | 1 | -0/+3 |
* | use pan_scan to remove some weight, proper pan_scan offset reading | Ivan Kalvachev | 2004-03-16 | 1 | -12/+20 |
* | mpeg12 fix 10l of aspect calucalations, return gop perser to print debug info... | Ivan Kalvachev | 2004-03-15 | 1 | -9/+45 |
* | move MPV_common_init after parsing stream parameters, matrix rebuild | Ivan Kalvachev | 2004-03-15 | 1 | -70/+146 |
* | 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 |