summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAge
* mb qp limitsMichael Niedermayer2002-12-18
* AVVideoFrame -> AVFrameMichael Niedermayer2002-12-09
* cleanup / messup?Michael Niedermayer2002-12-09
* missing "\" (found by nick)Michael Niedermayer2002-12-06
* new PSNR code (now works with chroma, b frames, ...)Michael Niedermayer2002-12-04
* specific debug output supportMichael Niedermayer2002-12-04
* fixing illegal 3. esc bug (the mpeg4 std only requires encoders to use unesca...Michael Niedermayer2002-12-04
* cleanupMichael Niedermayer2002-12-04
* * two functions to handle allocation of static data more simpleZdenek Kabelac2002-12-03
* * Ogg/Vorbis patch by Mark HillsMark Hills2002-11-22
* mjpegb support (need more samples)Alex Beregszaszi2002-11-20
* aspect ratio cleanupMichael Niedermayer2002-11-20
* 16-bit and 15-bit rgb/bgr patch by (Joel Yliluoma <joel dot yliluoma at w-cre...Joel Yliluoma2002-11-14
* huffyuvMichael Niedermayer2002-11-14
* * fixing some minor const warningsZdenek Kabelac2002-11-12
* * added dsp_maskZdenek Kabelac2002-11-11
* avoid duplicate ";" warnings (based upon a patch by mru at users dot sourcefo...Michael Niedermayer2002-11-10
* hurry_up>=5 -> skip everything except header & set pict_type&key_frameMichael Niedermayer2002-11-10
* cleanupMichael Niedermayer2002-11-09
* cleanup (breaks compatibility, requested by fabrice)Michael Niedermayer2002-11-08
* support forcing low_delay during decodingMichael Niedermayer2002-11-02
* Altivec Patch (Mark III) by (Dieter Shirley <dieters at schemasoft dot com>)Michael Niedermayer2002-11-02
* added MACE (Macintosh Audio Compression/Expansion) 3:1 & 6:1 supportFrançois Revol2002-11-02
* exporting the internal qscale table, this allso fixes the orderingMichael Niedermayer2002-10-30
* added wma decoderFabrice Bellard2002-10-28
* handle direct rendering buffer allocation failureMichael Niedermayer2002-10-27
* xvid qpel bug workaroundMichael Niedermayer2002-10-22
* mpeg4 header parser clenup (needed for parsing of VOL header in avctx->extrad...Michael Niedermayer2002-10-14
* better/cleaner error resilience (done in a 2nd pass after decoding)Michael Niedermayer2002-10-13
* DV ntsc support, 411P colorspace addedArpi2002-10-07
* added DV supportFabrice Bellard2002-10-04
* rv10 cleanup (de)muxer still needs to be cleaned up (still searching voluntee...Michael Niedermayer2002-10-01
* idct permutation cleanup, idct can be selected per context nowMichael Niedermayer2002-09-29
* Minor warning fix.Falk Hüffner2002-09-28
* ff_get_fourcc() & XVIX supportMichael Niedermayer2002-09-27
* autodetect UMP4 (by adding a fourcc field to AVCodecContext)Michael Niedermayer2002-09-26
* mpeg4 interlaced dct encodingMichael Niedermayer2002-09-26
* darkness masking (lumi masking does only bright stuff now)Michael Niedermayer2002-09-24
* adaptive quantization (lumi/temporal & spatial complexity masking)Michael Niedermayer2002-09-23
* fixing i_quant_factor, this should finally fix the bitrate bug with ffserver ...Michael Niedermayer2002-09-19
* documenting most stuff in AVCodecContextMichael Niedermayer2002-09-19
* avcodec_alloc_context()Michael Niedermayer2002-09-19
* aspect (ext. par too) support for h263 and mpeg4 (inc. build becouse of new v...Alex Beregszaszi2002-09-13
* export pts from stream if availableMichael Niedermayer2002-09-12
* set pict_type & key_frame on decoding tooMichael Niedermayer2002-09-12
* support decoding of the last mpeg "packet" even if no startcode is immedeatly...Michael Niedermayer2002-09-06
* oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>)Mark Hills2002-09-01
* croping patch by (talus25 at speakeasy dot net) with fixes from atmos & meMichael Niedermayer2002-09-01
* sun solaris compilation bugfix, patch by (Martin Olschewski <olschewski at zp...Martin Olschewski2002-08-30
* slow but accurate integer dct from IJG (should be ok with the LGPL as the old...Michael Niedermayer2002-08-29