summaryrefslogtreecommitdiffstats
path: root/libvo/jpeg_enc.c
Commit message (Expand)AuthorAgeFilesLines
* Add central init_avcodec() to avoid duplicated libavcodec init codediego2010-11-021-11/+2
* Remove trailing whitespace from most filesUoti Urpala2009-07-071-50/+50
* follow renaming of pbBufPtr() to put_bits_ptr() by stefanorik2009-04-131-1/+1
* Add #include <string.h> for memset.diego2008-11-041-0/+1
* Use standard license headers with standard formatting.diego2008-05-141-11/+14
* Change I_TYPE -> FF_I_TYPE to fix compilation.reimar2008-04-031-1/+1
* typo fix: inited --> initializeddiego2008-02-141-3/+3
* Remove broken test program that likely never worked.diego2008-01-181-26/+0
* Do not duplicate MJpegContext struct, #include the proper header instead.diego2007-12-301-14/+1
* main() --> main(void)diego2007-11-211-1/+1
* Remove more pointless fastmemcpy.h includes in libvoreimar2007-05-271-3/+0
* compilation fix: ff_ _encode added and temporarily disabled mjpeg_write_tablesrik2007-05-271-8/+8
* compilation fix clip_uint8 -> av_clip_uint8rik2007-02-271-1/+1
* Fix FSF address and otherwise broken license headers.diego2007-01-221-1/+1
* compilation fixes: define always_inline and don't use uint64_t_Crik2006-12-231-1/+1
* Patch from Karolina Lindqvist <karolina.lindqvist@kramnet.se>rik2006-09-011-0/+2
* compilation fix (libavcodec sync)rik2005-05-011-1/+1
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.diego2004-10-281-4/+4
* 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