Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | get_bits -> skip_bits | Alex Beregszaszi | 2003-07-25 | 1 | -10/+10 |
* | AVCodec.flush() | Michael Niedermayer | 2003-07-17 | 1 | -0/+1 |
* | rework SVQ1 decoder to use more intuitive VLC tables as well as ffmpeg's | Mike Melanson | 2003-05-26 | 1 | -571/+172 |
* | Warning and compatibility fixes. | Falk Hüffner | 2003-05-24 | 1 | -1/+0 |
* | field pic decoding cleanup | Michael Niedermayer | 2003-03-16 | 1 | -1/+1 |
* | per file doxy | Michael Niedermayer | 2003-03-06 | 1 | -0/+6 |
* | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac | 2003-02-11 | 1 | -1/+1 |
* | cliping MVs, i dunno if its correct but it looks better then without it | Michael Niedermayer | 2003-02-04 | 1 | -7/+32 |
* | GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us... | Michael Niedermayer | 2003-01-21 | 1 | -1/+1 |
* | workaround dropable p frame after first frame bug | Michael Niedermayer | 2003-01-09 | 1 | -0/+4 |
* | AVVideoFrame -> AVFrame | Michael Niedermayer | 2002-12-09 | 1 | -3/+3 |
* | cleanup / messup? | Michael Niedermayer | 2002-12-09 | 1 | -1/+1 |
* | cleanup | Michael Niedermayer | 2002-12-04 | 1 | -12/+13 |
* | * fixing some minor const warnings | Zdenek Kabelac | 2002-11-12 | 1 | -4/+4 |
* | * using DSPContext - so each codec could use its local (sub)set of CPU extension | Zdenek Kabelac | 2002-11-11 | 1 | -9/+9 |
* | handle direct rendering buffer allocation failure | Michael Niedermayer | 2002-10-27 | 1 | -1/+2 |
* | put/avg_pixels16 | Michael Niedermayer | 2002-09-11 | 1 | -3/+2 |
* | moved codebooks to svq1_cb.h | Alex Beregszaszi | 2002-07-22 | 1 | -1484/+2 |
* | hurry up support | Michael Niedermayer | 2002-07-16 | 1 | -1/+3 |
* | grayscale only decoding | Michael Niedermayer | 2002-07-16 | 1 | -0/+2 |
* | direct rendering for SVQ1 | Michael Niedermayer | 2002-07-15 | 1 | -32/+30 |
* | 1001L | Nick Kurshev | 2002-07-15 | 1 | -3/+3 |
* | faster get_bit_cache | Michael Niedermayer | 2002-07-14 | 1 | -3/+7 |
* | 10L | Nick Kurshev | 2002-07-11 | 1 | -1/+0 |
* | Add Arpi to list of porters. | Nick Kurshev | 2002-07-11 | 1 | -0/+1 |
* | Change licence to LGPL since there are no objections from side of original au... | Nick Kurshev | 2002-07-11 | 1 | -15/+17 |
* | Applied patch of Felix Buenemann | Nick Kurshev | 2002-07-10 | 1 | -1/+1 |
* | * prefixication (due Kabi's request) | Nick Kurshev | 2002-07-10 | 1 | -204/+251 |
* | new codec: Sorenson v1 | Nick Kurshev | 2002-07-09 | 1 | -0/+2632 |