| Commit message (Expand) | Author | Age | Files | Lines |
* | user setable quantizer bias | Michael Niedermayer | 2003-03-22 | 1 | -8/+0 |
* | better non conformant divx packed bitstream detection, so unpacked (no b fram... | Michael Niedermayer | 2003-03-20 | 1 | -6/+12 |
* | error resilience cleanup (its faster too...) | Michael Niedermayer | 2003-03-20 | 1 | -18/+14 |
* | cleaner & more flexible edge bug workaround | Michael Niedermayer | 2003-03-15 | 1 | -1/+1 |
* | oops | Michael Niedermayer | 2003-03-12 | 1 | -3/+0 |
* | rvlc decoding support | Michael Niedermayer | 2003-03-12 | 1 | -31/+68 |
* | per context frame_rate_base, this should finally fix frame_rate related av sy... | Michael Niedermayer | 2003-03-12 | 1 | -6/+6 |
* | simplified | Alex Beregszaszi | 2003-03-09 | 1 | -3/+1 |
* | per file doxy | Michael Niedermayer | 2003-03-06 | 1 | -2/+1 |
* | MpegEncContext.(i)dct_* -> DspContext.(i)dct_* | Michael Niedermayer | 2003-03-03 | 1 | -30/+30 |
* | 10l | Michael Niedermayer | 2003-02-28 | 1 | -4/+8 |
* | h263(+) clenaup & bugfixes | Michael Niedermayer | 2003-02-28 | 1 | -28/+50 |
* | more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware... | Wolfgang Hesseler | 2003-02-16 | 1 | -3/+26 |
* | improving parsing of incomplete headers | Michael Niedermayer | 2003-02-14 | 1 | -7/+13 |
* | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac | 2003-02-11 | 1 | -54/+53 |
* | * static,const,compiler warning cleanup | Zdenek Kabelac | 2003-02-10 | 1 | -9/+12 |
* | direct blocksize in bframes fix (might fix qpel+bframe bug) | Michael Niedermayer | 2003-02-08 | 1 | -6/+9 |
* | --disable-risky support | Michael Niedermayer | 2003-01-29 | 1 | -38/+0 |
* | feeding doxygen | Michael Niedermayer | 2003-01-26 | 1 | -0/+42 |
* | GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us... | Michael Niedermayer | 2003-01-21 | 1 | -11/+11 |
* | finetuneing thresholds/factors | Michael Niedermayer | 2003-01-19 | 1 | -8/+12 |
* | fixing DCTELEM != short | Michael Niedermayer | 2003-01-15 | 1 | -4/+4 |
* | average motion vector rounding like the reference says and not what the stand... | Michael Niedermayer | 2003-01-12 | 1 | -2/+1 |
* | mpeg4 header encoding bugfix | Michael Niedermayer | 2003-01-03 | 1 | -3/+1 |
* | trellis quantization | Michael Niedermayer | 2002-12-31 | 1 | -5/+11 |
* | correcter mpeg4 headers | Michael Niedermayer | 2002-12-30 | 1 | -12/+125 |
* | qpel encoding | Michael Niedermayer | 2002-12-27 | 1 | -64/+111 |
* | more debug output | Michael Niedermayer | 2002-12-17 | 1 | -2/+2 |
* | correct mpeg4 vo type | Michael Niedermayer | 2002-12-09 | 1 | -1/+5 |
* | ump4 decoding fixed | Michael Niedermayer | 2002-12-07 | 1 | -1/+1 |
* | specific debug output support | Michael Niedermayer | 2002-12-04 | 1 | -8/+10 |
* | fixing illegal 3. esc bug (the mpeg4 std only requires encoders to use unesca... | Michael Niedermayer | 2002-12-04 | 1 | -8/+10 |
* | cleanup | Michael Niedermayer | 2002-12-04 | 1 | -39/+48 |
* | fixing h263+ slices if the padding at the end of the frame is >7 && <16 && th... | Michael Niedermayer | 2002-11-26 | 1 | -7/+7 |
* | fixing aspect | Michael Niedermayer | 2002-11-25 | 1 | -17/+24 |
* | aspect ratio cleanup | Michael Niedermayer | 2002-11-20 | 1 | -9/+27 |
* | * using DSPContext - so each codec could use its local (sub)set of CPU extension | Zdenek Kabelac | 2002-11-11 | 1 | -1/+1 |
* | reversing header game | Michael Niedermayer | 2002-11-10 | 1 | -2/+2 |
* | hopefully fixing sprite_warping_points==0 | Michael Niedermayer | 2002-11-01 | 1 | -4/+2 |
* | put a few large tables under #ifdef CONFIG_ENCODERS or dynamically allocate them | Michael Niedermayer | 2002-10-31 | 1 | -6/+22 |
* | segfault fix patch by (Juergen Keil <jk at tools dot de>) | Jürgen Keil | 2002-10-26 | 1 | -0/+4 |
* | slice encoding cleanup | Michael Niedermayer | 2002-10-25 | 1 | -31/+5 |
* | xvid qpel bug autodetect | Michael Niedermayer | 2002-10-22 | 1 | -3/+13 |
* | fixing interlaced dct with 4mv | Michael Niedermayer | 2002-10-19 | 1 | -0/+5 |
* | complete mpeg4 GMC decoding support | Michael Niedermayer | 2002-10-16 | 1 | -155/+181 |
* | warning fixes | Michael Niedermayer | 2002-10-15 | 1 | -9/+18 |
* | mpeg4 header parser clenup (needed for parsing of VOL header in avctx->extrad... | Michael Niedermayer | 2002-10-14 | 1 | -304/+323 |
* | better/cleaner error resilience (done in a 2nd pass after decoding) | Michael Niedermayer | 2002-10-13 | 1 | -285/+408 |
* | fixing custom quantizer matrix decoding | Michael Niedermayer | 2002-10-02 | 1 | -19/+45 |
* | idct permutation cleanup, idct can be selected per context now | Michael Niedermayer | 2002-09-29 | 1 | -48/+49 |