413 Commits (20646267cdde0ec0c6d8fb61b7bab29f431fa541)

Author SHA1 Message Date
Michael Niedermayer 5499377432 fixing gmc with emu edges 23 years ago
Michael Niedermayer 4c9ede2e4b interlaced mpeg2 fix ... replacing linesize>>1 by uvlinesize brainlessly wasnt a good idea 23 years ago
Michael Niedermayer fe072fb4ee exporting mbskip_table after it has been allocated 23 years ago
Michael Niedermayer 760acb18a3 direct rendering for SVQ1 23 years ago
Michael Niedermayer 0fd90455ec uvlinesize 23 years ago
Michael Niedermayer 225f9c44cf 4mv & qpel edge emu 23 years ago
Michael Niedermayer 93a21abde5 direct rendering method 1 support 23 years ago
Michael Niedermayer c03a717274 rl decoding optimization 23 years ago
Marko Kreen adc09b2eab adding ff prefix to avoid global name conficts with xvid (patch by Marko Kreen <marko at l-t.ee>) 23 years ago
Falk Hüffner e0580f8c68 Update and activate dct_unquantize_h263_mvi. Thanks to Måns Rullgård 23 years ago
Michael Niedermayer a406617f2a init dc_scale tables to defaults (fixes mjpeg sig11) 23 years ago
Michael Niedermayer f5957f3fe2 wmv1 support 23 years ago
Michael Niedermayer 6282185e82 grayscale only encoding 23 years ago
Michael Niedermayer b50eef3ae0 grayscale only decoding 23 years ago
Michael Niedermayer 0f440e0214 optimizing MPV_decode_mb 23 years ago
Fabrice Bellard ad31c904b2 use ff_idct_put/add() 23 years ago
Fabrice Bellard 03c94ede93 avoid name clash with libjpeg - added missing externs 23 years ago
Nick Kurshev 8696b63645 use qstride instead of fixed constants 23 years ago
Nick Kurshev ae72cda62b new field for communicating with external postprocessing 23 years ago
Michael Niedermayer 333547be44 typo (found by Bohdan Horst <nexus at hoth.amu.edu.pl>) 23 years ago
Michael Niedermayer 2a052693dd divx5 bug workaround 23 years ago
Michael Niedermayer 7f2fe444a3 single coefficient elimination 23 years ago
Fabrice Bellard ff4ec49e64 license/copyright change 23 years ago
Fabrice Bellard 6000abfa89 removed useless header includes - use av memory functions 23 years ago
Juanjo 9cd3766f6e - pict_type exported to AVCodecContext 23 years ago
Alex Beregszaszi a69b930cd3 clamp intra matrix to 8bit for mjpeg (workaround for qscale>=25) 23 years ago
Michael Niedermayer 7aaf3b98fc there are divx5? encoded files without a userdata section but with b-frames :( 23 years ago
Juanjo ef5b1b5a7e - Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now. 23 years ago
Michael Niedermayer bb71e31757 fixing msmpeg4v3 dc-scale for quantizers 24-31 23 years ago
Michael Niedermayer 2417652e9f export mbskip_table for direct rendering 23 years ago
Michael Niedermayer d7e9533aa0 fixed msmpeg4 infinite loop if buggy stream 23 years ago
Michael Niedermayer 1c2a8c7f14 avcodec_flush_buffers() 23 years ago
Michael Niedermayer d697b89bab segfault fix 23 years ago
Michael Niedermayer 1ff662cc2c export delay info 23 years ago
Michael Niedermayer eec1c6b94c divx 5.01 support 23 years ago
Michael Niedermayer 8b4c7dbc55 fixed ratecontrol & b-frames 23 years ago
Michael Niedermayer 91029be790 much better ME for b frames (a bit slow though) 23 years ago
Michael Niedermayer 1f0cd30fd9 fixing hq mode with mpeg1 and 2-pass 23 years ago
Michael Niedermayer 9dbf1dddbd mpeg2/mpeg4 dequantizer support (c & mmx) 23 years ago
Michael Niedermayer 9dbcbd92e8 fixed mpeg4 time stuff on encoding 23 years ago
Juanjo 101bea5f22 - ME method compatibility with legacy apps. 23 years ago
Juanjo e4986da9ce - ME setting moved to AVCodecContext/MpegEncContext, no longer a global. 23 years ago
Zdenek Kabelac bc657ac31d * using pixtype as enum - by Philip Gladstone 23 years ago
Michael Niedermayer 3bf43d42ed mpeg4 mpeg quantizer support 23 years ago
Michael Niedermayer e1a9dbffed wmv1 header parser (unfinished) 23 years ago
Michael Niedermayer 84afee348f msmpeg4v2 decoding (no encoding yet) 23 years ago
Michael Niedermayer ff3dfbae1a fixing 1/0 23 years ago
Arpi 60e575acc8 using Juanjo's way to pass forced type - especially as I_TYPE/P_TYPE defines aren't exported in the public interface, and the flagged method matches the way as qscale forcing work 23 years ago
Michael Niedermayer 4d69fbc99e force frame type for 2-pass encoding 23 years ago
Michael Niedermayer cf8039b2cf mpeg4 4MV encoding 23 years ago