log libvo/jpeg_enc.c @ 15902:16534910f0fb

age author description
2005-05-01 rik compilation fix (libavcodec sync)
2004-10-28 diego Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
2004-02-16 rik fixing segfault: libavcodec doesn't allocate some buffers if avctx->thread_count == 0
2004-02-06 rik get_bit_count -> put_bits_count
2003-10-31 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
2003-10-24 rik ffmpeg sync patch by Alex (thank you), I changed qmin and qmax to be 1 and 31 in the caller
2003-10-21 rik adapting to init_put_bits prototype change
2003-04-24 rik fixes to the zr driver (uninit->reinit) by Stephan Bain <sjbain@akamail.com>
2003-03-12 rik libavcodec sync
2003-02-15 rik UINTX -> uintx_t (following libavcodec)
2003-01-31 rik {malloc,free} -> av_{malloc,free}
2002-11-06 rik libavcodec sync (no LIBAVCODEC_BUILD change; no backwards compatibility)
2002-10-24 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
2002-09-30 rik libavcodec sync; zigzag_direct and block_permute_op replaced by non-globals in MpegEncContext
2002-08-30 rik libavcodec sync
2002-08-29 rik fixes a segfault which was introduced in this file by the new ratecontrol code
2002-07-11 rik adapting to the 'adding fff prefix to avoid global name conflicts' changes in libavcodec
2002-06-07 rik fixed compilation by jpeg_fdct_ifast to fdct_ifast because it was changed in libavcodec
2002-04-27 rik update: we use the new quantizer in libavcodec
2002-03-29 rik use avcodec_inited instead of av_fdct to see if avcodec was initialized by another part of mplayer
2002-02-12 rik we are now able to use the new bitwriter code in libavcodec
2002-02-11 arpi mjpeg encoder cleanup - patch by Rik Snel <rsnel@cube.dyndns.org>
2002-01-26 arpi fast 4:2:2 jpeg encoder, based on libavcodec. - patch by Rik Snel <rsnel@cube.dyndns.org>