log libvo/jpeg_enc.c @ 37195:ac6c37d85d65 default tip

age author description
Wed, 23 Jan 2013 16:43:59 +0000 michael libmpcodec&libvo: avoid use of DCTELEM as it will disappear from ffmpeg.
Mon, 21 Jan 2013 19:44:53 +0000 diego Replace CODEC_IDs their modern AV_-prefixed counterparts.
Sat, 18 Feb 2012 16:22:37 +0000 reimar Attempt to make --enable-zr compile again.
Thu, 11 Aug 2011 17:45:41 +0000 diego zr: adjust #includes to fix compilation after av_helpers.h creation
Wed, 27 Jul 2011 13:39:57 +0000 diego vf_zrmjpeg: fix compilation after function templatization in libavcodec
Sat, 04 Sep 2010 08:36:38 +0000 diego Refactor more instances of avcodec_initialized handling into init_avcodec().
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Mon, 13 Apr 2009 21:43:57 +0000 rik follow renaming of pbBufPtr() to put_bits_ptr() by stefano
Tue, 04 Nov 2008 21:00:29 +0000 diego Add #include <string.h> for memset.
Wed, 14 May 2008 17:22:53 +0000 diego Use standard license headers with standard formatting.
Thu, 03 Apr 2008 17:19:23 +0000 reimar Change I_TYPE -> FF_I_TYPE to fix compilation.
Thu, 14 Feb 2008 14:23:55 +0000 diego typo fix: inited --> initialized
Fri, 18 Jan 2008 01:57:40 +0000 diego Remove broken test program that likely never worked.
Sun, 30 Dec 2007 10:49:43 +0000 diego Do not duplicate MJpegContext struct, #include the proper header instead.
Wed, 21 Nov 2007 09:22:33 +0000 diego main() --> main(void)
Sun, 27 May 2007 21:13:10 +0000 reimar Remove more pointless fastmemcpy.h includes in libvo
Sun, 27 May 2007 08:44:27 +0000 rik compilation fix: ff_ _encode added and temporarily disabled mjpeg_write_tables
Tue, 27 Feb 2007 15:07:44 +0000 rik compilation fix clip_uint8 -> av_clip_uint8
Mon, 22 Jan 2007 08:02:06 +0000 diego Fix FSF address and otherwise broken license headers.
Sat, 23 Dec 2006 13:18:43 +0000 rik compilation fixes: define always_inline and don't use uint64_t_C
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
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>