| Commit message (Expand) | Author | Age | Files | Lines |
* | moved dct init out from mpv_common_init to dct_common_init (for less-uglier w... | Alex Beregszaszi | 2002-10-04 | 1 | -0/+1 |
* | ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>) | Leon van Stuivenberg | 2002-10-03 | 1 | -0/+3 |
* | renaming variable | Michael Niedermayer | 2002-09-29 | 1 | -1/+1 |
* | idct permutation cleanup, idct can be selected per context now | Michael Niedermayer | 2002-09-29 | 1 | -9/+19 |
* | adaptive quantization for h263 | Michael Niedermayer | 2002-09-24 | 1 | -0/+1 |
* | adaptive quantization (lumi/temporal & spatial complexity masking) | Michael Niedermayer | 2002-09-23 | 1 | -4/+8 |
* | 10l (forgot to commit) | Michael Niedermayer | 2002-09-18 | 1 | -3/+2 |
* | dont store version for bit-exact tests | Michael Niedermayer | 2002-09-14 | 1 | -0/+2 |
* | interlaced mpeg4 b frame decoding | Michael Niedermayer | 2002-09-13 | 1 | -2/+9 |
* | statistics for forw & back p-MBs instead of just one counter for both | Michael Niedermayer | 2002-09-12 | 1 | -1/+2 |
* | reducing sizeof MpegEncContext to avoid stack overflow on crap M$ windo$ | Michael Niedermayer | 2002-09-11 | 1 | -1/+1 |
* | dct cleanup | Michael Niedermayer | 2002-09-01 | 1 | -2/+2 |
* | 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 | -1/+2 |
* | added aspected_width/height for EXTENDED_PAR | Alex Beregszaszi | 2002-08-26 | 1 | -1/+2 |
* | new ratecontrol code | Michael Niedermayer | 2002-08-25 | 1 | -14/+30 |
* | better scene change detection | Michael Niedermayer | 2002-08-22 | 1 | -0/+1 |
* | mpeg4 mpeg quantizer encoding | Michael Niedermayer | 2002-08-06 | 1 | -0/+3 |
* | 4mv + bframe decoding bugfix | Michael Niedermayer | 2002-08-05 | 1 | -0/+1 |
* | fixing mpeg4 mpeg quantizers | Michael Niedermayer | 2002-08-02 | 1 | -0/+1 |
* | different edge positions fixed with edge emu / dr1 | Michael Niedermayer | 2002-07-25 | 1 | -0/+1 |
* | uvlinesize | Michael Niedermayer | 2002-07-15 | 1 | -0/+4 |
* | direct rendering method 1 support | Michael Niedermayer | 2002-07-14 | 1 | -1/+4 |
* | rl vlc decoding optimizations | Michael Niedermayer | 2002-07-13 | 1 | -2/+2 |
* | adding ff prefix to avoid global name conficts with xvid (patch by Marko Kree... | Marko Kreen | 2002-07-10 | 1 | -2/+2 |
* | wmv1 slice_height != mb_height support | Michael Niedermayer | 2002-07-07 | 1 | -0/+1 |
* | Update and activate dct_unquantize_h263_mvi. Thanks to Måns Rullgård | Falk Hüffner | 2002-07-03 | 1 | -0/+3 |
* | wmv1 support | Michael Niedermayer | 2002-06-18 | 1 | -9/+25 |
* | added missing externs (we were lucky that commons are used) | Fabrice Bellard | 2002-06-04 | 1 | -2/+2 |
* | single coefficient elimination | Michael Niedermayer | 2002-06-02 | 1 | -10/+54 |
* | * started to cleanup name clashes for onetime compilation | Zdenek Kabelac | 2002-05-27 | 1 | -3/+4 |
* | license/copyright change | Fabrice Bellard | 2002-05-25 | 1 | -17/+17 |
* | workaround dc_scale bug in old ffmpeg msmpeg4v3 encoder (set workaround_bugs=... | Michael Niedermayer | 2002-05-21 | 1 | -0/+2 |
* | - pict_type exported to AVCodecContext | Juanjo | 2002-05-11 | 1 | -6/+0 |
* | clamp intra matrix to 8bit for mjpeg (workaround for qscale>=25) | Alex Beregszaszi | 2002-05-07 | 1 | -0/+1 |
* | there are divx5? encoded files without a userdata section but with b-frames :( | Michael Niedermayer | 2002-05-06 | 1 | -0/+1 |
* | fixing msmpeg4v3 dc-scale for quantizers 24-31 | Michael Niedermayer | 2002-04-30 | 1 | -1/+0 |
* | export mbskip_table for direct rendering | Michael Niedermayer | 2002-04-27 | 1 | -0/+3 |
* | fixed msmpeg4 infinite loop if buggy stream | Michael Niedermayer | 2002-04-27 | 1 | -9/+22 |
* | avcodec_flush_buffers() | Michael Niedermayer | 2002-04-24 | 1 | -0/+1 |
* | export delay info | Michael Niedermayer | 2002-04-22 | 1 | -0/+2 |
* | divx 5.01 support | Michael Niedermayer | 2002-04-22 | 1 | -1/+6 |
* | fixed ratecontrol & b-frames | Michael Niedermayer | 2002-04-21 | 1 | -7/+40 |
* | much better ME for b frames (a bit slow though) | Michael Niedermayer | 2002-04-19 | 1 | -5/+6 |
* | mpeg2/mpeg4 dequantizer support (c & mmx) | Michael Niedermayer | 2002-04-17 | 1 | -1/+3 |
* | fixed mpeg4 time stuff on encoding | Michael Niedermayer | 2002-04-17 | 1 | -39/+72 |
* | - ME setting moved to AVCodecContext/MpegEncContext, no longer a global. | Juanjo | 2002-04-14 | 1 | -1/+1 |
* | mpeg4 mpeg quantizer support | Michael Niedermayer | 2002-04-07 | 1 | -1/+5 |
* | msmpeg4v2 decoding (no encoding yet) | Michael Niedermayer | 2002-04-05 | 1 | -0/+1 |
* | force frame type for 2-pass encoding | Michael Niedermayer | 2002-03-28 | 1 | -0/+1 |