141 Commits (3f09f52adf1ccdb93873f57570d8389316dc13ed)

Author SHA1 Message Date
Michael Niedermayer 1e7bfebe7f fixing qpel 4mv 22 years ago
Michael Niedermayer 590a635884 interlaced qpel mpeg4 fixed 22 years ago
Michael Niedermayer bea669e57c interlaced mpeg4 b frame decoding 22 years ago
Michael Niedermayer b9d2bb5b2f fixing interlaced mpeg4 decoding 22 years ago
Michael Niedermayer 66370d3fca statistics for forw & back p-MBs instead of just one counter for both 22 years ago
Michael Niedermayer 208d3ddf96 set pict_type & key_frame on decoding too 22 years ago
Michael Niedermayer b318477992 put/avg_pixels16 22 years ago
Michael Niedermayer 6b460aa387 reducing sizeof MpegEncContext to avoid stack overflow on crap M$ windo$ 22 years ago
Michael Niedermayer ad324c9351 dct cleanup 23 years ago
Martin Olschewski c7e079314b sun solaris compilation bugfix, patch by (Martin Olschewski <olschewski at zpr dot uni-koeln dot de>) 23 years ago
Michael Niedermayer 28db7fce02 slow but accurate integer dct from IJG (should be ok with the LGPL as the old DCT is the fast integer DCT from IJG) 23 years ago
Michael Niedermayer fd7db0fddf mpeg4 interlaced decoding support (not completly implemented/tested due to lack of samples) 23 years ago
Alex Beregszaszi e769f0535e added aspected_width/height for EXTENDED_PAR 23 years ago
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