aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAgeFilesLines
* cleanupMichael Niedermayer2002-12-041-125/+139
* * two functions to handle allocation of static data more simpleZdenek Kabelac2002-12-031-0/+5
* * Ogg/Vorbis patch by Mark HillsMark Hills2002-11-221-0/+1
* mjpegb support (need more samples)Alex Beregszaszi2002-11-201-0/+2
* aspect ratio cleanupMichael Niedermayer2002-11-201-7/+12
* 16-bit and 15-bit rgb/bgr patch by (Joel Yliluoma <joel dot yliluoma at w-cre...Joel Yliluoma2002-11-141-1/+8
* huffyuvMichael Niedermayer2002-11-141-2/+22
* * fixing some minor const warningsZdenek Kabelac2002-11-121-3/+3
* * added dsp_maskZdenek Kabelac2002-11-111-6/+10
* avoid duplicate ";" warnings (based upon a patch by mru at users dot sourcefo...Michael Niedermayer2002-11-101-1/+1
* hurry_up>=5 -> skip everything except header & set pict_type&key_frameMichael Niedermayer2002-11-101-3/+3
* cleanupMichael Niedermayer2002-11-091-3/+9
* cleanup (breaks compatibility, requested by fabrice)Michael Niedermayer2002-11-081-15/+17
* support forcing low_delay during decodingMichael Niedermayer2002-11-021-0/+1
* Altivec Patch (Mark III) by (Dieter Shirley <dieters at schemasoft dot com>)Michael Niedermayer2002-11-021-0/+2
* added MACE (Macintosh Audio Compression/Expansion) 3:1 & 6:1 supportFrançois Revol2002-11-021-2/+6
* exporting the internal qscale table, this allso fixes the orderingMichael Niedermayer2002-10-301-64/+29
* added wma decoderFabrice Bellard2002-10-281-2/+6
* handle direct rendering buffer allocation failureMichael Niedermayer2002-10-271-3/+3
* xvid qpel bug workaroundMichael Niedermayer2002-10-221-0/+1
* mpeg4 header parser clenup (needed for parsing of VOL header in avctx->extrad...Michael Niedermayer2002-10-141-0/+1
* better/cleaner error resilience (done in a 2nd pass after decoding)Michael Niedermayer2002-10-131-4/+20
* DV ntsc support, 411P colorspace addedArpi2002-10-071-1/+2
* added DV supportFabrice Bellard2002-10-041-0/+4
* rv10 cleanup (de)muxer still needs to be cleaned up (still searching voluntee...Michael Niedermayer2002-10-011-2/+15
* idct permutation cleanup, idct can be selected per context nowMichael Niedermayer2002-09-291-2/+17
* Minor warning fix.Falk Hüffner2002-09-281-1/+1
* ff_get_fourcc() & XVIX supportMichael Niedermayer2002-09-271-1/+1
* autodetect UMP4 (by adding a fourcc field to AVCodecContext)Michael Niedermayer2002-09-261-2/+10
* mpeg4 interlaced dct encodingMichael Niedermayer2002-09-261-2/+3
* darkness masking (lumi masking does only bright stuff now)Michael Niedermayer2002-09-241-2/+9
* adaptive quantization (lumi/temporal & spatial complexity masking)Michael Niedermayer2002-09-231-5/+40
* fixing i_quant_factor, this should finally fix the bitrate bug with ffserver ...Michael Niedermayer2002-09-191-0/+4
* documenting most stuff in AVCodecContextMichael Niedermayer2002-09-191-65/+372
* avcodec_alloc_context()Michael Niedermayer2002-09-191-4/+7
* aspect (ext. par too) support for h263 and mpeg4 (inc. build becouse of new v...Alex Beregszaszi2002-09-131-2/+2
* export pts from stream if availableMichael Niedermayer2002-09-121-3/+8
* set pict_type & key_frame on decoding tooMichael Niedermayer2002-09-121-1/+1
* support decoding of the last mpeg "packet" even if no startcode is immedeatly...Michael Niedermayer2002-09-061-0/+1
* oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>)Mark Hills2002-09-011-0/+2
* croping patch by (talus25 at speakeasy dot net) with fixes from atmos & meMichael Niedermayer2002-09-011-0/+6
* sun solaris compilation bugfix, patch by (Martin Olschewski <olschewski at zp...Martin Olschewski2002-08-301-3/+4
* slow but accurate integer dct from IJG (should be ok with the LGPL as the old...Michael Niedermayer2002-08-291-3/+10
* added aspected_width/height for EXTENDED_PARAlex Beregszaszi2002-08-261-1/+5
* new ratecontrol codeMichael Niedermayer2002-08-251-7/+35
* mpeg4 mpeg quantizer encodingMichael Niedermayer2002-08-061-4/+3
* Add conversions to and from RGBA32 and BGRA32.Philip Gladstone2002-07-271-0/+2
* added proposed API for parse_only mode to extract compressed frames from comp...Fabrice Bellard2002-07-251-2/+12
* beos/mov/adpcm patch by François Revol <revol at free dot fr>François Revol2002-07-201-3/+15
* uvlinesizeMichael Niedermayer2002-07-151-6/+10