]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/mpegvideo.c
cosmetics: Fix two common typos: wont --> will not, lets --> let us.
[frescor/ffmpeg.git] / libavcodec / mpegvideo.c
2008-07-24 diegocosmetics: Fix two common typos: wont --> will not...
2008-05-30 michaelChange init_vlc_rl() so it doesnt use *alloc_static...
2008-05-25 michaelFix MB skiping with dropable frames.
2008-04-21 benoitUnroll codepath
2008-04-10 diegocosmetics: Break an overly long lines.
2008-03-25 diegoClassify mlib as a configurable option, not as a hardwa...
2008-03-15 diegotypo fixes
2008-03-09 aureladd FF_ prefix to all (frame)_TYPE usage
2008-03-05 aurelmove ff_mpeg1_dc_scale_table to mpegvideo.c
2008-03-04 aurelmove ff_emulated_edge_mc() to dsputil
2008-03-04 aurelmove ff_init_scantable() into dsputil
2008-03-04 aurelmove draw_edges() into dsputil
2008-02-19 michaelFix ;;
2008-02-09 michaelRemove pointless code.
2008-01-28 heydownsFix memory leak in h264 decoder. allocated_edge_emu_buf...
2007-11-29 michaelfix segfault with interlaced h.264
2007-10-22 diegoClarify comment block and rewrite in better English.
2007-10-18 michaelreplace (disabled by default) assert(0) by abort()...
2007-10-08 andomaManage Picture buffers for fields as well as frames...
2007-10-08 bcoudurierexport DCT_common_init and add ff_prefix
2007-10-03 diegoRename MPV_common_init_ppc to MPV_common_init_altivec...
2007-10-03 diegoFix compilation with AltiVec disabled, MPV_common_init_...
2007-09-26 andomah264/PAFF preparation: use DELAYED_PIC_REF to mark...
2007-09-25 diegoReplace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU...
2007-09-05 gpoirierAdd slice-based parallel H.264 decoding
2007-08-31 mhoffmanrenaming ARCH_BFIN to HAVE_BFIN
2007-08-01 michaelmake grayscale only decoding checks in inner loops...
2007-07-31 benoitfix mem leak
2007-07-30 romansh replacing the use of deprecated unaligned*() routines...
2007-07-11 mrumove ff_h263_round_chroma() to mpegvideo.h as static...
2007-07-10 aurelmove init_vlc_rl from h263.c to mpegvideo.c
2007-07-09 aurelmove ff_set_qscale from h263.c to mpegvideo.c
2007-07-05 diegoGroup all copyright and author notices together.
2007-07-05 aurelmake DCT_common_init() static
2007-07-05 aurelmove mpeg encoder specific initialization in the encode...
2007-07-03 benoitDescription: split mpegvideo.c
2007-06-20 benoitmove dct_quantize and denoise_dct function pointers...
2007-06-20 benoitremove unused constant definition
2007-06-19 benoitaanscales is used only with CONFIG_ENCODERS
2007-06-14 diegoSimplify init preprocessor statements.
2007-06-12 mhoffmanintegrating MPV_common_init_bfin into the build system...
2007-06-12 diegomisc typo fixes
2007-06-12 diegomisc spelling fixes
2007-05-28 diegoRemove redundant fastmemcpy.h #include, it is indirectl...
2007-05-20 michaeluse AV_LOG_ERROR instead of INFO for errors
2007-05-20 michaelsanity checks for bitrate tolerance and buffer size...
2007-05-18 aurelmove the mjpeg_encoder struct from mpegvideo.c to mjpeg...
2007-05-18 aureladd a proper prefix to all mjpeg encoder exported functions
2007-05-18 aurelsplit ljpeg encoder out of mjpeg.c
2007-05-14 aurelremove some unused mjpeg encoding variables
2007-05-13 aurelcosmetics: indent
2007-05-13 aurelreplace some #ifdef CONFIG_* by if(ENABLE_*)
2007-05-12 aurelcosmetics: indentation
2007-05-12 aurelmake compilation of mjpeg.c optional
2007-05-12 aureljpegls never call this code, so those tests are useless
2007-05-10 aurelcosmetics: reindent
2007-05-10 aureldisable reference to msmpeg4 and wmv2 code when those...
2007-03-14 michaelkill av_mallocz_static() calls in init_rl()
2007-03-13 michaelcosmetic
2007-03-13 michaelremove silly static int done protecting the initalizati...
2007-03-13 michaelremove redundant memset()
2007-03-13 michaeldont malloc() static mv_penalty arrays
2007-03-04 bcoudurierdummy support for mpeg2 non linear quant
2007-03-01 bcoudurierget rid of CODEC_FLAG_H263P_AIC with next major bump
2007-02-25 reimarAdd av_ prefix to clip functions
2007-02-15 mbardiauxSpelling fix
2007-01-27 lu_zeroFix warnings and simplify/reorder the code
2007-01-26 michaelfix inifnite loop with http://sam.zoy.org/zzuf/lol...
2007-01-24 bcoudurieradd hint for closed gop and sc threshold error message
2007-01-24 michaelset last_picture for h.264 too, this significantly...
2007-01-13 michaelsome interlaced direct sanity checks
2006-12-23 michaelskiprd
2006-12-21 aurelmore simplification
2006-12-21 michael10l
2006-12-21 michaelFIXME has already been fixed ages ago
2006-12-21 michaelsimplify
2006-12-21 michaeluse qscale_table in adaptive quant
2006-12-21 michaelskip motion estimation and encoding of non direct-0...
2006-12-20 michaeltry direct mode MB after QPRD, slight PSNR/bitrate...
2006-12-08 mrurename always_inline to av_always_inline and move to...
2006-12-07 michaelff_check_alignment to warn the user about a missaligned...
2006-12-06 mruuse the standard INT64_C() macro for 64-bit constants
2006-11-21 michaelfix b frames + -mbd rd without -psnr (yes that was...
2006-11-21 michael100l infinite loop fix
2006-11-20 diegoFix linking with H.261 support disabled.
2006-11-20 michaelinfiinit loop fix for CBR + adaptive quant
2006-11-20 michael100l qprd fix 2nd try
2006-11-19 michaeltesting all dquant for qp_rd fixes the qp runaway to...
2006-11-16 bcoudurierthrow error if unsupported resolution is used with...
2006-11-13 bcoudurieradd low delay forcing option for mpeg1/2 encoding
2006-11-12 mrurename squareTbl -> ff_squareTbl
2006-11-07 bcoudurieradd codec_tag and codec_stream_tag to MpegEncContext...
2006-11-01 diegoReplace most of the %lld and %llx by their (cleaner...
2006-11-01 michael10l (forgot ALT_SCAN)
2006-11-01 diegoRename SWAP macro to FFSWAP.
2006-10-31 michaelfix 1/0 b frames + CBR bug
2006-10-28 michaelprevent overflow if lambda2 is "too" large
2006-10-28 michaeluse lambda/lmax instead of qscale/qmax as end check...
2006-10-21 michaelprevent infinite loop
2006-10-11 diegoRename ABS macro to FFABS.
next