| Commit message (Expand) | Author | Age | Files | Lines |
* | dont call emms_c() for each MB | Michael Niedermayer | 2002-10-31 | 1 | -5/+4 |
* | cleanup | Michael Niedermayer | 2002-10-31 | 1 | -0/+2 |
* | fixing another assert q>0.0 issue caused by variance < 0, this fix allso chan... | Michael Niedermayer | 2002-10-31 | 1 | -3/+2 |
* | exporting the internal qscale table, this allso fixes the ordering | Michael Niedermayer | 2002-10-30 | 1 | -10/+14 |
* | handle direct rendering buffer allocation failure | Michael Niedermayer | 2002-10-27 | 1 | -2/+7 |
* | idct_permutation_type variable, so the permutation type can quickly be identi... | Michael Niedermayer | 2002-10-25 | 1 | -4/+36 |
* | regression test for H263+ | Michael Niedermayer | 2002-10-25 | 1 | -2/+1 |
* | slice encoding cleanup | Michael Niedermayer | 2002-10-25 | 1 | -40/+31 |
* | optimize block_permute() | Michael Niedermayer | 2002-10-23 | 1 | -9/+9 |
* | fixing interlaced MC & edge-emu | Michael Niedermayer | 2002-10-23 | 1 | -12/+18 |
* | xvid qpel bug workaround | Michael Niedermayer | 2002-10-22 | 1 | -1/+1 |
* | fixing h263 decoding (did segfault) | Michael Niedermayer | 2002-10-19 | 1 | -26/+29 |
* | fixing interlaced dct + hq mode | Michael Niedermayer | 2002-10-18 | 1 | -0/+1 |
* | init flags before using it (found by arpi) | Michael Niedermayer | 2002-10-16 | 1 | -0/+2 |
* | complete mpeg4 GMC decoding support | Michael Niedermayer | 2002-10-16 | 1 | -15/+96 |
* | better/cleaner error resilience (done in a 2nd pass after decoding) | Michael Niedermayer | 2002-10-13 | 1 | -150/+55 |
* | set low_delay on encoding if no b frames | Michael Niedermayer | 2002-10-06 | 1 | -1/+1 |
* | trying to fix the non-x86 IDCTs (untested) | Michael Niedermayer | 2002-10-06 | 1 | -0/+4 |
* | moved dct init out from mpv_common_init to dct_common_init (for less-uglier w... | Alex Beregszaszi | 2002-10-04 | 1 | -5/+14 |
* | ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>) | Leon van Stuivenberg | 2002-10-03 | 1 | -0/+3 |
* | optimization | Michael Niedermayer | 2002-10-02 | 1 | -3/+9 |
* | optimizing mpeg1_decode_block() | Michael Niedermayer | 2002-09-30 | 1 | -11/+23 |
* | convert only needed matrixes in convert_matrix() (mjpeg calls it for every fr... | Michael Niedermayer | 2002-09-30 | 1 | -5/+5 |
* | idct permutation cleanup, idct can be selected per context now | Michael Niedermayer | 2002-09-29 | 1 | -62/+141 |
* | An easy way to speed up encoding by 6%. | Falk Hüffner | 2002-09-28 | 1 | -0/+2 |
* | ff_get_fourcc() & XVIX support | Michael Niedermayer | 2002-09-27 | 1 | -0/+8 |
* | mpeg4 interlaced dct encoding | Michael Niedermayer | 2002-09-26 | 1 | -31/+194 |
* | adaptive quantization for h263 | Michael Niedermayer | 2002-09-24 | 1 | -5/+12 |
* | darkness masking (lumi masking does only bright stuff now) | Michael Niedermayer | 2002-09-24 | 1 | -3/+4 |
* | adaptive quantization (lumi/temporal & spatial complexity masking) | Michael Niedermayer | 2002-09-23 | 1 | -7/+44 |
* | fixing qpel 4mv | Michael Niedermayer | 2002-09-14 | 1 | -27/+60 |
* | interlaced qpel mpeg4 fixed | Michael Niedermayer | 2002-09-14 | 1 | -27/+54 |
* | interlaced mpeg4 b frame decoding | Michael Niedermayer | 2002-09-13 | 1 | -6/+23 |
* | fixing interlaced mpeg4 decoding | Michael Niedermayer | 2002-09-12 | 1 | -1/+0 |
* | statistics for forw & back p-MBs instead of just one counter for both | Michael Niedermayer | 2002-09-12 | 1 | -4/+7 |
* | set pict_type & key_frame on decoding too | Michael Niedermayer | 2002-09-12 | 1 | -3/+3 |
* | put/avg_pixels16 | Michael Niedermayer | 2002-09-11 | 1 | -45/+29 |
* | reducing sizeof MpegEncContext to avoid stack overflow on crap M$ windo$ | Michael Niedermayer | 2002-09-11 | 1 | -0/+4 |
* | dct cleanup | Michael Niedermayer | 2002-09-01 | 1 | -9/+8 |
* | sun solaris compilation bugfix, patch by (Martin Olschewski <olschewski at zp... | Martin Olschewski | 2002-08-30 | 1 | -0/+3 |
* | slow but accurate integer dct from IJG (should be ok with the LGPL as the old... | Michael Niedermayer | 2002-08-29 | 1 | -9/+25 |
* | mpeg4 interlaced decoding support (not completly implemented/tested due to la... | Michael Niedermayer | 2002-08-27 | 1 | -11/+17 |
* | added aspected_width/height for EXTENDED_PAR | Alex Beregszaszi | 2002-08-26 | 1 | -0/+5 |
* | new ratecontrol code | Michael Niedermayer | 2002-08-25 | 1 | -15/+38 |
* | error concealment needs the mbintra_table so it should allways be allocated | Michael Niedermayer | 2002-08-24 | 1 | -4/+4 |
* | better scene change detection | Michael Niedermayer | 2002-08-22 | 1 | -2/+3 |
* | same dc skip behavior for chroma & luma elimination, its confusing otherwise ... | Michael Niedermayer | 2002-08-18 | 1 | -5/+6 |
* | skip blocks with small chroma dc too (if the user wants it) needed to avoid I... | Michael Niedermayer | 2002-08-17 | 1 | -1/+5 |
* | mpeg4 mpeg quantizer encoding | Michael Niedermayer | 2002-08-06 | 1 | -5/+10 |
* | 4mv + bframe decoding bugfix | Michael Niedermayer | 2002-08-05 | 1 | -1/+8 |