| Commit message (Expand) | Author | Age | Files | Lines |
* | Update and activate dct_unquantize_h263_mvi. Thanks to Måns Rullgård | Falk Hüffner | 2002-07-03 | 1 | -0/+3 |
* | init dc_scale tables to defaults (fixes mjpeg sig11) | Michael Niedermayer | 2002-06-25 | 1 | -1/+3 |
* | wmv1 support | Michael Niedermayer | 2002-06-18 | 1 | -20/+42 |
* | grayscale only encoding | Michael Niedermayer | 2002-06-09 | 1 | -8/+26 |
* | grayscale only decoding | Michael Niedermayer | 2002-06-09 | 1 | -6/+21 |
* | optimizing MPV_decode_mb | Michael Niedermayer | 2002-06-05 | 1 | -26/+39 |
* | use ff_idct_put/add() | Fabrice Bellard | 2002-06-05 | 1 | -4/+2 |
* | avoid name clash with libjpeg - added missing externs | Fabrice Bellard | 2002-06-04 | 1 | -1/+1 |
* | use qstride instead of fixed constants | Nick Kurshev | 2002-06-03 | 1 | -1/+1 |
* | new field for communicating with external postprocessing | Nick Kurshev | 2002-06-03 | 1 | -0/+3 |
* | typo (found by Bohdan Horst <nexus at hoth.amu.edu.pl>) | Michael Niedermayer | 2002-06-02 | 1 | -1/+1 |
* | divx5 bug workaround | Michael Niedermayer | 2002-06-02 | 1 | -1/+1 |
* | single coefficient elimination | Michael Niedermayer | 2002-06-02 | 1 | -275/+486 |
* | license/copyright change | Fabrice Bellard | 2002-05-25 | 1 | -11/+11 |
* | removed useless header includes - use av memory functions | Fabrice Bellard | 2002-05-18 | 1 | -36/+26 |
* | - pict_type exported to AVCodecContext | Juanjo | 2002-05-11 | 1 | -1/+3 |
* | clamp intra matrix to 8bit for mjpeg (workaround for qscale>=25) | Alex Beregszaszi | 2002-05-07 | 1 | -2/+3 |
* | there are divx5? encoded files without a userdata section but with b-frames :( | Michael Niedermayer | 2002-05-06 | 1 | -1/+3 |
* | - Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now. | Juanjo | 2002-05-02 | 1 | -11/+21 |
* | fixing msmpeg4v3 dc-scale for quantizers 24-31 | Michael Niedermayer | 2002-04-30 | 1 | -3/+1 |
* | 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 | -109/+107 |
* | avcodec_flush_buffers() | Michael Niedermayer | 2002-04-24 | 1 | -0/+2 |
* | segfault fix | Michael Niedermayer | 2002-04-22 | 1 | -0/+1 |
* | export delay info | Michael Niedermayer | 2002-04-22 | 1 | -0/+10 |
* | divx 5.01 support | Michael Niedermayer | 2002-04-22 | 1 | -0/+6 |
* | fixed ratecontrol & b-frames | Michael Niedermayer | 2002-04-21 | 1 | -156/+57 |
* | much better ME for b frames (a bit slow though) | Michael Niedermayer | 2002-04-19 | 1 | -46/+148 |
* | fixing hq mode with mpeg1 and 2-pass | Michael Niedermayer | 2002-04-17 | 1 | -40/+75 |
* | mpeg2/mpeg4 dequantizer support (c & mmx) | Michael Niedermayer | 2002-04-17 | 1 | -3/+69 |
* | fixed mpeg4 time stuff on encoding | Michael Niedermayer | 2002-04-17 | 1 | -383/+410 |
* | - ME method compatibility with legacy apps. | Juanjo | 2002-04-14 | 1 | -6/+12 |
* | - ME setting moved to AVCodecContext/MpegEncContext, no longer a global. | Juanjo | 2002-04-14 | 1 | -4/+6 |
* | * using pixtype as enum - by Philip Gladstone | Zdenek Kabelac | 2002-04-08 | 1 | -0/+2 |
* | mpeg4 mpeg quantizer support | Michael Niedermayer | 2002-04-07 | 1 | -4/+8 |
* | wmv1 header parser (unfinished) | Michael Niedermayer | 2002-04-06 | 1 | -1/+1 |
* | msmpeg4v2 decoding (no encoding yet) | Michael Niedermayer | 2002-04-05 | 1 | -3/+38 |
* | fixing 1/0 | Michael Niedermayer | 2002-03-30 | 1 | -3/+3 |
* | using Juanjo's way to pass forced type - especially as I_TYPE/P_TYPE defines ... | Arpi | 2002-03-28 | 1 | -1/+2 |
* | force frame type for 2-pass encoding | Michael Niedermayer | 2002-03-28 | 1 | -3/+4 |
* | mpeg4 4MV encoding | Michael Niedermayer | 2002-03-28 | 1 | -37/+161 |
* | 4MV motion estimation (not finished yet) | Michael Niedermayer | 2002-03-27 | 1 | -169/+241 |
* | fcode_tables where too small, found by Klaas-Pieter Vlieg <vlieg@eurescom.de> | Michael Niedermayer | 2002-03-24 | 1 | -2/+2 |
* | 10l (motion_val was uninitilized) | Michael Niedermayer | 2002-03-24 | 1 | -2/+15 |
* | fixing motion estimation with h263p hopefully | Michael Niedermayer | 2002-03-23 | 1 | -2/+9 |
* | statistics for 2-pass encoding | Michael Niedermayer | 2002-03-23 | 1 | -5/+28 |
* | mpeg4 aspect_ratio_info in AVCodecContext (requested by alex) | Michael Niedermayer | 2002-03-22 | 1 | -2/+5 |
* | fixing epzs & mpeg1 (hopefully now really ...) | Michael Niedermayer | 2002-03-22 | 1 | -4/+3 |
* | mpeg1 & epzs fix | Michael Niedermayer | 2002-03-22 | 1 | -3/+4 |
* | new motion estimation (epzs) not complete yet but allready pretty good :) | Michael Niedermayer | 2002-03-22 | 1 | -6/+77 |