377 Commits (53513831da58cae7603dc01270c1cf8e4252eba0)

Author SHA1 Message Date
Michael Niedermayer 5e746b9995 darkness masking (lumi masking does only bright stuff now) 22 years ago
Michael Niedermayer c5d309f2d5 adaptive quantization (lumi/temporal & spatial complexity masking) 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 b71901e6ee documenting most stuff in AVCodecContext 22 years ago
Michael Niedermayer a949d72e0e avcodec_alloc_context() 22 years ago
Alex Beregszaszi 050fe8bab5 aspect (ext. par too) support for h263 and mpeg4 (inc. build becouse of new vars) 22 years ago
Michael Niedermayer 15415af418 export pts from stream if available 22 years ago
Michael Niedermayer 208d3ddf96 set pict_type & key_frame on decoding too 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
Mark Hills 81e0d0b412 oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>) 22 years ago
Michael Niedermayer ab6d194a38 croping patch by (talus25 at speakeasy dot net) with fixes from atmos & me 22 years ago
Martin Olschewski c7e079314b sun solaris compilation bugfix, patch by (Martin Olschewski <olschewski at zpr dot uni-koeln dot de>) 22 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) 22 years ago
Alex Beregszaszi e769f0535e added aspected_width/height for EXTENDED_PAR 22 years ago
Michael Niedermayer ce980a9576 new ratecontrol code 22 years ago
Michael Niedermayer 87f8cab45b mpeg4 mpeg quantizer encoding 22 years ago
Philip Gladstone b71472eb62 Add conversions to and from RGBA32 and BGRA32. 23 years ago
Fabrice Bellard 917e06c81b added proposed API for parse_only mode to extract compressed frames from compressed streams 23 years ago
François Revol 0147f19856 beos/mov/adpcm patch by François Revol <revol at free dot fr> 23 years ago
Michael Niedermayer 0fd90455ec uvlinesize 23 years ago
Michael Niedermayer 93a21abde5 direct rendering method 1 support 23 years ago
Nick Kurshev be8ffec9cd new codec: Sorenson v1 23 years ago
Michael Niedermayer 0151a6f546 wmv1 support 23 years ago
Fabrice Bellard 544eb99cbf memory functions are exported 23 years ago
Michael Niedermayer b50eef3ae0 grayscale only decoding 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 1f6b6e50ce single coefficient elimination 23 years ago
Michael Niedermayer 92ba5ffbb5 workaround dc_scale bug in old ffmpeg msmpeg4v3 encoder (set workaround_bugs=1 for this) 23 years ago
Fabrice Bellard 51a4966370 added avcodec_set_bit_exact() for testing 23 years ago
Juanjo e0a3d744a0 - repeat_pict meaning changed, now it signals the extra delay for the 23 years ago
Zdenek Kabelac e8f147930b * first shot for the new avcodec API 23 years ago
Nick Kurshev 79b0d5f925 build num ++ 23 years ago
Nick Kurshev 8bceb6af09 build info for ABI 23 years ago
Nick Kurshev 5d27890ae9 I was too lazy to be a hero ;) 23 years ago
Juanjo c80340a4eb - repeat_pict added to AVCodecContext to signal if the decoder must repeat 23 years ago
Juanjo 9cd3766f6e - pict_type exported to AVCodecContext 23 years ago
Philip Gladstone 4a663d8042 * Start using enumerated types (makes debugging much easier) 23 years ago
Juanjo bc6caae212 - MPEG-4 B frames coding option for ffmpeg.c 23 years ago
Nick Kurshev 156e5023e8 version info 23 years ago
Arpi e84c31dc88 Support for external huffman table and various fixes by Alex Beregszaszi <alex@naxine.org> 23 years ago
Michael Niedermayer 2417652e9f export mbskip_table for direct rendering 23 years ago
Michael Niedermayer 1c2a8c7f14 avcodec_flush_buffers() 23 years ago
Michael Niedermayer 1ff662cc2c export delay info 23 years ago
Michael Niedermayer 8b4c7dbc55 fixed ratecontrol & b-frames 23 years ago
Arpi 2c029cd19d postprocess array increased to handle images up to 2048x1536 23 years ago
Michael Niedermayer 9dbcbd92e8 fixed mpeg4 time stuff on encoding 23 years ago
Juanjo 4b1f4f236b - Versions defined for libav/libavcodec. 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