907 Commits (8c55915b14897fd9bdaae9241f2dd54c00a869ef)

Author SHA1 Message Date
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
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 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
Michael Niedermayer dae9ffc440 uninitialized var ... 22 years ago
Michael Niedermayer 66370d3fca statistics for forw & back p-MBs instead of just one counter for both 22 years ago
Michael Niedermayer 7866eeff46 m4v input support 22 years ago
Michael Niedermayer 15415af418 export pts from stream if available 22 years ago
Philip Gladstone 02ac31361b Change abort() calls to av_abort() calls. 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
Nikolai Zhubr 0eaec10550 fixing overflow in 16->8 bit conversion, patch by (Nikolai Zhubr <s001 at hotbox dot ru>) 22 years ago
Michael Niedermayer 3db48188df optimizing mpeg4_encode_block(), generates allso slightly shorter bitstream as some codes can be represented as esc1 and esc2 and esc2 is shorter for a few of them 22 years ago
Michael Niedermayer 14207b27b5 support decoding of the last mpeg "packet" even if no startcode is immedeatly afterwards (fixes bugs with mpeg in avi) 22 years ago
Michael Niedermayer 0b61920aa7 fixing rv10 encoding (ffmpeg can at least decode its own rv10 files now) 22 years ago
Michael Niedermayer cfda33cbad apiexample needs EXTRALIBS 22 years ago
Michael Niedermayer 6acce86bdd fixing tests 22 years ago
Michael Niedermayer 9db99069bd fixing segfault 22 years ago
Michael Niedermayer b59f574753 10l (compilation if defined ARCH_ALPHA) 22 years ago
Michael Niedermayer 1a684b3d53 fixing encoding at high QPs (was broken after the dct accuracy increase due to too small inverse table) 22 years ago
Michael Niedermayer be7109c12b ar -s -> ranlib 22 years ago
Henry Mason ecfd40b390 new vbv calculation patch by (Henry Mason <talus25 at speakeasy dot net>) with slight modification by me 22 years ago
Brian Foley ab6c65f693 altivec build tidyup patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>) 22 years ago
Michael Niedermayer 004c18ee9c higher accuracy 22 years ago