log h263.c @ 903:22ee74da2cd3 libavcodec

age author description
Wed, 04 Dec 2002 10:04:03 +0000 michaelni cleanup libavcodec
Tue, 26 Nov 2002 08:56:10 +0000 michaelni fixing h263+ slices if the padding at the end of the frame is >7 && <16 && there are no zero bytes afterwards libavcodec
Mon, 25 Nov 2002 09:23:19 +0000 michaelni fixing aspect libavcodec
Wed, 20 Nov 2002 13:08:04 +0000 michaelni aspect ratio cleanup libavcodec
Mon, 11 Nov 2002 09:40:17 +0000 kabi * using DSPContext - so each codec could use its local (sub)set of CPU extension libavcodec
Sun, 10 Nov 2002 11:46:59 +0000 michaelni reversing header game libavcodec
Fri, 01 Nov 2002 13:25:22 +0000 michaelni hopefully fixing sprite_warping_points==0 libavcodec
Thu, 31 Oct 2002 16:11:03 +0000 michaelni put a few large tables under #ifdef CONFIG_ENCODERS or dynamically allocate them libavcodec
Sat, 26 Oct 2002 18:56:43 +0000 michaelni segfault fix patch by (Juergen Keil <jk at tools dot de>) libavcodec
Fri, 25 Oct 2002 00:08:32 +0000 michaelni slice encoding cleanup libavcodec
Tue, 22 Oct 2002 19:48:52 +0000 michaelni xvid qpel bug autodetect libavcodec
Sat, 19 Oct 2002 11:03:13 +0000 michaelni fixing interlaced dct with 4mv libavcodec
Wed, 16 Oct 2002 19:55:49 +0000 michaelni complete mpeg4 GMC decoding support libavcodec
Tue, 15 Oct 2002 15:24:08 +0000 michaelni warning fixes libavcodec
Mon, 14 Oct 2002 12:21:54 +0000 michaelni mpeg4 header parser clenup (needed for parsing of VOL header in avctx->extradata) libavcodec
Sun, 13 Oct 2002 13:16:04 +0000 michaelni better/cleaner error resilience (done in a 2nd pass after decoding) libavcodec
Wed, 02 Oct 2002 22:56:58 +0000 michaelni fixing custom quantizer matrix decoding libavcodec
Sun, 29 Sep 2002 22:44:22 +0000 michaelni idct permutation cleanup, idct can be selected per context now libavcodec
Fri, 27 Sep 2002 15:38:54 +0000 michaelni minor optimization of h263_encode_motion() libavcodec
Fri, 27 Sep 2002 10:27:57 +0000 michaelni ff_get_fourcc() & XVIX support libavcodec
Thu, 26 Sep 2002 23:27:22 +0000 michaelni autodetect UMP4 (by adding a fourcc field to AVCodecContext) libavcodec
Thu, 26 Sep 2002 22:37:33 +0000 michaelni automatically detect broken opendivx codec and workaround, so bug=1 shouldnt be needed anymore for mpeg4 files, if there still are files which need bug=1 then tell me ... libavcodec
Thu, 26 Sep 2002 09:16:23 +0000 michaelni h263_dc_scale() cleanup 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 09:15:46 +0000 michaelni fixing ac prediction encoding with adaptive quantization libavcodec
Mon, 23 Sep 2002 14:56:11 +0000 michaelni adaptive quantization (lumi/temporal & spatial complexity masking) libavcodec
Sat, 14 Sep 2002 22:07:35 +0000 michaelni dont store version for bit-exact tests libavcodec
Sat, 14 Sep 2002 17:18:26 +0000 michaelni interlaced b frames fix libavcodec
Fri, 13 Sep 2002 19:31:32 +0000 al3x aspect (ext. par too) support for h263 and mpeg4 (inc. build becouse of new vars) libavcodec
Fri, 13 Sep 2002 11:47:57 +0000 michaelni 10l (field select readed at the wrong place ...) libavcodec
Fri, 13 Sep 2002 11:24:58 +0000 michaelni interlaced b frames cleanup libavcodec
Fri, 13 Sep 2002 09:45:32 +0000 michaelni interlaced mpeg4 b frame decoding libavcodec
Fri, 13 Sep 2002 07:46:06 +0000 michaelni fixing 1/0 if the headers are incomplete (like what M$ encoder generates) libavcodec
Thu, 12 Sep 2002 18:28:17 +0000 michaelni fixing interlaced mpeg4 decoding libavcodec
Thu, 12 Sep 2002 15:22:14 +0000 michaelni parsing resync header extension support libavcodec
Thu, 12 Sep 2002 15:02:47 +0000 michaelni vbv parameter parsing (more skiping actually ;) ) 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 10:54:53 +0000 michaelni export pts from stream if available libavcodec
Sat, 07 Sep 2002 00:16:30 +0000 michaelni optimizing mpeg4_encode_block(), generates allso slightly shorter bitstream as some codes can be represented as esc1 and esc2 and esc2 is shorter for a few of them 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 16:10:41 +0000 michaelni fixing some 64bit bugs 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
Mon, 05 Aug 2002 19:05:02 +0000 michaelni fixing level overflow check for qp=1 libavcodec
Fri, 02 Aug 2002 20:27:46 +0000 michaelni fixing mpeg4 mpeg quantizers 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 10:30:31 +0000 michaelni low_delay / has_b_frames fix libavcodec
Wed, 17 Jul 2002 09:15:14 +0000 michaelni fixes fire.avi & subtitles.avi libavcodec
Sat, 13 Jul 2002 17:30:43 +0000 michaelni rl decoding optimization libavcodec
Sat, 13 Jul 2002 15:45:52 +0000 michaelni optimization (get_vlc -> get_vlc2) libavcodec
Sat, 13 Jul 2002 14:55:12 +0000 michaelni rl vlc decoding optimizations libavcodec
Tue, 09 Jul 2002 18:14:59 +0000 michaelni warning fix patch by atmos libavcodec
Tue, 18 Jun 2002 00:46:02 +0000 michaelni dc scale simplification/optimization libavcodec
Thu, 06 Jun 2002 14:25:44 +0000 bellard fixed case where abs_level > MAX_LEVEL libavcodec
Tue, 04 Jun 2002 18:35:31 +0000 michaelni run1 can be <0 bugfix (found by fabrice) libavcodec
Mon, 03 Jun 2002 14:44:37 +0000 mellum Revert previous bogus warning fix. libavcodec
Mon, 03 Jun 2002 11:16:11 +0000 mellum Minor warning cleanup. libavcodec
Sun, 02 Jun 2002 12:15:17 +0000 michaelni error concealment / error resilience libavcodec
Sat, 25 May 2002 22:45:33 +0000 glantau license/copyright change libavcodec
Sat, 18 May 2002 23:03:29 +0000 glantau removed useless header includes - use av memory functions libavcodec
Mon, 06 May 2002 13:15:05 +0000 michaelni there are divx5? encoded files without a userdata section but with b-frames :( libavcodec
Sun, 05 May 2002 19:03:24 +0000 michaelni segfault fix for b-frame encoding with height%16!=0 libavcodec
Sun, 05 May 2002 01:37:07 +0000 michaelni shorter user data with formating by juanjo libavcodec
Sat, 04 May 2002 18:58:07 +0000 michaelni move ABS() to common.h libavcodec
Fri, 03 May 2002 23:13:24 +0000 michaelni move put_string() to common.{c,h} libavcodec
Fri, 03 May 2002 18:11:23 +0000 pulento - H263 PAR support by Alex Beregszaszi. libavcodec
Thu, 02 May 2002 04:39:45 +0000 pulento - Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now. libavcodec
Sat, 27 Apr 2002 14:10:47 +0000 michaelni detecting xvid/divx4/opendivx and set low_delay flag libavcodec
Sat, 27 Apr 2002 12:30:26 +0000 michaelni fixed msmpeg4 infinite loop if buggy stream libavcodec
Wed, 24 Apr 2002 01:24:06 +0000 michaelni avcodec_flush_buffers() libavcodec
Mon, 22 Apr 2002 21:02:18 +0000 michaelni segfault fix libavcodec
Mon, 22 Apr 2002 19:04:28 +0000 michaelni export delay info libavcodec
Mon, 22 Apr 2002 17:33:43 +0000 michaelni b-frame mpeg4 fix when seeking libavcodec
Mon, 22 Apr 2002 12:45:22 +0000 michaelni divx 5.01 support libavcodec
Sun, 21 Apr 2002 23:47:27 +0000 michaelni fix b-frame MB skip libavcodec
Fri, 19 Apr 2002 03:25:20 +0000 michaelni much better ME for b frames (a bit slow though) libavcodec
Wed, 17 Apr 2002 16:30:31 +0000 michaelni mpeg2/mpeg4 dequantizer support (c & mmx) libavcodec
Wed, 17 Apr 2002 04:32:12 +0000 michaelni fixed mpeg4 time stuff on encoding libavcodec
Mon, 15 Apr 2002 02:28:05 +0000 pulento - Versions defined for libav/libavcodec. libavcodec
Sun, 07 Apr 2002 02:03:32 +0000 michaelni mpeg4 mpeg quantizer support libavcodec
Fri, 29 Mar 2002 05:15:49 +0000 michaelni divx5-gmc bug workaround libavcodec
Thu, 28 Mar 2002 04:25:35 +0000 michaelni mpeg4 4MV encoding libavcodec
Wed, 27 Mar 2002 21:25:22 +0000 michaelni 4MV motion estimation (not finished yet) libavcodec
Mon, 25 Mar 2002 15:36:16 +0000 michaelni optimizing mpeg4_encode_dc libavcodec
Sun, 24 Mar 2002 23:45:13 +0000 michaelni fcode_tables where too small, found by Klaas-Pieter Vlieg <vlieg@eurescom.de> libavcodec
Sun, 24 Mar 2002 22:02:21 +0000 michaelni b-frame decoding bugfix libavcodec
Sun, 24 Mar 2002 21:25:04 +0000 michaelni resync marker support, needed for some mp4 files libavcodec
Sat, 23 Mar 2002 20:21:33 +0000 michaelni fixing motion estimation with h263p hopefully libavcodec
Sat, 23 Mar 2002 17:43:30 +0000 michaelni statistics for 2-pass encoding libavcodec
Sat, 23 Mar 2002 13:00:08 +0000 michaelni dont return -1 if mpeg4 scalability ... libavcodec
Sat, 23 Mar 2002 00:31:33 +0000 michaelni fixing MV range in h263 libavcodec
Fri, 22 Mar 2002 23:22:08 +0000 michaelni mpeg4 aspect_ratio_info in AVCodecContext (requested by alex) libavcodec
Fri, 22 Mar 2002 02:36:08 +0000 michaelni oops libavcodec
Fri, 22 Mar 2002 02:21:17 +0000 michaelni new motion estimation (epzs) not complete yet but allready pretty good :) libavcodec
Tue, 19 Mar 2002 03:51:36 +0000 michaelni use the width & height from the mpeg4 header ... in the case that its complete libavcodec
Mon, 18 Mar 2002 20:11:43 +0000 michaelni fixing 4MV libavcodec
Fri, 15 Mar 2002 14:57:17 +0000 michaelni optimization libavcodec
Fri, 15 Mar 2002 04:10:53 +0000 michaelni use ac prediction in mpeg4 encoding (5% smaller intra-blocks/keyframes) libavcodec
Wed, 13 Mar 2002 19:26:38 +0000 michaelni support decoding (with mplayer) of 3 .mp4 files from mphq libavcodec
Wed, 13 Mar 2002 12:50:41 +0000 michaelni generate even more complete mpeg4 headers libavcodec
Tue, 12 Mar 2002 22:54:25 +0000 michaelni mpeg4 b-frames :) libavcodec
Sat, 09 Mar 2002 13:01:16 +0000 michaelni divx5-gmc support libavcodec
Thu, 07 Mar 2002 13:27:15 +0000 michaelni gmc bitstream decoding support (the real motion compensation isnt implemnted yet) libavcodec
Tue, 05 Mar 2002 13:58:13 +0000 michaelni parsing more of the mpeg4 header & print some "not supported" stuff libavcodec
Fri, 22 Feb 2002 03:35:41 +0000 pulento - Bug fix on RTYPE (rounding type) not being honoured by H.263+ decoder. libavcodec
Tue, 19 Feb 2002 19:23:34 +0000 pulento - Bug fixes in H.263+ Advanced INTRA Coding decoder. libavcodec
Mon, 18 Feb 2002 19:33:27 +0000 pulento - H.263+ decoder support for Advanded INTRA Coding (buggy) libavcodec
Mon, 18 Feb 2002 09:32:11 +0000 kabi * simplified indexing libavcodec
Mon, 18 Feb 2002 01:58:00 +0000 michaelni avoid overflow of picturenumber*fps*10000 libavcodec
Tue, 12 Feb 2002 15:43:16 +0000 michaelni alternative bitstream writer (disabled by default, uncomment #define ALT_BISTREAM_WRITER in common.h if u want to try it) libavcodec
Sat, 09 Feb 2002 16:59:56 +0000 pulento - Fixes on RTP and GOB headers for H.263. libavcodec
Sun, 09 Dec 2001 12:04:09 +0000 arpi_esp new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define SIMPLE_IDCT to enable libavcodec
Mon, 19 Nov 2001 02:13:14 +0000 pulento - Preliminary RTP friendly mode for H.263. libavcodec
Sat, 17 Nov 2001 21:14:54 +0000 pulento - Added support to Inter4V+Q MBs to H.263 decoder. libavcodec
Tue, 13 Nov 2001 01:21:35 +0000 pulento - Bug fix on MV prediction for MPEG4 caused by new H.263 GOB code. libavcodec
Mon, 12 Nov 2001 05:19:55 +0000 pulento - Fixed a bug on H.263 MV prediction for MB on GOBs limits. libavcodec
Sat, 03 Nov 2001 00:49:53 +0000 pulento - Bug fix on inter MCBPC table for inter+q. libavcodec
Wed, 17 Oct 2001 18:05:35 +0000 pulento Added Juergen Keil fix on quant_tab[4] type. libavcodec