| Commit message (Expand) | Author | Age | Files | Lines |
* | skip_idct | Michael Niedermayer | 2005-07-14 | 1 | -0/+4 |
* | kill warnings patch by (Måns Rullgård <mru inprovide com>) | Måns Rullgård | 2005-02-24 | 1 | -0/+2 |
* | avoid buf_size == 0 checks in every decoder | Michael Niedermayer | 2005-01-23 | 1 | -4/+0 |
* | various security fixes and precautionary checks | Michael Niedermayer | 2005-01-12 | 1 | -3/+10 |
* | Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ... | Burkhard Plaum | 2004-11-27 | 1 | -6/+6 |
* | 10l (segfault) | Michael Niedermayer | 2004-09-27 | 1 | -0/+1 |
* | try to select w/h from tables | Alex Beregszaszi | 2004-09-08 | 1 | -6/+18 |
* | svq1 mv array size fix | Michael Niedermayer | 2004-07-28 | 1 | -5/+5 |
* | well that does not need to be there anymore | Mike Melanson | 2004-07-27 | 1 | -5/+0 |
* | the ongoing struggle for encoding conditionals | Mike Melanson | 2004-06-13 | 1 | -0/+4 |
* | gcc bug workaround by (Jonathan Gray <khalek at linuxgamers dot net>) | Michael Niedermayer | 2004-06-08 | 1 | -0/+3 |
* | data_size = 0 cleanup | Michael Niedermayer | 2004-05-21 | 1 | -4/+0 |
* | some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge... | Michael Niedermayer | 2004-05-18 | 1 | -0/+2 |
* | removing unused encoding code | Michael Niedermayer | 2004-05-12 | 1 | -560/+4 |
* | automatic pixel format selection | Michael Niedermayer | 2004-05-12 | 1 | -0/+2 |
* | segfault fix | Michael Niedermayer | 2004-05-12 | 1 | -0/+6 |
* | support skiped blocks in SVQ1 | Michael Niedermayer | 2004-05-12 | 1 | -6/+13 |
* | motion estimation for SVQ1 | Michael Niedermayer | 2004-05-12 | 1 | -39/+176 |
* | p frame encoding, only with 0,0 motion vectors yet though | Michael Niedermayer | 2004-05-09 | 1 | -51/+117 |
* | using pointers so the code could eventually be used for P frames | Michael Niedermayer | 2004-05-08 | 1 | -12/+29 |
* | width height %64 != 0 fix | Michael Niedermayer | 2004-05-08 | 1 | -3/+11 |
* | color and 10l | Michael Niedermayer | 2004-05-07 | 1 | -1/+3 |
* | rate distorted intra only encoding | Michael Niedermayer | 2004-05-07 | 1 | -0/+140 |
* | first pass at a Sorenson Video 1 (SVQ1) encoder | Mike Melanson | 2004-05-07 | 1 | -14/+738 |
* | init cleanup | Michael Niedermayer | 2004-03-16 | 1 | -0/+2 |
* | closed gop support & flags2 as all bits in flags are used | Michael Niedermayer | 2004-01-22 | 1 | -1/+0 |
* | off-by-1 error in the never-before-tested embedded string code | Mike Melanson | 2004-01-02 | 1 | -1/+1 |
* | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux | 2003-11-03 | 1 | -1/+1 |
* | 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 |