summaryrefslogtreecommitdiffstats
path: root/libvo/jpeg_enc.c
Commit message (Collapse)AuthorAgeFilesLines
* function convert_matrix() is fixed (off-by-one error) and it is now called ↵rik2003-10-311-2/+2
| | | | | | with the optimal arguments so that it doesn't do unneeded work, the change was inspired by a comment from Alex git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11346 b3059339-0415-0410-9bf9-f77b7e298cf2
* ffmpeg sync patch by Alex (thank you), I changed qmin and qmax to be 1 and ↵rik2003-10-241-10/+8
| | | | | | 31 in the caller git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11259 b3059339-0415-0410-9bf9-f77b7e298cf2
* adapting to init_put_bits prototype changerik2003-10-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11212 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes to the zr driver (uninit->reinit) by Stephan Bain <sjbain@akamail.com>rik2003-04-241-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9977 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavcodec syncrik2003-03-121-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9574 b3059339-0415-0410-9bf9-f77b7e298cf2
* UINTX -> uintx_t (following libavcodec)rik2003-02-151-13/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9439 b3059339-0415-0410-9bf9-f77b7e298cf2
* {malloc,free} -> av_{malloc,free}rik2003-01-311-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9187 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavcodec sync (no LIBAVCODEC_BUILD change; no backwards compatibility)rik2002-11-061-11/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8118 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with libavcodec for unaccellerated dcts (sorry Felix, LIBAVCODEC_BUILD ↵rik2002-10-241-3/+3
| | | | | | did not change, so also no backwards compatibility this time), and a long overdue copyright update git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7903 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavcodec sync; zigzag_direct and block_permute_op replaced by non-globals ↵rik2002-09-301-7/+8
| | | | | | in MpegEncContext git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7568 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavcodec syncrik2002-08-301-13/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7158 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes a segfault which was introduced in this file by the new ratecontrol coderik2002-08-291-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7137 b3059339-0415-0410-9bf9-f77b7e298cf2
* adapting to the 'adding fff prefix to avoid global name conflicts' changes ↵rik2002-07-111-2/+2
| | | | | | in libavcodec git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6704 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed compilation by jpeg_fdct_ifast to fdct_ifast because it was changed in ↵rik2002-06-071-1/+1
| | | | | | libavcodec git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6329 b3059339-0415-0410-9bf9-f77b7e298cf2
* update: we use the new quantizer in libavcodecrik2002-04-271-30/+64
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5865 b3059339-0415-0410-9bf9-f77b7e298cf2
* use avcodec_inited instead of av_fdct to see if avcodec was initialized by ↵rik2002-03-291-7/+6
| | | | | | another part of mplayer git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5392 b3059339-0415-0410-9bf9-f77b7e298cf2
* we are now able to use the new bitwriter code in libavcodecrik2002-02-121-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4684 b3059339-0415-0410-9bf9-f77b7e298cf2
* mjpeg encoder cleanup - patch by Rik Snel <rsnel@cube.dyndns.org>arpi2002-02-111-715/+292
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4652 b3059339-0415-0410-9bf9-f77b7e298cf2
* fast 4:2:2 jpeg encoder, based on libavcodec. - patch by Rik Snel ↵arpi2002-01-261-0/+899
<rsnel@cube.dyndns.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4348 b3059339-0415-0410-9bf9-f77b7e298cf2