summaryrefslogtreecommitdiffstats
path: root/libvo/jpeg_enc.c
Commit message (Expand)AuthorAgeFilesLines
* fixing segfault: libavcodec doesn't allocate some buffers if avctx->thread_co...rik2004-02-161-0/+3
* get_bit_count -> put_bits_countrik2004-02-061-1/+1
* function convert_matrix() is fixed (off-by-one error) and it is now called wi...rik2003-10-311-2/+2
* ffmpeg sync patch by Alex (thank you), I changed qmin and qmax to be 1 and 31...rik2003-10-241-10/+8
* adapting to init_put_bits prototype changerik2003-10-211-1/+1
* fixes to the zr driver (uninit->reinit) by Stephan Bain <sjbain@akamail.com>rik2003-04-241-0/+2
* libavcodec syncrik2003-03-121-5/+5
* UINTX -> uintx_t (following libavcodec)rik2003-02-151-13/+13
* {malloc,free} -> av_{malloc,free}rik2003-01-311-9/+9
* libavcodec sync (no LIBAVCODEC_BUILD change; no backwards compatibility)rik2002-11-061-11/+13
* sync with libavcodec for unaccellerated dcts (sorry Felix, LIBAVCODEC_BUILD d...rik2002-10-241-3/+3
* libavcodec sync; zigzag_direct and block_permute_op replaced by non-globals i...rik2002-09-301-7/+8
* libavcodec syncrik2002-08-301-13/+22
* fixes a segfault which was introduced in this file by the new ratecontrol coderik2002-08-291-0/+3
* adapting to the 'adding fff prefix to avoid global name conflicts' changes in...rik2002-07-111-2/+2
* fixed compilation by jpeg_fdct_ifast to fdct_ifast because it was changed in ...rik2002-06-071-1/+1
* update: we use the new quantizer in libavcodecrik2002-04-271-30/+64
* use avcodec_inited instead of av_fdct to see if avcodec was initialized by an...rik2002-03-291-7/+6
* we are now able to use the new bitwriter code in libavcodecrik2002-02-121-1/+4
* mjpeg encoder cleanup - patch by Rik Snel <rsnel@cube.dyndns.org>arpi2002-02-111-715/+292
* fast 4:2:2 jpeg encoder, based on libavcodec. - patch by Rik Snel <rsnel@cube...arpi2002-01-261-0/+899