log mpegvideo.c @ 7456:211cca1e3f39 libavcodec

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