589 Commits (119e48d9607e1a43c5ff021b5345bbd62eef3926)

Author SHA1 Message Date
Michael Niedermayer d6db1c9c6a handle direct rendering buffer allocation failure 22 years ago
Michael Niedermayer 03e93d35b0 xvid qpel bug workaround 22 years ago
Michael Niedermayer b704e7420b mpeg4 header parser clenup (needed for parsing of VOL header in avctx->extradata) 22 years ago
Michael Niedermayer 4d2858deac better/cleaner error resilience (done in a 2nd pass after decoding) 22 years ago
Arpi e9feea594a DV ntsc support, 411P colorspace added 22 years ago
Fabrice Bellard 020fcc94e0 added DV support 22 years ago
Michael Niedermayer 144f062500 rv10 cleanup (de)muxer still needs to be cleaned up (still searching volunteer for that ;) ) 22 years ago
Michael Niedermayer 2ad1516a6c idct permutation cleanup, idct can be selected per context now 22 years ago
Falk Hüffner 7ffbb60ee7 Minor warning fix. 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 fcb48651f4 mpeg4 interlaced dct encoding 22 years ago
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. 22 years ago
Fabrice Bellard 917e06c81b added proposed API for parse_only mode to extract compressed frames from compressed streams 22 years ago
François Revol 0147f19856 beos/mov/adpcm patch by François Revol <revol at free dot fr> 22 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