log

age author description
Sun, 01 Sep 2002 09:33:05 +0000 michaelni dct-test update libavcodec
Sun, 01 Sep 2002 07:40:31 +0000 michaelni dont discard first frame patch by (Lennert Buytenhek <buytenh at math dot leidenuniv dot nl>) libavcodec
Sun, 01 Sep 2002 07:26:43 +0000 michaelni be less verbose patch by (Lennert Buytenhek <buytenh at math dot leidenuniv dot nl>) libavcodec
Sun, 01 Sep 2002 07:19:38 +0000 michaelni croping patch by (talus25 at speakeasy dot net) with fixes from atmos & me libavcodec
Sat, 31 Aug 2002 14:17:51 +0000 michaelni bitexact hack for the simple mmx idct 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
Fri, 30 Aug 2002 16:16:30 +0000 michaelni undefined M_PI / M_E fix libavcodec
Fri, 30 Aug 2002 00:05:28 +0000 michaelni patch by Heliodoro Tammaro <helio at interactives dot org> 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
Wed, 28 Aug 2002 21:47:28 +0000 michaelni use extradata for h263_long_vector mode detection libavcodec
Wed, 28 Aug 2002 13:14:36 +0000 michaelni first cut at altivec support on darwin patch by (Brian Foley <bfoley at compsoc dot nuigalway dot ie>) libavcodec
Wed, 28 Aug 2002 12:23:12 +0000 michaelni working around undefined behavior of get-vlc if the vlc s invalid libavcodec
Wed, 28 Aug 2002 09:19:28 +0000 michaelni fixes rv10 decoding crash libavcodec
Wed, 28 Aug 2002 08:15:30 +0000 michaelni warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) 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
Mon, 26 Aug 2002 16:10:41 +0000 michaelni fixing some 64bit bugs libavcodec
Mon, 26 Aug 2002 08:14:36 +0000 michaelni forgot the const bits in 2pass curve matching (patch (with rounding removed) by Rmi Guyomarch <rguyom at pobox dot com>) libavcodec
Sun, 25 Aug 2002 23:49:50 +0000 michaelni fixing qmin==qmax && qsquish==1 libavcodec
Sun, 25 Aug 2002 22:54:43 +0000 michaelni NAN doesnt exist on FreeBSD patch by (Rmi Guyomarch <rguyom at pobox dot com>) libavcodec
Sun, 25 Aug 2002 21:41:57 +0000 michaelni new ratecontrol code 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 23:29:45 +0000 arpi removed -W -Wall -g and other gcc-specific warning/debug options libavcodec
Thu, 22 Aug 2002 19:41:39 +0000 michaelni faster ff_sqrt() libavcodec
Thu, 22 Aug 2002 19:41:06 +0000 michaelni better scene change detection libavcodec
Wed, 21 Aug 2002 19:18:02 +0000 michaelni darwin patches by Heliodoro Tammaro <helio at interactives dot org> libavcodec
Tue, 20 Aug 2002 19:23:06 +0000 michaelni dont trash mm0, its still used in the next iteration of the loop (fixes strange horizontal lines on some blocks in b frames on mmx only cpus) 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, 13 Aug 2002 18:51:11 +0000 michaelni patch by (Volker Moell <volker-ml at die-moells dot de>) libavcodec
Fri, 09 Aug 2002 10:43:02 +0000 kabi * resync without endless loop libavcodec
Fri, 09 Aug 2002 00:13:54 +0000 michaelni faster vlc table selection libavcodec
Thu, 08 Aug 2002 10:46:16 +0000 michael 1000l 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
Sun, 04 Aug 2002 19:28:27 +0000 michaelni hopefully fixing unreprodceable segfault when overreading the end if error_resilience==-1 (it didnt overread here though) libavcodec
Sun, 04 Aug 2002 18:19:09 +0000 michaelni fixing slices which start at mb_x>0 libavcodec
Sun, 04 Aug 2002 16:46:18 +0000 michaelni supporting rare overflow mess even with error_resilience>=0 libavcodec
Sun, 04 Aug 2002 16:21:41 +0000 michaelni making some error checks optional 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
Fri, 02 Aug 2002 11:58:02 +0000 michaelni fixing normal mmx idct libavcodec
Thu, 01 Aug 2002 23:23:48 +0000 michaelni 10l found by Rmi Guyomarch <rguyom at pobox dot com> libavcodec
Thu, 01 Aug 2002 11:01:07 +0000 michaelni max_b_frame=4 bugfix libavcodec
Wed, 31 Jul 2002 08:01:29 +0000 michaelni b frame direct mode bugfix (bug found by CM <chenm001 at 163 dot com>) libavcodec
Mon, 29 Jul 2002 23:14:51 +0000 mellum MVI optimizations for motion estimation. libavcodec
Sat, 27 Jul 2002 14:48:44 +0000 michaelni dump bits per frame / qp / frame complexity support libavcodec
Sat, 27 Jul 2002 08:27:02 +0000 michaelni handle DRI/RST markers patch by Leon van Stuivenberg <leonvs at iae dot nl> libavcodec
Sat, 27 Jul 2002 03:08:04 +0000 philipjsg Add conversions to and from RGBA32 and BGRA32. libavcodec
Thu, 25 Jul 2002 20:22:36 +0000 michaelni different edge positions fixed with edge emu / dr1 libavcodec
Thu, 25 Jul 2002 16:25:36 +0000 bellard added proposed API for parse_only mode to extract compressed frames from compressed streams libavcodec
Tue, 23 Jul 2002 09:44:34 +0000 michaelni this include isn;t longer need and now generate a lot of warnings patch by Bohdan Horst <nexus at hoth.amu.edu.pl> libavcodec
Mon, 22 Jul 2002 20:51:26 +0000 al3x moved codebooks to svq1_cb.h libavcodec
Mon, 22 Jul 2002 08:15:27 +0000 michaelni fixing bitrate vs. kbitrate in header libavcodec
Mon, 22 Jul 2002 01:44:08 +0000 michaelni adpcm encoding patch by Franois Revol <revol at free dot fr> libavcodec
Sun, 21 Jul 2002 07:54:53 +0000 michaelni YUV410P to YUV420P patch by Franois Revol <revol at free dot fr> libavcodec
Sun, 21 Jul 2002 01:34:05 +0000 michaelni minor optimizations libavcodec
Sun, 21 Jul 2002 00:48:50 +0000 michaelni pix_abs mmx2 isnt bit-exact ... libavcodec
Sat, 20 Jul 2002 20:05:50 +0000 michaelni beos/mov/adpcm patch by Franois Revol <revol at free dot fr> libavcodec
Fri, 19 Jul 2002 22:23:40 +0000 michaelni BeOS patches by "shatty" <shatty at myrealbox.com> libavcodec
Thu, 18 Jul 2002 20:27:09 +0000 michaelni largefile support patch by Roy Sigurd Karlsbakk <roy at karlsbakk.net> 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 15:54:56 +0000 michaelni hmm ABS(dc-diff) > 512 fix 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
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
Tue, 16 Jul 2002 11:45:14 +0000 michaelni exporting mbskip_table after it has been allocated libavcodec
Tue, 16 Jul 2002 10:29:07 +0000 michaelni hurry up support libavcodec
Tue, 16 Jul 2002 10:19:00 +0000 michaelni grayscale only decoding libavcodec
Tue, 16 Jul 2002 01:24:02 +0000 michaelni dr1 libavcodec
Tue, 16 Jul 2002 00:48:29 +0000 michaelni dr1 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 07:43:22 +0000 nickols_k 1001L 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
Sun, 14 Jul 2002 18:36:24 +0000 michaelni rl vlc table optimization (not yet used) libavcodec
Sun, 14 Jul 2002 14:05:10 +0000 michaelni faster get_bit_cache libavcodec
Sat, 13 Jul 2002 19:31:15 +0000 mellum Force inlining on get_vlc2. libavcodec
Sat, 13 Jul 2002 17:30:43 +0000 michaelni rl decoding optimization libavcodec
Sat, 13 Jul 2002 16:29:11 +0000 mellum Remove support for variable BSIZE and INCR, as sub_pixels_* is no libavcodec
Sat, 13 Jul 2002 16:23:02 +0000 michaelni get_vlc -> get_vlc2 libavcodec
Sat, 13 Jul 2002 16:17:38 +0000 mellum * Improve xy2 routines slightly libavcodec
Sat, 13 Jul 2002 16:10:27 +0000 michaelni optimization (get_vlc() -> get_vlc2()) libavcodec
Sat, 13 Jul 2002 15:45:52 +0000 michaelni optimization (get_vlc -> get_vlc2) libavcodec
Sat, 13 Jul 2002 15:03:47 +0000 michaelni return buf_size again, i hope kabi is finally happy now ;) libavcodec
Sat, 13 Jul 2002 14:55:12 +0000 michaelni rl vlc decoding optimizations libavcodec
Fri, 12 Jul 2002 12:41:32 +0000 mellum Warning fix. libavcodec
Thu, 11 Jul 2002 23:34:06 +0000 arpi_esp don't exit decoder after decoding first field -> fixes angels.avi interlacing libavcodec
Thu, 11 Jul 2002 15:55:19 +0000 mellum Tweak Alpha compiler flags. libavcodec
Thu, 11 Jul 2002 15:54:10 +0000 nickols_k 10L libavcodec
Thu, 11 Jul 2002 15:16:17 +0000 nickols_k Add Arpi to list of porters. libavcodec
Thu, 11 Jul 2002 15:03:41 +0000 nickols_k Change licence to LGPL since there are no objections from side of original author libavcodec
Thu, 11 Jul 2002 12:42:20 +0000 michaelni dont trash table in GET_VLC libavcodec
Wed, 10 Jul 2002 22:06:04 +0000 mellum Remove some cruft. 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, 10 Jul 2002 20:21:00 +0000 michaelni returning the number of consumed bytes (2nd try) libavcodec
Wed, 10 Jul 2002 20:05:42 +0000 michaelni get_vlc() optimizations libavcodec
Wed, 10 Jul 2002 17:39:16 +0000 nickols_k Applied patch of Felix Buenemann libavcodec
Wed, 10 Jul 2002 17:32:59 +0000 michaelni get_vlc() optimization libavcodec
Wed, 10 Jul 2002 16:37:08 +0000 nickols_k * prefixication (due Kabi's request) libavcodec
Wed, 10 Jul 2002 14:34:06 +0000 kabi * clean compiler warning libavcodec
Wed, 10 Jul 2002 10:25:11 +0000 michaelni return the number of consumed bytes instead of 0 or buf_size libavcodec
Tue, 09 Jul 2002 19:22:50 +0000 michaelni c std doesnt like negative shifts -> use asm libavcodec
Tue, 09 Jul 2002 18:38:07 +0000 kabi * declare av_free libavcodec
Tue, 09 Jul 2002 18:14:59 +0000 michaelni warning fix patch by atmos libavcodec
Tue, 09 Jul 2002 17:41:51 +0000 michaelni gcc3 bug workaround libavcodec
Tue, 09 Jul 2002 16:08:43 +0000 nickols_k new codec: Sorenson v1 libavcodec
Tue, 09 Jul 2002 10:35:10 +0000 michaelni new bitstream reader API (old get_bits() based one is emulated and will still be supported in the future cuz its simpler) libavcodec
Sun, 07 Jul 2002 08:34:46 +0000 michaelni wmv1 slice_height != mb_height support libavcodec
Fri, 05 Jul 2002 19:16:26 +0000 mellum Implement clear_blocks_axp. libavcodec
Thu, 04 Jul 2002 13:41:27 +0000 mellum * Move "restrict" fallback to common.h libavcodec
Thu, 04 Jul 2002 01:47:32 +0000 mellum * Detect "retrict" keyword libavcodec
Wed, 03 Jul 2002 23:30:32 +0000 mellum Make dct_unquantize_h263 work on systems without MVI extension. libavcodec
Wed, 03 Jul 2002 03:01:06 +0000 mellum Update and activate dct_unquantize_h263_mvi. Thanks to Mns Rullgrd libavcodec