| Commit message (Expand) | Author | Age | Files | Lines |
* | GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us... | Michael Niedermayer | 2003-01-21 | 1 | -5/+5 |
* | fixing DCTELEM != short | Michael Niedermayer | 2003-01-15 | 1 | -1/+1 |
* | warnings patch by (bubu <bubu at bubu dot net>) | bubu | 2003-01-01 | 1 | -1/+0 |
* | AVVideoFrame -> AVFrame | Michael Niedermayer | 2002-12-09 | 1 | -3/+3 |
* | cleanup | Michael Niedermayer | 2002-12-04 | 1 | -47/+26 |
* | * not checking for get_buffer_callback - it would be user's error | Zdenek Kabelac | 2002-11-14 | 1 | -2/+3 |
* | * fixing some minor const warnings | Zdenek Kabelac | 2002-11-12 | 1 | -1/+2 |
* | * using DSPContext - so each codec could use its local (sub)set of CPU extension | Zdenek Kabelac | 2002-11-11 | 1 | -0/+1 |
* | 10l - set pixelfmt (colorspace) _before_ calling get_buffer() callback | Arpi | 2002-11-10 | 1 | -13/+10 |
* | * DR1 support | Zdenek Kabelac | 2002-11-04 | 1 | -10/+32 |
* | support buffers containing more than one frame | Fabrice Bellard | 2002-10-09 | 1 | -8/+8 |
* | fixed NTSC end of line bug | Fabrice Bellard | 2002-10-08 | 1 | -4/+25 |
* | 10l - MMX/FPU state was not restored, causing nonsense fpu behaviour in calle... | Arpi | 2002-10-07 | 1 | -0/+3 |
* | DV ntsc support, 411P colorspace added | Arpi | 2002-10-07 | 1 | -10/+10 |
* | moved dct init out from mpv_common_init to dct_common_init (for less-uglier w... | Alex Beregszaszi | 2002-10-04 | 1 | -8/+2 |
* | simplified parsing - added MMX idct support | Fabrice Bellard | 2002-10-04 | 1 | -82/+105 |
* | first working version of DV video decoder | Fabrice Bellard | 2002-10-03 | 1 | -0/+632 |