589 Commits (119e48d9607e1a43c5ff021b5345bbd62eef3926)

Author SHA1 Message Date
Mike Melanson 2a2bbcb05f revised palette API, courtesy of Roberto Togni (rtogni at freemail.it) 21 years ago
Fabrice Bellard 985180a1b8 added fake codec CODEC_ID_MPEG2TS of type CODEC_TYPE_DATA (needed for simpler handling of raw transport streams in ffserver and RTP - better solutions are welcomed) 21 years ago
Michael Niedermayer 65e4c8c919 floating point AAN DCT 21 years ago
Michael Niedermayer 5ff85f1d8b AVRational 21 years ago
Michael Niedermayer 9dad924e22 bottom_field_first -> top_field_first 21 years ago
Michael Niedermayer fa384dcc81 export mpeg2 active display area / pan scan 21 years ago
Dan Christiansen dc7cb06ae0 gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi dot au dot dk>) 21 years ago
Roman Shaposhnik 2744ca9ac9 * providing MPEG codecs with a generic fields in AVFrame to use. 21 years ago
Mike Melanson fc38477715 activate the XA and ADX ADPCM codecs 21 years ago
Michael Niedermayer ac0c66382d dont check if the ac esc 3 could have been stored as vlc as this detects only very few errors allthough it detects several buggy encoders 21 years ago
Alex Beregszaszi 5e83dec46a Sunplus JPEG codec (SP5X) support 21 years ago
Alex Beregszaszi f44ee2c34b theora decoding support (only keyframes for now, because by theora the frame isn't flipped so the motion vectors are getting screwed up) 21 years ago
Michael Niedermayer 95831f48f8 recommit of 21 years ago
Drew Hess 75917b887b recommit of 21 years ago
Michael Niedermayer 158c7f059c use lagrange multipler instead of qp for ratecontrol, this may break some things, tell me ASAP if u notice anything broken 21 years ago
Michael Niedermayer 29d48296a7 Patch for AAC encoding with libfaac by (Gildas Bazin <gbazin at altern dot org>) 21 years ago
Mike Melanson 4120a53a86 implemented Id Quake II CIN support 21 years ago
Mike Melanson 6955a88293 first pass at a VQA video decoder 21 years ago
Michael Niedermayer ca7d05d56f optionally try to encode each MB with MV=<0,0> and choose the one with better RD 21 years ago
Michael Niedermayer 8d8c02942b ac prediction cleanup 21 years ago
Mike Melanson 2fdf638b0c New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE & 21 years ago
Michael Niedermayer f2f6134b9e rate distortion optimal cbp support (h263/mpeg4 non intra only) 21 years ago
Roman Shaposhnik 7458ccbb02 * DV handling was streamlined for both muxing/demuxing and 21 years ago
Drew Hess da64ecc3e7 avcodec const correctness patch by (Drew Hess <dhess at ilm dot com>) 21 years ago
Michael Niedermayer d663a1fdc0 AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>) 21 years ago
Michael Niedermayer 05fbd0a2b0 scenechange_threshold 21 years ago
Mike Melanson 0f371e3e2a final word on RGBA byte order 21 years ago
Mike Melanson ba118447d5 deploy palette control API 21 years ago
Fabrice Bellard 7b7d86f120 simplified version handling 21 years ago
Michael Niedermayer 541ae14095 AVI stream header FCC / more reliable detection of old xvid files 21 years ago
Michael Niedermayer 8fc6c2b537 detect old xvid with fourcc=DIVX 21 years ago
Fabrice Bellard dcedf58672 changed my mind about CODEC_ID_MPEGVIDEO - CODEC_ID_MP3LAME is absolete 21 years ago
Mike Melanson 9937e686fe New fringe codecs: WC3/Xan video, Xan DPCM, DK3 & DK4 ADPCM 21 years ago
Alex Beregszaszi 8026c3b54c bump version numbers to 0.4.8 21 years ago
Michael Niedermayer e91df37619 CODEC_ID_MPEGVIDEO 21 years ago
Mike Melanson 3ef8be2bfc initial commit for Id RoQ and Interplay MVE multimedia subsystems 21 years ago
Michael Niedermayer 9b56edf52a ASV2 decoder 21 years ago
Michael Niedermayer 922bc38d55 mpeg2 regression test 21 years ago
Michael Niedermayer e4eadb4b44 oooooops, having 2 Eterms open and doing cvs diff in one and cvs commit in the other sucks, especially if they are in different directories (MPlayer/main/libavcodec vs. ffmpeg/libavcodec) 21 years ago
Michael Niedermayer 029911d1c3 mpeg2 encoding 21 years ago
Michael Niedermayer d6eb3c500a custom quant matrix encoding support 21 years ago
Michael Niedermayer c3bf0288c9 PSX MDEC decoder, based upon some code from Sebastian Jedruszkiewicz <elf at frogger dot rules dot pl> 21 years ago
Michael Niedermayer bd5a60201e use codec_tag for encoding too 21 years ago
Roman Shaposhnik 36b58e850d * fixing a regression in mpeg encoder (not setting pix_fmt), 21 years ago
Michael Niedermayer 7d1c3fc1d6 rate distortion mb decision support 21 years ago
Alex Beregszaszi 3aff069b58 CLJR decoding support 21 years ago
Ivan Kalvachev fb364ada4a initial XvMC support 21 years ago
Michael Niedermayer be3564edad ATI VCR1 decoder 21 years ago
Michael Niedermayer 3bb07d6165 default for slices is display order again 21 years ago
Michael Niedermayer 7a06ff148d AVCodec.flush() 21 years ago