128 Commits (1ffd8306ba35e55beb6428793b02bfb3bfd5ed33)

Author SHA1 Message Date
Michael Niedermayer 3aa102be84 new ratecontrol code 23 years ago
Michael Niedermayer 7806197db2 error concealment needs the mbintra_table so it should allways be allocated 23 years ago
Michael Niedermayer 1fb4890b51 better scene change detection 23 years ago
Michael Niedermayer c9178d868a same dc skip behavior for chroma & luma elimination, its confusing otherwise imho 23 years ago
Michael Niedermayer f5866a0340 skip blocks with small chroma dc too (if the user wants it) needed to avoid IDCT(input coeffs !=0) == 0 problems which cause catastrophic error accumulation at qp=1 23 years ago
Michael Niedermayer 87f8cab45b mpeg4 mpeg quantizer encoding 23 years ago
Michael Niedermayer 508abacadb 4mv + bframe decoding bugfix 23 years ago
Michael Niedermayer b7adc711fa last_picture should be never == NULL (it was with dr1) this might fix a segfault with error concealment 23 years ago
Michael Niedermayer d930ef19ea fixing mpeg4 mpeg quantizers 23 years ago
Michael Niedermayer a10678da8a max_b_frame=4 bugfix 23 years ago
Michael Niedermayer b5a093b3a9 different edge positions fixed with edge emu / dr1 23 years ago
Michael Niedermayer 3e6a20a0cd minor optimizations 23 years ago
Michael Niedermayer 79c0c7858d use edge emu for encoding of width or height %16!=0 files 23 years ago
Michael Niedermayer 9022797ba2 fixing NULL reference frame with dr1 23 years ago
Michael Niedermayer 9be42dba97 larger edge emu buffer (might have been too small) 23 years ago
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