log mpegvideo.c @ 745:25d7fb7c89be libavcodec

age author description
Sun, 13 Oct 2002 13:16:04 +0000 michaelni better/cleaner error resilience (done in a 2nd pass after decoding) libavcodec
Sun, 06 Oct 2002 17:46:22 +0000 michaelni set low_delay on encoding if no b frames libavcodec
Sun, 06 Oct 2002 15:27:01 +0000 michaelni trying to fix the non-x86 IDCTs (untested) libavcodec
Fri, 04 Oct 2002 20:59:29 +0000 al3x moved dct init out from mpv_common_init to dct_common_init (for less-uglier way for dv) libavcodec
Thu, 03 Oct 2002 20:57:19 +0000 michaelni ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>) libavcodec
Wed, 02 Oct 2002 17:07:39 +0000 michaelni optimization libavcodec
Mon, 30 Sep 2002 16:14:14 +0000 michaelni optimizing mpeg1_decode_block() libavcodec
Mon, 30 Sep 2002 09:19:54 +0000 michaelni convert only needed matrixes in convert_matrix() (mjpeg calls it for every frame) libavcodec
Sun, 29 Sep 2002 22:44:22 +0000 michaelni idct permutation cleanup, idct can be selected per context now libavcodec
Sat, 28 Sep 2002 02:18:34 +0000 mellum An easy way to speed up encoding by 6%. libavcodec
Fri, 27 Sep 2002 10:27:57 +0000 michaelni ff_get_fourcc() & XVIX support libavcodec
Thu, 26 Sep 2002 00:22:25 +0000 michaelni mpeg4 interlaced dct encoding libavcodec
Tue, 24 Sep 2002 15:07:44 +0000 michaelni adaptive quantization for h263 libavcodec
Tue, 24 Sep 2002 10:53:59 +0000 michaelni darkness masking (lumi masking does only bright stuff now) libavcodec
Mon, 23 Sep 2002 14:56:11 +0000 michaelni adaptive quantization (lumi/temporal & spatial complexity masking) libavcodec
Sat, 14 Sep 2002 12:36:54 +0000 michaelni fixing qpel 4mv libavcodec
Sat, 14 Sep 2002 10:11:05 +0000 michaelni interlaced qpel mpeg4 fixed libavcodec
Fri, 13 Sep 2002 09:45:32 +0000 michaelni interlaced mpeg4 b frame decoding libavcodec
Thu, 12 Sep 2002 18:28:17 +0000 michaelni fixing interlaced mpeg4 decoding libavcodec
Thu, 12 Sep 2002 12:26:09 +0000 michaelni statistics for forw & back p-MBs instead of just one counter for both libavcodec
Thu, 12 Sep 2002 00:27:08 +0000 michaelni set pict_type & key_frame on decoding too libavcodec
Wed, 11 Sep 2002 12:39:53 +0000 michaelni put/avg_pixels16 libavcodec
Wed, 11 Sep 2002 07:26:43 +0000 michaelni reducing sizeof MpegEncContext to avoid stack overflow on crap M$ windo$ libavcodec
Sun, 01 Sep 2002 16:52:33 +0000 michaelni dct cleanup libavcodec
Fri, 30 Aug 2002 18:17:20 +0000 michaelni sun solaris compilation bugfix, patch by (Martin Olschewski <olschewski at zpr dot uni-koeln dot de>) libavcodec
Thu, 29 Aug 2002 23:55:32 +0000 michaelni slow but accurate integer dct from IJG (should be ok with the LGPL as the old DCT is the fast integer DCT from IJG) libavcodec
Tue, 27 Aug 2002 16:28:19 +0000 michaelni mpeg4 interlaced decoding support (not completly implemented/tested due to lack of samples) libavcodec
Mon, 26 Aug 2002 20:45:01 +0000 al3x added aspected_width/height for EXTENDED_PAR libavcodec
Sun, 25 Aug 2002 21:19:50 +0000 michaelni new ratecontrol code libavcodec
Sat, 24 Aug 2002 13:24:43 +0000 michaelni error concealment needs the mbintra_table so it should allways be allocated libavcodec
Thu, 22 Aug 2002 19:41:06 +0000 michaelni better scene change detection libavcodec
Sun, 18 Aug 2002 00:42:58 +0000 michaelni same dc skip behavior for chroma & luma elimination, its confusing otherwise imho libavcodec
Sat, 17 Aug 2002 20:10:27 +0000 michaelni skip blocks with small chroma dc too (if the user wants it) needed to avoid IDCT(input coeffs !=0) == 0 problems which cause catastrophic error accumulation at qp=1 libavcodec
Tue, 06 Aug 2002 23:51:15 +0000 michaelni mpeg4 mpeg quantizer encoding libavcodec
Mon, 05 Aug 2002 21:36:14 +0000 michaelni 4mv + bframe decoding bugfix libavcodec
Sun, 04 Aug 2002 16:05:05 +0000 michaelni last_picture should be never == NULL (it was with dr1) this might fix a segfault with error concealment libavcodec
Fri, 02 Aug 2002 20:27:46 +0000 michaelni fixing mpeg4 mpeg quantizers libavcodec
Thu, 01 Aug 2002 11:01:07 +0000 michaelni max_b_frame=4 bugfix libavcodec
Thu, 25 Jul 2002 20:22:36 +0000 michaelni different edge positions fixed with edge emu / dr1 libavcodec
Sun, 21 Jul 2002 01:34:05 +0000 michaelni minor optimizations libavcodec
Wed, 17 Jul 2002 23:32:31 +0000 michaelni use edge emu for encoding of width or height %16!=0 files libavcodec
Wed, 17 Jul 2002 17:50:42 +0000 michaelni fixing NULL reference frame with dr1 libavcodec
Wed, 17 Jul 2002 13:25:01 +0000 michaelni larger edge emu buffer (might have been too small) libavcodec
Wed, 17 Jul 2002 12:42:50 +0000 michaelni fixing gmc with emu edges libavcodec
Wed, 17 Jul 2002 11:04:26 +0000 michaelni interlaced mpeg2 fix ... replacing linesize>>1 by uvlinesize brainlessly wasnt a good idea libavcodec
Tue, 16 Jul 2002 11:45:14 +0000 michaelni exporting mbskip_table after it has been allocated libavcodec
Mon, 15 Jul 2002 21:19:37 +0000 michaelni direct rendering for SVQ1 libavcodec
Mon, 15 Jul 2002 14:15:10 +0000 michaelni uvlinesize libavcodec
Mon, 15 Jul 2002 00:25:53 +0000 michaelni 4mv & qpel edge emu libavcodec
Sun, 14 Jul 2002 18:37:35 +0000 michaelni direct rendering method 1 support libavcodec
Sat, 13 Jul 2002 17:30:43 +0000 michaelni rl decoding optimization libavcodec
Wed, 10 Jul 2002 21:01:45 +0000 michaelni adding ff prefix to avoid global name conficts with xvid (patch by Marko Kreen <marko at l-t.ee>) libavcodec
Wed, 03 Jul 2002 03:01:06 +0000 mellum Update and activate dct_unquantize_h263_mvi. Thanks to Mns Rullgrd libavcodec
Tue, 25 Jun 2002 10:15:42 +0000 michaelni init dc_scale tables to defaults (fixes mjpeg sig11) libavcodec
Tue, 18 Jun 2002 00:49:00 +0000 michaelni wmv1 support libavcodec
Sun, 09 Jun 2002 14:04:36 +0000 michaelni grayscale only encoding libavcodec
Sun, 09 Jun 2002 13:35:56 +0000 michaelni grayscale only decoding libavcodec
Wed, 05 Jun 2002 23:43:56 +0000 michaelni optimizing MPV_decode_mb libavcodec
Wed, 05 Jun 2002 18:36:03 +0000 bellard use ff_idct_put/add() libavcodec
Tue, 04 Jun 2002 12:58:40 +0000 bellard avoid name clash with libjpeg - added missing externs libavcodec