summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
Commit message (Expand)AuthorAge
* revised palette API, courtesy of Roberto Togni (rtogni at freemail.it)Mike Melanson2003-10-30
* added fake codec CODEC_ID_MPEG2TS of type CODEC_TYPE_DATA (needed for simpler...Fabrice Bellard2003-10-29
* floating point AAN DCTMichael Niedermayer2003-10-22
* AVRationalMichael Niedermayer2003-10-20
* bottom_field_first -> top_field_firstMichael Niedermayer2003-10-20
* export mpeg2 active display area / pan scanMichael Niedermayer2003-10-20
* gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi dot au...Dan Christiansen2003-10-19
* * providing MPEG codecs with a generic fields in AVFrame to use.Roman Shaposhnik2003-10-18
* activate the XA and ADX ADPCM codecsMike Melanson2003-10-15
* dont check if the ac esc 3 could have been stored as vlc as this detects only...Michael Niedermayer2003-10-13
* Sunplus JPEG codec (SP5X) supportAlex Beregszaszi2003-10-11
* theora decoding support (only keyframes for now, because by theora the frame ...Alex Beregszaszi2003-10-11
* recommit ofMichael Niedermayer2003-10-11
* recommit ofDrew Hess2003-10-11
* use lagrange multipler instead of qp for ratecontrol, this may break some thi...Michael Niedermayer2003-10-07
* Patch for AAC encoding with libfaac by (Gildas Bazin <gbazin at altern dot org>)Michael Niedermayer2003-10-04
* implemented Id Quake II CIN supportMike Melanson2003-10-03
* first pass at a VQA video decoderMike Melanson2003-10-02
* optionally try to encode each MB with MV=<0,0> and choose the one with better RDMichael Niedermayer2003-10-02
* ac prediction cleanupMichael Niedermayer2003-10-01
* New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE &Mike Melanson2003-10-01
* rate distortion optimal cbp support (h263/mpeg4 non intra only)Michael Niedermayer2003-09-30
* * DV handling was streamlined for both muxing/demuxing andRoman Shaposhnik2003-09-29
* avcodec const correctness patch by (Drew Hess <dhess at ilm dot com>)Drew Hess2003-09-29
* AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>)Michael Niedermayer2003-09-28
* scenechange_thresholdMichael Niedermayer2003-09-16
* final word on RGBA byte orderMike Melanson2003-09-13
* deploy palette control APIMike Melanson2003-09-12
* simplified version handlingFabrice Bellard2003-09-11
* AVI stream header FCC / more reliable detection of old xvid filesMichael Niedermayer2003-09-10
* detect old xvid with fourcc=DIVXMichael Niedermayer2003-09-10
* changed my mind about CODEC_ID_MPEGVIDEO - CODEC_ID_MP3LAME is absoleteFabrice Bellard2003-09-08
* New fringe codecs: WC3/Xan video, Xan DPCM, DK3 & DK4 ADPCMMike Melanson2003-09-08
* bump version numbers to 0.4.8Alex Beregszaszi2003-09-05
* CODEC_ID_MPEGVIDEOMichael Niedermayer2003-09-02
* initial commit for Id RoQ and Interplay MVE multimedia subsystemsMike Melanson2003-09-02
* ASV2 decoderMichael Niedermayer2003-09-01
* mpeg2 regression testMichael Niedermayer2003-08-26
* oooooops, having 2 Eterms open and doing cvs diff in one and cvs commit in th...Michael Niedermayer2003-08-25
* mpeg2 encodingMichael Niedermayer2003-08-25
* custom quant matrix encoding supportMichael Niedermayer2003-08-22
* PSX MDEC decoder, based upon some code from Sebastian Jedruszkiewicz <elf at ...Michael Niedermayer2003-08-22
* use codec_tag for encoding tooMichael Niedermayer2003-08-18
* * fixing a regression in mpeg encoder (not setting pix_fmt),Roman Shaposhnik2003-08-12
* rate distortion mb decision supportMichael Niedermayer2003-07-29
* CLJR decoding supportAlex Beregszaszi2003-07-27
* initial XvMC supportIvan Kalvachev2003-07-26
* ATI VCR1 decoderMichael Niedermayer2003-07-24
* default for slices is display order againMichael Niedermayer2003-07-20
* AVCodec.flush()Michael Niedermayer2003-07-17