log

age author description
Fri, 31 Oct 2003 22:26:26 +0000 romansh * DV demuxer is now capable of decoding auxilary audio stream. So, libavcodec
Thu, 30 Oct 2003 22:51:02 +0000 michael move identical code into its own function libavcodec
Thu, 30 Oct 2003 21:05:00 +0000 michael initalize various uninitalized variables and avoid coded_picture_number as its not always correct (later should be reversed after fixing the picture_number mess) libavcodec
Thu, 30 Oct 2003 19:55:44 +0000 michael 100l (SAR is written as height/width instead of width/height in the MPEG1 standard) libavcodec
Thu, 30 Oct 2003 16:58:49 +0000 michael pts fix and related fixes libavcodec
Thu, 30 Oct 2003 05:40:58 +0000 melanson revised palette API, courtesy of Roberto Togni (rtogni at freemail.it) libavcodec
Wed, 29 Oct 2003 17:30:13 +0000 michael dumping funny numbers from first zygo i frame header libavcodec
Wed, 29 Oct 2003 14:54:45 +0000 alex initial support for zygovideo libavcodec
Wed, 29 Oct 2003 14:08:18 +0000 bellard added fake codec CODEC_ID_MPEG2TS of type CODEC_TYPE_DATA (needed for simpler handling of raw transport streams in ffserver and RTP - better solutions are welcomed) libavcodec
Tue, 28 Oct 2003 09:23:26 +0000 michael linear blend 1 line shift fix libavcodec
Mon, 27 Oct 2003 23:22:43 +0000 iive XvMC speedup by removing one memcpy and doing MB packing libavcodec
Mon, 27 Oct 2003 14:37:30 +0000 michael make convert_matrix() independant of MpegEncContext libavcodec
Sun, 26 Oct 2003 10:14:05 +0000 michael AltiVec optimized fdct patch by (James Klicman <james at klicman dot org>) libavcodec
Sun, 26 Oct 2003 09:56:21 +0000 michael fixing the remaning block-align checks libavcodec
Sun, 26 Oct 2003 09:49:45 +0000 michael block algn patch by ("Assaf Yaari" <assafy at mobixell dot com>) libavcodec
Sat, 25 Oct 2003 21:59:28 +0000 michael reorder table instead of wasting instructions to reorder the input to match the table libavcodec
Sat, 25 Oct 2003 19:44:37 +0000 michael 10l libavcodec
Sat, 25 Oct 2003 19:30:14 +0000 michael segfault fix libavcodec
Sat, 25 Oct 2003 15:22:34 +0000 melanson support Cinepak files with funky (not divisible by 4) resolutions libavcodec
Sat, 25 Oct 2003 00:32:54 +0000 romansh * adding integer/floating point AAN implementations for DCT 2-4-8 libavcodec
Fri, 24 Oct 2003 21:57:04 +0000 michael optimizing libavcodec
Fri, 24 Oct 2003 20:09:30 +0000 michael Fixes GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc dot ac dot be>) libavcodec
Fri, 24 Oct 2003 19:59:43 +0000 michael rational.h not installed patch by (Fred Rothganger <rothgang at uiuc dot edu>) libavcodec
Fri, 24 Oct 2003 18:28:01 +0000 romansh * introducing dct248 into the DSP context. libavcodec
Thu, 23 Oct 2003 23:24:38 +0000 alex 1l libavcodec
Thu, 23 Oct 2003 13:22:20 +0000 michael minor mmx2 optimization if the dct libavcodec
Thu, 23 Oct 2003 12:59:21 +0000 michael inline -> always_inline (842 -> 690 cpu cycles for dct_quantize() difference for the dct itself should be even bigger) libavcodec
Thu, 23 Oct 2003 12:41:54 +0000 michael 4.9-RC FreeBSD doesnt like lrint() so change to lrintf(), not that bsd supports that but we emulate it ... libavcodec
Thu, 23 Oct 2003 09:11:56 +0000 michael optionally merge postscale into quantization table for the float aan dct libavcodec
Thu, 23 Oct 2003 08:31:26 +0000 michael 10l libavcodec
Wed, 22 Oct 2003 22:12:25 +0000 alex 10l libavcodec
Wed, 22 Oct 2003 22:10:22 +0000 alex 100l libavcodec
Wed, 22 Oct 2003 19:15:55 +0000 michael oops forgot libavcodec
Wed, 22 Oct 2003 18:26:38 +0000 michael floating point AAN DCT libavcodec
Wed, 22 Oct 2003 15:36:46 +0000 michael 112 bytes smaller MpegEncContext libavcodec
Wed, 22 Oct 2003 12:01:21 +0000 michael move blocks away MpegEncContext (7.4 -> 5.8k) libavcodec
Wed, 22 Oct 2003 11:23:39 +0000 michael move mmx quantizer matrixes out of MpegEncContext (23k -> 7k) (no meassureable slowdown) libavcodec
Wed, 22 Oct 2003 10:59:39 +0000 michael move q_*_matrix out of MpegEncContext (40k ->23k) dct_quantize() is even slightly faster now, dont ask my why ... libavcodec
Tue, 21 Oct 2003 19:55:31 +0000 michael dynamic alloc of picture structs instead of putting them in MpegEncContext libavcodec
Tue, 21 Oct 2003 01:00:31 +0000 michael BSD doesnt have log2 libavcodec
Mon, 20 Oct 2003 23:24:39 +0000 michael mpeg2 aspect ratio encoding fixed libavcodec
Mon, 20 Oct 2003 22:33:53 +0000 michael use continued fractions to approximate a fraction if its numerator or denominator is too large libavcodec
Mon, 20 Oct 2003 20:23:46 +0000 michael AVRational libavcodec
Mon, 20 Oct 2003 10:33:13 +0000 michael bottom_field_first -> top_field_first libavcodec
Mon, 20 Oct 2003 09:52:02 +0000 michael export mpeg2 active display area / pan scan libavcodec
Sun, 19 Oct 2003 21:05:41 +0000 michael gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi dot au dot dk>) libavcodec
Sat, 18 Oct 2003 18:47:06 +0000 michael - Moving -Wall from the individual Makefiles to configure (and only libavcodec
Sat, 18 Oct 2003 03:19:44 +0000 romansh * providing MPEG codecs with a generic fields in AVFrame to use. libavcodec
Fri, 17 Oct 2003 18:56:01 +0000 michael emu_edge checks simplification and avoid redundant checks for mpeg1/2 if emu_edge is set libavcodec
Thu, 16 Oct 2003 18:27:48 +0000 romansh * original fix still didn't align lines on s_align when CODEC_FLAG_EMU_EDGE libavcodec
Thu, 16 Oct 2003 04:50:54 +0000 romansh * fix for a trivial 100l declaration typo libavcodec
Thu, 16 Oct 2003 00:21:54 +0000 michael picture buffer cleanup, this fixes a assertion failure (if assertion checking was manualy enabled for utils.c) and a memleak at least libavcodec
Wed, 15 Oct 2003 21:59:08 +0000 michael default_get_buffer() fixes libavcodec
Wed, 15 Oct 2003 16:20:50 +0000 michael align libavcodec
Wed, 15 Oct 2003 15:37:25 +0000 michael fix "first frame is no keyframe" bug libavcodec
Wed, 15 Oct 2003 03:20:40 +0000 melanson activate the XA and ADX ADPCM codecs libavcodec
Wed, 15 Oct 2003 03:14:14 +0000 melanson replace file to remove nasty DOS CRs and hard tabs libavcodec
Wed, 15 Oct 2003 03:02:44 +0000 melanson this should be part of adpcm.c libavcodec
Wed, 15 Oct 2003 02:59:03 +0000 melanson quiet libavcodec
Tue, 14 Oct 2003 04:40:53 +0000 melanson added CRI ADX and XA ADPCM audio modules, courtesy of BERO libavcodec