summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_zrmjpeg.c
Commit message (Expand)AuthorAgeFilesLines
* Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-3/+3
* Change I_TYPE -> FF_I_TYPE to fix compilation.iive2008-04-041-1/+1
* typo fix: inited --> initializeddiego2008-02-141-6/+6
* change license from GPLv2 to 'GPL v2 or later', requested by Diego, I can do ...rik2007-12-181-1/+1
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* Remove useless fastmemcpy.h include for filters that do not even do any memcpy.reimar2007-05-271-4/+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
* Properly fix compilation without code duplication.diego2006-12-231-9/+2
* compilation fixes: define always_inline and don't use uint64_t_Crik2006-12-231-1/+8
* Cosmetics and comments.rik2006-09-231-145/+333
* Patch by Karolina Lindqvist <karolina.lindqvist@kramnet.se>rik2006-09-231-123/+125
* Patch from Karolina Lindqvist <karolina.lindqvist@kramnet.se>rik2006-09-011-0/+2
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-2/+2
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-6/+6
* compilation fix (libavcodec sync)rik2005-05-011-1/+1
* replace almost obsolete email address: snel@phys.uu.nl -> rsnel@cube.dyndns.orgrik2005-01-081-1/+1
* 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
* vf_zrmjpeg MJPEG encoding filter, works together with vo_zr2. Only YV12rik2003-12-191-0/+877