log dv.c @ 1064:b32afefe7d33 libavcodec

age author description
Tue, 11 Feb 2003 16:35:48 +0000 kabi * UINTX -> uintx_t INTX -> intx_t libavcodec
Mon, 27 Jan 2003 09:21:30 +0000 bellard DV audio decoder by Roman Shaposhnick libavcodec
Tue, 21 Jan 2003 17:34:12 +0000 michaelni GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops libavcodec
Wed, 15 Jan 2003 19:21:21 +0000 michaelni fixing DCTELEM != short libavcodec
Wed, 01 Jan 2003 15:10:45 +0000 michaelni warnings patch by (bubu <bubu at bubu dot net>) libavcodec
Mon, 09 Dec 2002 12:03:43 +0000 michaelni AVVideoFrame -> AVFrame libavcodec
Wed, 04 Dec 2002 10:04:03 +0000 michaelni cleanup libavcodec
Thu, 14 Nov 2002 18:43:49 +0000 kabi * not checking for get_buffer_callback - it would be user's error libavcodec
Tue, 12 Nov 2002 15:00:04 +0000 kabi * fixing some minor const warnings 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 18:45:36 +0000 arpi_esp 10l - set pixelfmt (colorspace) _before_ calling get_buffer() callback libavcodec
Mon, 04 Nov 2002 18:03:10 +0000 kabi * DR1 support libavcodec
Wed, 09 Oct 2002 12:35:22 +0000 bellard support buffers containing more than one frame libavcodec
Tue, 08 Oct 2002 17:54:02 +0000 bellard fixed NTSC end of line bug libavcodec
Mon, 07 Oct 2002 23:08:42 +0000 arpi_esp 10l - MMX/FPU state was not restored, causing nonsense fpu behaviour in caller (mplayer) libavcodec
Mon, 07 Oct 2002 21:28:33 +0000 arpi_esp DV ntsc support, 411P colorspace added 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
Fri, 04 Oct 2002 07:49:00 +0000 bellard simplified parsing - added MMX idct support libavcodec
Thu, 03 Oct 2002 21:07:39 +0000 bellard first working version of DV video decoder libavcodec