log libvo/jpeg_enc.c @ 9264:2c37b2fe05ee

age author description
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
Fri, 30 Aug 2002 09:55:34 +0000 rik libavcodec sync
Thu, 29 Aug 2002 11:41:11 +0000 rik fixes a segfault which was introduced in this file by the new ratecontrol code
Thu, 11 Jul 2002 13:05:53 +0000 rik adapting to the 'adding fff prefix to avoid global name conflicts' changes in libavcodec
Fri, 07 Jun 2002 18:55:47 +0000 rik fixed compilation by jpeg_fdct_ifast to fdct_ifast because it was changed in libavcodec
Sat, 27 Apr 2002 18:22:52 +0000 rik update: we use the new quantizer in libavcodec
Fri, 29 Mar 2002 13:46:34 +0000 rik use avcodec_inited instead of av_fdct to see if avcodec was initialized by another part of mplayer
Tue, 12 Feb 2002 23:30:07 +0000 rik we are now able to use the new bitwriter code in libavcodec
Mon, 11 Feb 2002 01:24:56 +0000 arpi mjpeg encoder cleanup - patch by Rik Snel <rsnel@cube.dyndns.org>
Sat, 26 Jan 2002 00:52:59 +0000 arpi fast 4:2:2 jpeg encoder, based on libavcodec. - patch by Rik Snel <rsnel@cube.dyndns.org>