log libvo/jpeg_enc.c @ 19879:def3e3fbb458

age author description
Fri, 01 Sep 2006 18:49:40 +0000 rik Patch from Karolina Lindqvist <karolina.lindqvist@kramnet.se>
Sun, 01 May 2005 08:33:35 +0000 rik compilation fix (libavcodec sync)
Thu, 28 Oct 2004 01:15:53 +0000 diego Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
Mon, 16 Feb 2004 14:41:42 +0000 rik fixing segfault: libavcodec doesn't allocate some buffers if avctx->thread_count == 0
Fri, 06 Feb 2004 17:23:20 +0000 rik get_bit_count -> put_bits_count
Fri, 31 Oct 2003 22:22:46 +0000 rik function convert_matrix() is fixed (off-by-one error) and it is now called with the optimal arguments so that it doesn't do unneeded work, the change was inspired by a comment from Alex
Fri, 24 Oct 2003 16:44:05 +0000 rik ffmpeg sync patch by Alex (thank you), I changed qmin and qmax to be 1 and 31 in the caller
Tue, 21 Oct 2003 20:49:55 +0000 rik adapting to init_put_bits prototype change
Thu, 24 Apr 2003 17:17:57 +0000 rik fixes to the zr driver (uninit->reinit) by Stephan Bain <sjbain@akamail.com>
Wed, 12 Mar 2003 17:11:34 +0000 rik libavcodec sync
Sat, 15 Feb 2003 20:14:04 +0000 rik UINTX -> uintx_t (following libavcodec)
Fri, 31 Jan 2003 18:03:17 +0000 rik {malloc,free} -> av_{malloc,free}
Wed, 06 Nov 2002 15:19:45 +0000 rik libavcodec sync (no LIBAVCODEC_BUILD change; no backwards compatibility)
Thu, 24 Oct 2002 21:27:50 +0000 rik sync with libavcodec for unaccellerated dcts (sorry Felix, LIBAVCODEC_BUILD did not change, so also no backwards compatibility this time), and a long overdue copyright update
Mon, 30 Sep 2002 21:46:54 +0000 rik libavcodec sync; zigzag_direct and block_permute_op replaced by non-globals in MpegEncContext