| Commit message (Expand) | Author | Age | Files | Lines |
* | avoid buf_size == 0 checks in every decoder | Michael Niedermayer | 2005-01-23 | 1 | -4/+4 |
* | Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ... | Burkhard Plaum | 2004-11-27 | 1 | -16/+19 |
* | fix constrained parameters flag | Michael Niedermayer | 2004-10-18 | 1 | -0/+1 |
* | lowres width/height cleanup 3rd try | Michael Niedermayer | 2004-09-27 | 1 | -6/+5 |
* | set AVCodecContext.width/height to the picture width/height instead of the on... | Michael Niedermayer | 2004-09-27 | 1 | -4/+4 |
* | lowres slice fix | Michael Niedermayer | 2004-09-26 | 1 | -1/+2 |
* | 1/2 resolution decoding | Michael Niedermayer | 2004-09-25 | 1 | -3/+4 |
* | mess cleanup | Michael Niedermayer | 2004-09-10 | 1 | -15/+14 |
* | typo | Michael Niedermayer | 2004-09-02 | 1 | -1/+1 |
* | optional non spec compliant optimizations for mpeg1 | Michael Niedermayer | 2004-09-02 | 1 | -7/+89 |
* | optional non spec compliant optimizations | Michael Niedermayer | 2004-09-02 | 1 | -11/+82 |
* | user overrideable level & profile | Michael Niedermayer | 2004-08-13 | 1 | -6/+16 |
* | Avoid segfault on ffmpeg "buffer flush" in mpeg12.c patch by (Wolfram Gloger ... | Wolfram Gloger | 2004-07-16 | 1 | -5/+7 |
* | 10l (fixes delayed frames during encoding) | Michael Niedermayer | 2004-06-30 | 1 | -0/+2 |
* | support skiping of mb rows during decoding | Michael Niedermayer | 2004-06-26 | 1 | -0/+5 |
* | optimization | Michael Niedermayer | 2004-06-25 | 1 | -10/+5 |
* | better cbp handling and small speedup in mpeg12 | Ivan Kalvachev | 2004-06-12 | 1 | -30/+13 |
* | 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 |