Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i... | Michael Niedermayer | 2003-04-10 | 1 | -41/+31 |
* | some static -> dynamic alloc & 16->8 bit | Michael Niedermayer | 2003-03-31 | 1 | -8/+8 |
* | per file doxy | Michael Niedermayer | 2003-03-06 | 1 | -0/+6 |
* | user specified motion estimation range limit | Michael Niedermayer | 2003-02-27 | 1 | -40/+38 |
* | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac | 2003-02-11 | 1 | -10/+10 |
* | * static,const,compiler warning cleanup | Zdenek Kabelac | 2003-02-10 | 1 | -3/+3 |
* | direct blocksize in bframes fix (might fix qpel+bframe bug) | Michael Niedermayer | 2003-02-08 | 1 | -2/+8 |
* | mpeg1 bframe encoding patch by (Raphaël LEGRAND) with some modifications by me | Michael Niedermayer | 2003-02-08 | 1 | -14/+26 |
* | b frame segfault fix (+-1 bug) | Michael Niedermayer | 2003-02-07 | 1 | -6/+15 |
* | 10l / 4mv segfault fix | Michael Niedermayer | 2003-01-28 | 1 | -7/+7 |
* | C99 initializers and kill warnings patch by (mru at users dot sourceforge dot... | Måns Rullgård | 2003-01-19 | 1 | -1/+1 |
* | finetuneing thresholds/factors | Michael Niedermayer | 2003-01-19 | 1 | -52/+147 |
* | bugs | Michael Niedermayer | 2003-01-18 | 1 | -2/+3 |
* | more compare functions (rd & bit) | Michael Niedermayer | 2003-01-15 | 1 | -2/+13 |
* | b frame segfault fix | Michael Niedermayer | 2003-01-06 | 1 | -4/+4 |
* | qpel in mmx2/3dnow | Michael Niedermayer | 2003-01-05 | 1 | -3/+10 |
* | pre motion estimation cleanup/bugfix | Michael Niedermayer | 2003-01-02 | 1 | -18/+13 |
* | motion estimation pre pass | Michael Niedermayer | 2003-01-02 | 1 | -3/+63 |
* | bugfix | Michael Niedermayer | 2003-01-01 | 1 | -15/+15 |
* | shape adaptive diamonds for EPZS | Michael Niedermayer | 2003-01-01 | 1 | -46/+26 |
* | qpel encoding | Michael Niedermayer | 2002-12-27 | 1 | -672/+477 |
* | better? scene change detection | Michael Niedermayer | 2002-12-05 | 1 | -1/+1 |
* | cleanup | Michael Niedermayer | 2002-12-04 | 1 | -24/+25 |
* | * altivec and pix_norm patch by Brian Foley | Brian Foley | 2002-11-22 | 1 | -26/+1 |
* | 1l found by kabi | Michael Niedermayer | 2002-11-14 | 1 | -1/+1 |
* | * using DSPContext - so each codec could use its local (sub)set of CPU extension | Zdenek Kabelac | 2002-11-11 | 1 | -41/+42 |
* | reversing header game | Michael Niedermayer | 2002-11-10 | 1 | -2/+2 |
* | fixing another assert q>0.0 issue caused by variance < 0, this fix allso chan... | Michael Niedermayer | 2002-10-31 | 1 | -3/+2 |
* | fixing q>0.0 assert failure caused by overflow of variance for b frames | Michael Niedermayer | 2002-10-30 | 1 | -1/+1 |
* | clip MVs for direct mode | Michael Niedermayer | 2002-10-24 | 1 | -1/+13 |
* | fixing variance scaling for b frames (messed adaptive quants up) | Michael Niedermayer | 2002-09-23 | 1 | -13/+10 |
* | adaptive quantization (lumi/temporal & spatial complexity masking) | Michael Niedermayer | 2002-09-23 | 1 | -0/+1 |
* | interlaced mpeg4 b frame decoding | Michael Niedermayer | 2002-09-13 | 1 | -2/+2 |
* | put/avg_pixels16 | Michael Niedermayer | 2002-09-11 | 1 | -8/+4 |
* | warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) | Dominik Mierzejewski | 2002-08-28 | 1 | -1/+1 |
* | new ratecontrol code | Michael Niedermayer | 2002-08-25 | 1 | -49/+8 |
* | better scene change detection | Michael Niedermayer | 2002-08-22 | 1 | -0/+8 |
* | b frame direct mode bugfix (bug found by CM <chenm001 at 163 dot com>) | Michael Niedermayer | 2002-07-31 | 1 | -1/+1 |
* | 4mv bugfix | Michael Niedermayer | 2002-06-24 | 1 | -2/+2 |
* | dont double check vectors | Michael Niedermayer | 2002-06-02 | 1 | -370/+614 |
* | license/copyright change | Fabrice Bellard | 2002-05-25 | 1 | -11/+11 |
* | - pict_type exported to AVCodecContext | Juanjo | 2002-05-11 | 1 | -1/+1 |
* | much better ME for b frames (a bit slow though) | Michael Niedermayer | 2002-04-19 | 1 | -24/+245 |
* | fixed mpeg4 time stuff on encoding | Michael Niedermayer | 2002-04-17 | 1 | -94/+300 |
* | - ME setting moved to AVCodecContext/MpegEncContext, no longer a global. | Juanjo | 2002-04-14 | 1 | -4/+12 |
* | fixing MVs in hq mode | Michael Niedermayer | 2002-04-01 | 1 | -0/+3 |
* | mpeg4 4MV encoding | Michael Niedermayer | 2002-03-28 | 1 | -2/+3 |
* | 4MV motion estimation (not finished yet) | Michael Niedermayer | 2002-03-27 | 1 | -41/+299 |
* | seems the old intra/inter decission is slightly better with a threshold, than... | Michael Niedermayer | 2002-03-24 | 1 | -3/+9 |
* | 10l (motion_val was uninitilized) | Michael Niedermayer | 2002-03-24 | 1 | -39/+17 |