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