]> git.sesse.net Git - ffmpeg/history - libavcodec
1/0 fix by (Tim Allen <tim at proximity dot com dot au>)
[ffmpeg] / libavcodec /
2003-09-25 Michael Niedermayerfixes levis.avi
2003-09-24 Michael Niedermayerslight quality improvement ( < +0.04 PSNR) for high...
2003-09-24 Michael Niedermayerconstraint_parameter_flag fix
2003-09-22 Falk HüffnerFix compilation with ccc
2003-09-19 Mike Melansonfix Interplay DPCM (frames are intracoded, predictors...
2003-09-19 Mike MelansonMACRO-ize a bunch of redundant code blocks; fix 16...
2003-09-19 Mike Melansondo away with all those naughty global variables
2003-09-18 Mike Melansonvideo looks beautiful now, many thanks to Alexander...
2003-09-17 Mike Melansonwrong, wrong, wrong...coded bits are read in the opposi...
2003-09-16 Fabrice Bellarduse VC++ lib tool if available
2003-09-16 Michael Niedermayerscenechange_threshold
2003-09-15 Fabrice Bellardcorrect DLL windows install
2003-09-15 Michael Niedermayeranother non const static, maybe its thread save now
2003-09-14 Mike Melansoninitial Interplay video decoder
2003-09-14 Mike MelansonMinistry of English Composition fixes (courtesy of...
2003-09-14 Mike Melansonchange pixel identifier conflict with AltiVec headers...
2003-09-13 Falk HüffnerUse asms instead of builtins when compiling for generic...
2003-09-13 Mike Melansonfinal word on RGBA byte order
2003-09-12 Roman Shaposhnik * patch for compile problem by "Steven M. Schultz...
2003-09-12 Mike Melansondeploy palette control API
2003-09-11 Fabrice Bellardsimplified version handling
2003-09-11 Mike Melansoncopy & paste strikes again
2003-09-11 Mike Melansonxan_wc3 decoder now works correctly; added a bunch...
2003-09-10 Michael NiedermayerAVI stream header FCC / more reliable detection of...
2003-09-10 Michael Niedermayerdetect old xvid with fourcc=DIVX
2003-09-10 Michael Niedermayerdetect avcodec_open() on an already opened AVCodecContext
2003-09-09 Fabrice Bellardremoved warnings
2003-09-09 Fabrice Bellarduse const data - began to make code more portable
2003-09-09 Fabrice Bellardremoved warnings
2003-09-09 Fabrice Bellardremove warnings
2003-09-09 Michael Niedermayer--disable-risky fix by (Luca Abeni <lucabe72 at email...
2003-09-09 Glenn MaynardDebug/optimization patch by (Glenn Maynard <g_sf at...
2003-09-08 Fabrice Bellardupdate sub_id in mpegaudio decoding (might need same...
2003-09-08 Fabrice BellardCODEC_ID_MP3LAME is obsolete
2003-09-08 Fabrice Bellardchanged my mind about CODEC_ID_MPEGVIDEO - CODEC_ID_MP3...
2003-09-08 Fabrice Bellardremoved os_support.h
2003-09-08 Fabrice Bellardremoved os_support.h as most of libavcodec is os indepe...
2003-09-08 Fabrice Bellardctype.h is a common header
2003-09-08 Mike MelansonNew fringe codecs: WC3/Xan video, Xan DPCM, DK3 & DK4...
2003-09-05 Alex Beregszaszibump version numbers to 0.4.8
2003-09-04 Michael NiedermayerMingW patches by (Glenn Maynard <g_sf at zewt dot org>)
2003-09-02 Michael NiedermayerCODEC_ID_MPEGVIDEO
2003-09-02 Mike Melansoninitial commit for Id RoQ and Interplay MVE multimedia...
2003-09-01 Michael Niedermayer100l
2003-09-01 Michael Niedermayermore fixes
2003-09-01 Michael Niedermayersome fixes (still buggy though)
2003-09-01 Mike Melansonskip preamble bytes
2003-09-01 Michael Niedermayerasv2 encoding
2003-09-01 Michael NiedermayerASV2 decoder
2003-08-30 Michael Niedermayerfixing unused f_code values
2003-08-30 Michael Niedermayer10l (big vs. little endian)
2003-08-29 Michael Niedermayerbit_rate in mpeg1/2 should be 0x3FFFF for vbr or at...
2003-08-29 Michael Niedermayer10l (closed gop bit)
2003-08-28 Fabrice Bellardfixed audio frame buffering problem (should correct...
2003-08-28 Fabrice Bellardspelling fix
2003-08-26 Michael Niedermayer100l (forget to reset me.skip for b frames)
2003-08-26 Roman Shaposhnik * ffmpeg was *silently* rejecting to deinterlace...
2003-08-26 Michael Niedermayerfixing CODEC_FLAG_GLOBAL_HEADER
2003-08-26 Michael Niedermayermpeg2 regression test
2003-08-25 Michael Niedermayeroooooops, having 2 Eterms open and doing cvs diff in...
2003-08-25 Michael Niedermayermpeg2 encoding
2003-08-25 Michael Niedermayerxvid edge bug (if i understand the mpeg4 spec correctly...
2003-08-24 Fabrice Bellardremoved unused variable
2003-08-24 Fabrice Bellardavoid warning
2003-08-24 Fabrice Bellardavoid warning
2003-08-24 Fabrice Bellardremoved unused variable
2003-08-24 Fabrice Bellardremoved unused variables
2003-08-24 Fabrice Bellardmemmove fixes (Jon Burgess)
2003-08-24 Fabrice Bellardexport int64_t_C as it is needed by libavformat.h
2003-08-24 Fabrice Bellardwhen changing version, please keep my changes (win32...
2003-08-22 Michael Niedermayercustom quant matrix encoding support
2003-08-22 Michael NiedermayerPSX MDEC decoder, based upon some code from Sebastian...
2003-08-22 Fabrice Bellardrepeat_pict was never returned
2003-08-20 Michael NiedermayerAC3 encoding patch ba (Ross Martin <ffmpeg at ross...
2003-08-20 Michael Niedermayerfixing chroma MC
2003-08-19 Michael NiedermayerMC rounding fixed?
2003-08-19 Michael Niedermayerfix AVFrame.reference (the frames are used for decoding...
2003-08-18 Michael Niedermayeruse codec_tag for encoding too
2003-08-15 Michael Niedermayerfixing thread safety, this may cause alignment problms...
2003-08-12 Roman Shaposhnik * fixing a regression in mpeg encoder (not setting...
2003-08-12 Mike Melansonreverse earlier patch
2003-08-11 Magnus DammSimplified and fixed altivec/altivec.h detection under...
2003-08-10 Michael Niedermayerskip ext header missing message for msmpeg4v2
2003-08-08 Mike Melansonendian-conscious fix, courtesy of Sebastian Jedruszkiewicz
2003-08-05 Michael Niedermayercheck input pix_fmt
2003-08-05 Michael Niedermayercleanup / fixes
2003-08-02 Michael Niedermayerclear bitstream buffers in AVCodec.flush()
2003-08-01 Michael NiedermayerFF_INPUT_BUFFER_PADDING_SIZE
2003-08-01 Michael Niedermayermake the h263 decoder more error tolerant
2003-07-29 Ivan KalvachevAdd GNU header, remove X includes, add more check for...
2003-07-29 Michael Niedermayernamespace fix (triggered by gcc-alivec-bugfix + gentoo...
2003-07-29 Michael Niedermayerpatch for flv deblocking by (Garrick Meeker <gmeeker...
2003-07-29 Michael Niedermayerrate distortion mb decision support
2003-07-29 Michael Niedermayerdebug stuff
2003-07-28 Alex Beregszasziusing av_abort instead exit
2003-07-27 Alex Beregszaszi410p -> 411p
2003-07-27 Alex BeregszasziCLJR decoding support
2003-07-26 Ivan Kalvachevmake MPV_frame_start fail on get_buffer failer
2003-07-26 Ivan Kalvachevcompile xvmc only when requested
2003-07-26 Ivan Kalvachevinitial XvMC support
next