aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/jpeg_enc.c
Commit message (Expand)AuthorAge
* Add central init_avcodec() to avoid duplicated libavcodec init codeGravatar diego2010-11-02
* Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* follow renaming of pbBufPtr() to put_bits_ptr() by stefanoGravatar rik2009-04-13
* Add #include <string.h> for memset.Gravatar diego2008-11-04
* Use standard license headers with standard formatting.Gravatar diego2008-05-14
* Change I_TYPE -> FF_I_TYPE to fix compilation.Gravatar reimar2008-04-03
* typo fix: inited --> initializedGravatar diego2008-02-14
* Remove broken test program that likely never worked.Gravatar diego2008-01-18
* Do not duplicate MJpegContext struct, #include the proper header instead.Gravatar diego2007-12-30
* main() --> main(void)Gravatar diego2007-11-21
* Remove more pointless fastmemcpy.h includes in libvoGravatar reimar2007-05-27
* compilation fix: ff_ _encode added and temporarily disabled mjpeg_write_tablesGravatar rik2007-05-27
* compilation fix clip_uint8 -> av_clip_uint8Gravatar rik2007-02-27
* Fix FSF address and otherwise broken license headers.Gravatar diego2007-01-22
* compilation fixes: define always_inline and don't use uint64_t_CGravatar rik2006-12-23
* Patch from Karolina Lindqvist <karolina.lindqvist@kramnet.se>Gravatar rik2006-09-01
* compilation fix (libavcodec sync)Gravatar rik2005-05-01
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.Gravatar diego2004-10-28
* fixing segfault: libavcodec doesn't allocate some buffers if avctx->thread_co...Gravatar rik2004-02-16
* get_bit_count -> put_bits_countGravatar rik2004-02-06
* function convert_matrix() is fixed (off-by-one error) and it is now called wi...Gravatar rik2003-10-31
* ffmpeg sync patch by Alex (thank you), I changed qmin and qmax to be 1 and 31...Gravatar rik2003-10-24
* adapting to init_put_bits prototype changeGravatar rik2003-10-21
* fixes to the zr driver (uninit->reinit) by Stephan Bain <sjbain@akamail.com>Gravatar rik2003-04-24
* libavcodec syncGravatar rik2003-03-12
* UINTX -> uintx_t (following libavcodec)Gravatar rik2003-02-15
* {malloc,free} -> av_{malloc,free}Gravatar rik2003-01-31
* libavcodec sync (no LIBAVCODEC_BUILD change; no backwards compatibility)Gravatar rik2002-11-06
* sync with libavcodec for unaccellerated dcts (sorry Felix, LIBAVCODEC_BUILD d...Gravatar rik2002-10-24
* libavcodec sync; zigzag_direct and block_permute_op replaced by non-globals i...Gravatar rik2002-09-30
* libavcodec syncGravatar rik2002-08-30
* fixes a segfault which was introduced in this file by the new ratecontrol codeGravatar rik2002-08-29
* adapting to the 'adding fff prefix to avoid global name conflicts' changes in...Gravatar rik2002-07-11
* fixed compilation by jpeg_fdct_ifast to fdct_ifast because it was changed in ...Gravatar rik2002-06-07
* update: we use the new quantizer in libavcodecGravatar rik2002-04-27
* use avcodec_inited instead of av_fdct to see if avcodec was initialized by an...Gravatar rik2002-03-29
* we are now able to use the new bitwriter code in libavcodecGravatar rik2002-02-12
* mjpeg encoder cleanup - patch by Rik Snel <rsnel@cube.dyndns.org>Gravatar arpi2002-02-11
* fast 4:2:2 jpeg encoder, based on libavcodec. - patch by Rik Snel <rsnel@cube...Gravatar arpi2002-01-26