| Commit message (Expand) | Author | Age | Files | Lines |
* | better fix | Michael Niedermayer | 2003-11-12 | 1 | -4/+1 |
* | small mjpeg fix by (James Stembridge <jstembridge at users dot sourceforge do... | Michael Niedermayer | 2003-11-12 | 1 | -0/+3 |
* | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux | 2003-11-03 | 1 | -17/+17 |
* | 10l | Alex Beregszaszi | 2003-10-22 | 1 | -1/+1 |
* | AVRational | Michael Niedermayer | 2003-10-20 | 1 | -45/+6 |
* | disable encoders where appropriate (patch courtesy of BERO | Mike Melanson | 2003-10-14 | 1 | -0/+2 |
* | removed the obsolete and unused parameters of init_put_bits | Alex Beregszaszi | 2003-10-12 | 1 | -1/+1 |
* | Sunplus JPEG codec (SP5X) support | Alex Beregszaszi | 2003-10-11 | 1 | -2/+176 |
* | recommit of | Michael Niedermayer | 2003-10-11 | 1 | -80/+51 |
* | use lagrange multipler instead of qp for ratecontrol, this may break some thi... | Michael Niedermayer | 2003-10-07 | 1 | -2/+4 |
* | removed warnings | Fabrice Bellard | 2003-09-09 | 1 | -1/+2 |
* | 10l | Michael Niedermayer | 2003-07-14 | 1 | -2/+2 |
* | cleanup | Michael Niedermayer | 2003-07-12 | 1 | -213/+238 |
* | postprocessing support | Michael Niedermayer | 2003-07-10 | 1 | -10/+40 |
* | few more error checks | Michael Niedermayer | 2003-07-08 | 1 | -4/+9 |
* | CONFIG_ENCODERS cleanup | Michael Niedermayer | 2003-06-22 | 1 | -1/+5 |
* | some warning fixes | Alex Beregszaszi | 2003-06-20 | 1 | -1/+1 |
* | lossless mjpeg encoding (planar yuv & RGB) and somerelated bugfixes | Michael Niedermayer | 2003-06-17 | 1 | -23/+180 |
* | 10l | Alex Beregszaszi | 2003-06-16 | 1 | -1/+0 |
* | cleanup | Michael Niedermayer | 2003-06-16 | 1 | -59/+102 |
* | lossless jpeg decoding support | Michael Niedermayer | 2003-06-15 | 1 | -20/+200 |
* | optimize | Michael Niedermayer | 2003-05-23 | 1 | -25/+11 |
* | cleanup | Michael Niedermayer | 2003-05-20 | 1 | -14/+3 |
* | Warning fixes. | Falk Hüffner | 2003-05-15 | 1 | -1/+1 |
* | user setable quantizer bias | Michael Niedermayer | 2003-03-22 | 1 | -1/+0 |
* | simplified | Alex Beregszaszi | 2003-03-09 | 1 | -4/+2 |
* | per file doxy | Michael Niedermayer | 2003-03-06 | 1 | -0/+6 |
* | MpegEncContext.(i)dct_* -> DspContext.(i)dct_* | Michael Niedermayer | 2003-03-03 | 1 | -3/+3 |
* | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac | 2003-02-11 | 1 | -46/+46 |
* | * check for potentialy problematic field len | Zdenek Kabelac | 2003-02-10 | 1 | -22/+24 |
* | * static,const,compiler warning cleanup | Zdenek Kabelac | 2003-02-10 | 1 | -2/+2 |
* | GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us... | Michael Niedermayer | 2003-01-21 | 1 | -9/+9 |
* | warnings patch by (bubu <bubu at bubu dot net>) | bubu | 2003-01-01 | 1 | -2/+3 |
* | disabled aspect code due to it is extra buggy | Alex Beregszaszi | 2002-12-22 | 1 | -9/+10 |
* | fixing aspect (hopefully, i couldnt reproduce the bug) | Michael Niedermayer | 2002-12-06 | 1 | -1/+4 |
* | cleanup | Michael Niedermayer | 2002-12-04 | 1 | -5/+7 |
* | 10l fix | Alex Beregszaszi | 2002-12-03 | 1 | -3/+9 |
* | mjpegb support (need more samples) | Alex Beregszaszi | 2002-11-20 | 1 | -9/+141 |
* | cleanup | Michael Niedermayer | 2002-11-06 | 1 | -4/+6 |
* | cleanup | Michael Niedermayer | 2002-11-06 | 1 | -8/+72 |
* | fixed some bugs in app parser - some jfif and adobe jpgs fixed | Alex Beregszaszi | 2002-11-02 | 1 | -10/+45 |
* | fixed 10l | Alex Beregszaszi | 2002-10-31 | 1 | -2/+4 |
* | FOURCC removed, using ff_get_fourcc instead (should be big-endian safe), work... | Alex Beregszaszi | 2002-10-28 | 1 | -24/+20 |
* | get_vlc2() | Michael Niedermayer | 2002-10-27 | 1 | -6/+4 |
* | 3rd 10l - don't let it read data beyond the end of frame | Arpi | 2002-10-27 | 1 | -2/+2 |
* | 2nd 10l (noticed by arpi) | Alex Beregszaszi | 2002-10-27 | 1 | -1/+1 |
* | minor speedup noticed by arpi | Alex Beregszaszi | 2002-10-27 | 1 | -6/+2 |
* | 10l | Alex Beregszaszi | 2002-10-27 | 1 | -1/+1 |
* | reworked decode_frame marker searching, fixes many non-working samples | Alex Beregszaszi | 2002-10-27 | 1 | -127/+169 |
* | idct permutation cleanup, idct can be selected per context now | Michael Niedermayer | 2002-09-29 | 1 | -7/+23 |