]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegvideo.c
fix some printf format specifiers
[ffmpeg] / libavcodec / mpegvideo.c
2007-06-14 Albert LeeSimplify init preprocessor statements.
2007-06-12 Marc Hoffmanintegrating MPV_common_init_bfin into the build system...
2007-06-12 Diego Biurrunmisc typo fixes
2007-06-12 Diego Biurrunmisc spelling fixes
2007-05-28 Diego BiurrunRemove redundant fastmemcpy.h #include, it is indirectl...
2007-05-20 Michael Niedermayeruse AV_LOG_ERROR instead of INFO for errors
2007-05-20 Michael Niedermayersanity checks for bitrate tolerance and buffer size...
2007-05-18 Aurelien Jacobsmove the mjpeg_encoder struct from mpegvideo.c to mjpeg...
2007-05-18 Aurelien Jacobsadd a proper prefix to all mjpeg encoder exported functions
2007-05-18 Aurelien Jacobssplit ljpeg encoder out of mjpeg.c
2007-05-14 Aurelien Jacobsremove some unused mjpeg encoding variables
2007-05-13 Aurelien Jacobscosmetics: indent
2007-05-13 Aurelien Jacobsreplace some #ifdef CONFIG_* by if(ENABLE_*)
2007-05-12 Aurelien Jacobscosmetics: indentation
2007-05-12 Aurelien Jacobsmake compilation of mjpeg.c optional
2007-05-12 Aurelien Jacobsjpegls never call this code, so those tests are useless
2007-05-10 Aurelien Jacobscosmetics: reindent
2007-05-10 Aurelien Jacobsdisable reference to msmpeg4 and wmv2 code when those...
2007-03-14 Michael Niedermayerkill av_mallocz_static() calls in init_rl()
2007-03-13 Michael Niedermayercosmetic
2007-03-13 Michael Niedermayerremove silly static int done protecting the initalizati...
2007-03-13 Michael Niedermayerremove redundant memset()
2007-03-13 Michael Niedermayerdont malloc() static mv_penalty arrays
2007-03-04 Baptiste Coudurierdummy support for mpeg2 non linear quant
2007-03-01 Baptiste Coudurierget rid of CODEC_FLAG_H263P_AIC with next major bump
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2007-02-15 Michel BardiauxSpelling fix
2007-01-27 Luca BarbatoFix warnings and simplify/reorder the code
2007-01-26 Michael Niedermayerfix inifnite loop with http://sam.zoy.org/zzuf/lol...
2007-01-24 Baptiste Coudurieradd hint for closed gop and sc threshold error message
2007-01-24 Michael Niedermayerset last_picture for h.264 too, this significantly...
2007-01-13 Michael Niedermayersome interlaced direct sanity checks
2006-12-23 Michael Niedermayerskiprd
2006-12-21 Aurelien Jacobsmore simplification
2006-12-21 Michael Niedermayer10l
2006-12-21 Michael NiedermayerFIXME has already been fixed ages ago
2006-12-21 Michael Niedermayersimplify
2006-12-21 Michael Niedermayeruse qscale_table in adaptive quant
2006-12-21 Michael Niedermayerskip motion estimation and encoding of non direct-0...
2006-12-20 Michael Niedermayertry direct mode MB after QPRD, slight PSNR/bitrate...
2006-12-08 Måns Rullgårdrename always_inline to av_always_inline and move to...
2006-12-07 Michael Niedermayerff_check_alignment to warn the user about a missaligned...
2006-12-06 Måns Rullgårduse the standard INT64_C() macro for 64-bit constants
2006-11-21 Michael Niedermayerfix b frames + -mbd rd without -psnr (yes that was...
2006-11-21 Michael Niedermayer100l infinite loop fix
2006-11-20 Tom HarperFix linking with H.261 support disabled.
2006-11-20 Michael Niedermayerinfiinit loop fix for CBR + adaptive quant
2006-11-20 Michael Niedermayer100l qprd fix 2nd try
2006-11-19 Michael Niedermayertesting all dquant for qp_rd fixes the qp runaway to...
2006-11-16 Baptiste Coudurierthrow error if unsupported resolution is used with...
2006-11-13 Baptiste Coudurieradd low delay forcing option for mpeg1/2 encoding
2006-11-12 Måns Rullgårdrename squareTbl -> ff_squareTbl
2006-11-07 Baptiste Coudurieradd codec_tag and codec_stream_tag to MpegEncContext...
2006-11-01 Steve L'HommeReplace most of the %lld and %llx by their (cleaner...
2006-11-01 Michael Niedermayer10l (forgot ALT_SCAN)
2006-11-01 Diego BiurrunRename SWAP macro to FFSWAP.
2006-10-31 Michael Niedermayerfix 1/0 b frames + CBR bug
2006-10-28 Michael Niedermayerprevent overflow if lambda2 is "too" large
2006-10-28 Michael Niedermayeruse lambda/lmax instead of qscale/qmax as end check...
2006-10-21 Michael Niedermayerprevent infinite loop
2006-10-11 Diego BiurrunRename ABS macro to FFABS.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-05 Michael Niedermayerfix buffer underflows by reencoding the current frame...
2006-10-04 Baptiste Couduriermjpeg 4:2:2 encoding support
2006-10-01 Loren Merrittapproximate qpel functions: sacrifice some quality...
2006-09-27 Måns Rullgårdreturn 0 from encode_picture() and estimate_qp() on...
2006-09-27 Måns Rullgårdadd some #ifdef CONFIG_ENCODERS/DECODERS
2006-09-27 Måns Rullgårdfix some signedness warnings
2006-09-26 Panagiotis IssarisHandle possible failure of ff_eval.
2006-08-19 Michael NiedermayerSWAP
2006-08-18 Diego BiurrunExplicitly include fastmemcpy.h from libvo/.
2006-07-09 Michael Niedermayerremove STATS code (probably hasnt been used for years...
2006-06-03 Corey HickeyMake B-frame reduction sensitivity by b_strategy/vb_str...
2006-05-29 Corey HickeyMake b_frame_strategy not fail on pass 2, but still...
2006-05-28 Loren Merritth264: MBAFF interlaced decoding
2006-05-16 Baptiste CoudurierMPEG-2 4:2:2 encoding support
2006-05-13 Baptiste Coudurieradd MPEG-2 intra vlc support
2006-05-09 Michael Niedermayerallow insane gop sizes if the user doesnt care about...
2006-05-01 Aurelien Jacobsclip_uint8 now return an uint8_t so no need to &0xFF
2006-04-28 Michael Niedermayermissmatch control for mpeg2 intra dequantization if...
2006-04-21 Loren Merritt10l in h264 vismb/vismv (broke on 2006-03-09)
2006-03-31 Michael Niedermayerremove mpegvideo.c img resample dependancy
2006-03-23 Loren Merrittprefetch pixels for future motion compensation. 4-10...
2006-02-25 Måns Rullgårdkill some warnings
2006-02-06 Michael Niedermayer1 goto 1 fix
2006-02-05 Steve L'HommeMSVC-compatible __align8/__align16 declaration
2006-02-04 Michael Niedermayersimplify
2006-02-04 Michael Niedermayerfaster find_startcode()
2006-01-28 Loren Merrittfix crash on height < 16 pixels.
2006-01-27 Corey HickeyAdd a newline to b_frame_strategy error message.
2006-01-27 Michael Niedermayerfixing bframe strategy 2
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2006-01-04 Tom JosephH.263: more descriptive error message
2005-12-29 Michael Niedermayersecond try of improved lambda/qp guessing for motion...
2005-12-25 Michael Niedermayersupport downscaling frames for dynamic b frame decission
2005-12-25 Michael Niedermayerb frame strategy 2
2005-12-22 Michael Niedermayerbetter f_code guessing in 2nd pass
2005-12-22 Michael Niedermayerimproved lambda/qp guessing for motion estimation RD...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-19 Michael Niedermayeruse correct qp & lambda for ME on the second pass
next