Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-08Rename error_resilience to error_recognition.Michael Niedermayer
2008-07-13bitstream: move put_sbits() from flacenc.c to bitstream.h and use itRamiro Polla
2008-06-23Allocate static tables on stack, not heap.Art Clarke
2008-05-31Change init_vlc_rl() so it does not use *alloc_static() anymore.Michael Niedermayer
2008-05-28cosmetics: spelling typo fixesDiego Biurrun
2008-05-27cosmetics: XviD is now called Xvid.Diego Biurrun
2008-05-26Warn about packed B-frames. (especially useful if the file in question isMichael Niedermayer
2008-04-19Implement FFMAX3(a,b,c) - maximum over three arguments.Vladimir Voroshilov
2008-03-22typo: occured --> occurredDiego Biurrun
2008-03-15typo fixesDiego Biurrun
2008-03-10add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs
2008-01-31Revert r11689 and r11690 (uninitalized warning fix) as its theoreticallyMichael Niedermayer
2008-01-31Comment about weird warning prevention.Michael Niedermayer
2008-01-31fix "uninitalized" warning, the alternative way.Michael Niedermayer
2008-01-31revert r11677, it is considered speed criticalBaptiste Coudurier
2008-01-31fix indentationBaptiste Coudurier
2008-01-31init to 0, fix warning: h263.c:4730: warning: 'dc_pred_dir' may be used unini...Baptiste Coudurier
2007-10-03merge some #ifdef CONFIG_ENCODERS sectionsAurelien Jacobs
2007-08-09use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi
2007-08-02exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane,Michael Niedermayer
2007-07-26remove "Advanced Prediction Mode not supported" spamMichael Niedermayer
2007-07-26also support DEBUG_PICT_INFO for h263iMichael Niedermayer
2007-07-26move show_pict_info() to its own functionMichael Niedermayer
2007-07-10Better place to disable some mpeg4 code and ensure thatAurelien Jacobs
2007-07-10move init_vlc_rl from h263.c to mpegvideo.cAurelien Jacobs
2007-07-10Split ff_set_mpeg4_time() and move the non mpeg4 specific partAurelien Jacobs
2007-07-10don't compile some mpeg4 encoder code when encoders are disabledAurelien Jacobs
2007-07-10move ff_set_qscale from h263.c to mpegvideo.cAurelien Jacobs
2007-07-05Group all copyright and author notices together.Diego Biurrun
2007-06-12misc typo fixesDiego Biurrun
2007-05-25Correct the parameter order for the call to "av_clip".Harald Karnet
2007-05-11Remove duplicate #includes, avcodec.h #includes common.h.Diego Biurrun
2007-05-06fix possibly exploitable stack overflow with num_sprite_warping_points (found...Michael Niedermayer
2007-03-1510l for myself, fixing --disable-encodersMichael Niedermayer
2007-03-14kill av_mallocz_static() calls in init_rl()Michael Niedermayer
2007-03-14dont malloc() static mv_penalty arraysMichael Niedermayer
2007-03-12Give context to dprintfMichel Bardiaux
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
2007-02-24cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun
2007-01-13some interlaced direct sanity checksMichael Niedermayer
2006-12-21dont randomly disallow intr4v in adaptive quantMichael Niedermayer
2006-12-21dont randomly dissallow direct MBsMichael Niedermayer
2006-11-0910000l to myself, fixing regression test failureMichael Niedermayer
2006-11-08100l for me, iam being to stupid to read the mpeg4 spec / eat stuffing mbs a ...Michael Niedermayer
2006-11-07add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx valuesBaptiste Coudurier
2006-11-02Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme
2006-10-12Rename ABS macro to FFABS.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-30fix rv20 b frames (broke since r5264 Mon Apr 3 07:52:24 2006 UTC 2x faster ff...Michael Niedermayer
2006-09-28dc_val should be signedMåns Rullgård