13018 Commits (e6e70d9bdc896a781d4ff6eae27d1520e9ea71b4)
 

Author SHA1 Message Date
Michael Niedermayer a9c6830605 minor optimization of h263_encode_motion() 22 years ago
Michael Niedermayer 202ef8b819 ff_get_fourcc() & XVIX support 22 years ago
Michael Niedermayer 0c2dd16eb6 autodetect UMP4 (by adding a fourcc field to AVCodecContext) 22 years ago
Michael Niedermayer 7f2bdb62d4 automatically detect broken opendivx codec and workaround, so bug=1 shouldnt be needed anymore for mpeg4 files, if there still are files which need bug=1 then tell me ... 22 years ago
Michael Niedermayer 5482970b4b h263_dc_scale() cleanup 22 years ago
Michael Niedermayer fcb48651f4 mpeg4 interlaced dct encoding 22 years ago
Leon van Stuivenberg b560f4b656 ps2 idct bugfix patch by (Leon van Stuivenberg <leonvs at iae dot nl>) 22 years ago
Michael Niedermayer 9e4c69485b adaptive quantization for h263 22 years ago
Michael Niedermayer d87c0267e3 adaptive quantization for mpeg1 22 years ago
Michael Niedermayer 5e746b9995 darkness masking (lumi masking does only bright stuff now) 22 years ago
Michael Niedermayer 9960903667 fixing ac prediction encoding with adaptive quantization 22 years ago
Michael Niedermayer 693b0e1d66 fixing variance scaling for b frames (messed adaptive quants up) 22 years ago
Michael Niedermayer c5d309f2d5 adaptive quantization (lumi/temporal & spatial complexity masking) 22 years ago
Leon van Stuivenberg d46aba2642 ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>) 22 years ago
Arpi 18a7b2a873 tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug 22 years ago
Michael Niedermayer 1dbb6d9026 regression test for ratecontrol & adv mpeg4 stuff 22 years ago
Michael Niedermayer 084c726ba3 pix_sum16_mmx() 22 years ago
Arpi 3f09f52adf fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid) 22 years ago
Michael Niedermayer b3a391e8b8 fixing i_quant_factor, this should finally fix the bitrate bug with ffserver hopefully 22 years ago
Michael Niedermayer e8b62df6e4 fixing apiexample 22 years ago
Michael Niedermayer b71901e6ee documenting most stuff in AVCodecContext 22 years ago
Falk Hüffner 0af65aac18 * Remove -finline-limit=8000 (not supported by gcc 2.95) 22 years ago
Michael Niedermayer 590d3f81b7 fixing *pixels_tab stuff (hopefully, as its untested ...) 22 years ago
Michael Niedermayer a949d72e0e avcodec_alloc_context() 22 years ago
Michael Niedermayer 947ac25a44 10l (forgot to commit) 22 years ago
Michael Niedermayer 6a1f7e7b6b better min/max rate handling 22 years ago
Michael Niedermayer 946c8a1281 fixing 22 years ago
Arpi ff78c59639 use detected WORDSIZE instead of warning, when inttypes.h doesn't define __WORDSIZE 22 years ago
Michael Niedermayer 29700fa656 fixing rc of non-intra-only streams which only contain i frames 22 years ago
Michael Niedermayer 8f2b21a80f fixing memalign 22 years ago
Michael Niedermayer 5596c60cce dont store version for bit-exact tests 22 years ago
Michael Niedermayer b7c27ee601 alignment info 22 years ago
Michael Niedermayer a172cae62e interlaced b frames fix 22 years ago
Michael Niedermayer 1e7bfebe7f fixing qpel 4mv 22 years ago
Alex Beregszaszi 85bf478ed9 complete aspect support 22 years ago
Michael Niedermayer 590a635884 interlaced qpel mpeg4 fixed 22 years ago
Falk Hüffner 8c7b533e8b Synthesize pixels16 functions from pixels functions. 22 years ago
Alex Beregszaszi 050fe8bab5 aspect (ext. par too) support for h263 and mpeg4 (inc. build becouse of new vars) 22 years ago
Falk Hüffner 60286c8a37 Fix for h % 8 == 4 in put_pixels_axp_asm. 22 years ago
Michael Niedermayer e3bd83f874 10l (field select readed at the wrong place ...) 22 years ago
Michael Niedermayer fc97db6435 interlaced b frames cleanup 22 years ago
Falk Hüffner a343d33ed6 Due to version renumbering, Alpha builtins aren't supported in thegcc 22 years ago
Michael Niedermayer bea669e57c interlaced mpeg4 b frame decoding 22 years ago
Falk Hüffner 1c73a3fbf2 Adapt to new 8/16 table scheme. 22 years ago
Michael Niedermayer 2276785cfa fixing 1/0 if the headers are incomplete (like what M$ encoder generates) 22 years ago
Michael Niedermayer b9d2bb5b2f fixing interlaced mpeg4 decoding 22 years ago
Michael Niedermayer 8409b8fe74 error resilience command line option 22 years ago
Michael Niedermayer f3cfadd52f parsing resync header extension support 22 years ago
Michael Niedermayer 33cbc6052a vbv parameter parsing (more skiping actually ;) ) 22 years ago
Michael Niedermayer 7727783512 avoid nonsense frame-skip messages 22 years ago