log mpegvideo.c @ 7875:a57aee2e0ae0 libavcodec

age author description
2008-09-08 michael Rename error_resilience to error_recognition. libavcodec
2008-07-31 bcoudurier fix mpeg 4:2:2 vis_qp and vis_mb_type debug, fix issue #471 libavcodec
2008-07-24 diego cosmetics: Fix two common typos: wont --> will not, lets --> let us. libavcodec
2008-05-30 michael Change init_vlc_rl() so it does not use *alloc_static() anymore. libavcodec
2008-05-25 michael Fix MB skipping with droppable frames. libavcodec
2008-04-21 benoit Unroll codepath libavcodec
2008-04-10 diego cosmetics: Break an overly long line. libavcodec
2008-03-25 diego Classify mlib as a configurable option, not as a hardware feature. libavcodec
2008-03-15 diego typo fixes libavcodec
2008-03-09 aurel add FF_ prefix to all (frame)_TYPE usage libavcodec
2008-03-05 aurel move ff_mpeg1_dc_scale_table to mpegvideo.c libavcodec
2008-03-04 aurel move ff_emulated_edge_mc() to dsputil libavcodec
2008-03-04 aurel move ff_init_scantable() into dsputil libavcodec
2008-03-04 aurel move draw_edges() into dsputil libavcodec
2008-02-19 michael Fix ;; libavcodec
2008-02-09 michael Remove pointless code. libavcodec
2008-01-28 heydowns Fix memory leak in h264 decoder. allocated_edge_emu_buffer was being allocated libavcodec
2007-11-29 michael fix segfault with interlaced h.264 libavcodec
2007-10-22 diego Clarify comment block and rewrite in better English. libavcodec
2007-10-18 michael replace (disabled by default) assert(0) by abort() if the picture buffer libavcodec
2007-10-08 andoma Manage Picture buffers for fields as well as frames. Pair complementary fields into one MPV Picture. libavcodec
2007-10-08 bcoudurier export DCT_common_init and add ff_prefix libavcodec
2007-10-03 diego Rename MPV_common_init_ppc to MPV_common_init_altivec, the function is libavcodec
2007-10-03 diego Fix compilation with AltiVec disabled, MPV_common_init_ppc is part of a file libavcodec
2007-09-26 andoma h264/PAFF preparation: use DELAYED_PIC_REF to mark non-refs frames as held for delayed output libavcodec
2007-09-25 diego Replace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU architecture, not an libavcodec
2007-09-05 gpoirier Add slice-based parallel H.264 decoding libavcodec
2007-08-31 mhoffman renaming ARCH_BFIN to HAVE_BFIN libavcodec
2007-08-01 michael make grayscale only decoding checks in inner loops compiletime killable libavcodec
2007-07-31 benoit fix mem leak libavcodec
2007-07-30 romansh replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32 libavcodec
2007-07-11 mru move ff_h263_round_chroma() to mpegvideo.h as static inline libavcodec
2007-07-10 aurel move init_vlc_rl from h263.c to mpegvideo.c libavcodec
2007-07-09 aurel move ff_set_qscale from h263.c to mpegvideo.c libavcodec
2007-07-05 diego Group all copyright and author notices together. libavcodec
2007-07-05 aurel make DCT_common_init() static libavcodec
2007-07-05 aurel move mpeg encoder specific initialization in the encoder specific file libavcodec
2007-07-03 benoit Description: split mpegvideo.c libavcodec
2007-06-20 benoit move dct_quantize and denoise_dct function pointers initialization to C libavcodec
2007-06-20 benoit remove unused constant definition libavcodec
2007-06-19 benoit aanscales is used only with CONFIG_ENCODERS libavcodec
2007-06-14 diego Simplify init preprocessor statements. libavcodec
2007-06-12 mhoffman integrating MPV_common_init_bfin into the build system and mpegvideo.c libavcodec
2007-06-12 diego misc typo fixes libavcodec
2007-06-12 diego misc spelling fixes libavcodec
2007-05-28 diego Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h. libavcodec
2007-05-20 michael use AV_LOG_ERROR instead of INFO for errors libavcodec
2007-05-20 michael sanity checks for bitrate tolerance and buffer size (= fail if a single frame at the libavcodec
2007-05-18 aurel move the mjpeg_encoder struct from mpegvideo.c to mjpegenc.c libavcodec
2007-05-18 aurel add a proper prefix to all mjpeg encoder exported functions libavcodec
2007-05-18 aurel split ljpeg encoder out of mjpeg.c libavcodec
2007-05-14 aurel remove some unused mjpeg encoding variables libavcodec
2007-05-13 aurel cosmetics: indent libavcodec
2007-05-13 aurel replace some #ifdef CONFIG_* by if(ENABLE_*) libavcodec
2007-05-12 aurel cosmetics: indentation libavcodec
2007-05-12 aurel make compilation of mjpeg.c optional libavcodec
2007-05-12 aurel jpegls never call this code, so those tests are useless libavcodec
2007-05-10 aurel cosmetics: reindent libavcodec
2007-05-10 aurel disable reference to msmpeg4 and wmv2 code when those codecs are not compiled in libavcodec
2007-03-14 michael kill av_mallocz_static() calls in init_rl() libavcodec
2007-03-13 michael cosmetic libavcodec
2007-03-13 michael remove silly static int done protecting the initalization of 32 elements to 1 libavcodec
2007-03-13 michael remove redundant memset() libavcodec
2007-03-13 michael dont malloc() static mv_penalty arrays libavcodec
2007-03-04 bcoudurier dummy support for mpeg2 non linear quant libavcodec
2007-03-01 bcoudurier get rid of CODEC_FLAG_H263P_AIC with next major bump libavcodec
2007-02-25 reimar Add av_ prefix to clip functions libavcodec
2007-02-15 mbardiaux Spelling fix libavcodec
2007-01-27 lu_zero Fix warnings and simplify/reorder the code libavcodec
2007-01-26 michael fix inifnite loop with http://sam.zoy.org/zzuf/lol-mplayer.mpg libavcodec
2007-01-24 bcoudurier add hint for closed gop and sc threshold error message libavcodec
2007-01-24 michael set last_picture for h.264 too, this significantly improves error concealment quality, i hope it doesnt break anything as last_picture_ptr was always NULL for h.264 libavcodec
2007-01-13 michael some interlaced direct sanity checks libavcodec
2006-12-23 michael skiprd libavcodec
2006-12-21 aurel more simplification libavcodec
2006-12-21 michael 10l libavcodec
2006-12-21 michael FIXME has already been fixed ages ago libavcodec
2006-12-21 michael simplify libavcodec
2006-12-21 michael use qscale_table in adaptive quant libavcodec
2006-12-21 michael skip motion estimation and encoding of non direct-0,0 MBs if the next MB is skiped (mpeg4 doesnt allow such MBs and in the past we did ME and encoding until at the end we droped them, so this should be faster though i didnt benchmark it, benchmark welcome) libavcodec
2006-12-20 michael try direct mode MB after QPRD, slight PSNR/bitrate gain if b frames + QPRD libavcodec
2006-12-08 mru rename always_inline to av_always_inline and move to common.h libavcodec
2006-12-07 michael ff_check_alignment to warn the user about a missaligned stack libavcodec
2006-12-06 mru use the standard INT64_C() macro for 64-bit constants libavcodec
2006-11-21 michael fix b frames + -mbd rd without -psnr (yes that was seriously buggy and probably hasnt been noticed as everyone who tested stuff used -psnr) libavcodec
2006-11-21 michael 100l infinite loop fix libavcodec
2006-11-20 diego Fix linking with H.261 support disabled. libavcodec
2006-11-20 michael infiinit loop fix for CBR + adaptive quant libavcodec
2006-11-20 michael 100l qprd fix 2nd try libavcodec
2006-11-19 michael testing all dquant for qp_rd fixes the qp runaway to 31 bug libavcodec
2006-11-16 bcoudurier throw error if unsupported resolution is used with h261 libavcodec
2006-11-13 bcoudurier add low delay forcing option for mpeg1/2 encoding libavcodec
2006-11-12 mru rename squareTbl -> ff_squareTbl libavcodec
2006-11-07 bcoudurier add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values libavcodec
2006-11-01 diego Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. libavcodec
2006-11-01 michael 10l (forgot ALT_SCAN) libavcodec
2006-11-01 diego Rename SWAP macro to FFSWAP. libavcodec
2006-10-31 michael fix 1/0 b frames + CBR bug libavcodec
2006-10-28 michael prevent overflow if lambda2 is "too" large libavcodec
2006-10-28 michael use lambda/lmax instead of qscale/qmax as end check for vbv retry libavcodec
2006-10-21 michael prevent infinite loop libavcodec
2006-10-11 diego Rename ABS macro to FFABS. libavcodec
2006-10-07 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
2006-10-05 michael fix buffer underflows by reencoding the current frame with a higher QP libavcodec
2006-10-04 bcoudurier mjpeg 4:2:2 encoding support libavcodec
2006-10-01 lorenm approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast. libavcodec
2006-09-27 mru return 0 from encode_picture() and estimate_qp() on success libavcodec
2006-09-27 mru add some #ifdef CONFIG_ENCODERS/DECODERS libavcodec
2006-09-27 mru fix some signedness warnings libavcodec
2006-09-26 takis Handle possible failure of ff_eval. libavcodec
2006-08-19 michael SWAP libavcodec
2006-08-18 diego Explicitly include fastmemcpy.h from libvo/. libavcodec
2006-07-09 michael remove STATS code (probably hasnt been used for years ..., and its not completely clear what it was good for anyway) libavcodec
2006-06-03 corey Make B-frame reduction sensitivity by b_strategy/vb_strategy = 1 libavcodec
2006-05-29 corey Make b_frame_strategy not fail on pass 2, but still print a notice. libavcodec
2006-05-28 lorenm h264: MBAFF interlaced decoding libavcodec
2006-05-16 bcoudurier MPEG-2 4:2:2 encoding support libavcodec
2006-05-13 bcoudurier add MPEG-2 intra vlc support libavcodec
2006-05-09 michael allow insane gop sizes if the user doesnt care about playable streams (doesnt want compliance to any standard) libavcodec
2006-05-01 aurel clip_uint8 now return an uint8_t so no need to &0xFF libavcodec