summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_zrmjpeg.c
Commit message (Expand)AuthorAgeFilesLines
* vo_zr2: drop Zoran supportUoti Urpala2011-01-311-1049/+0
* Add central init_avcodec() to avoid duplicated libavcodec init codediego2010-11-021-21/+3
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-3/+3
* Merge svn changes up to r30683Uoti Urpala2010-03-101-3/+3
|\
| * Rename open() vf initialization function to vf_open().diego2010-02-211-3/+3
| * cosmetics: Remove pointless empty lines at EOF.diego2010-02-201-1/+0
* | Merge svn changes up to r30663Uoti Urpala2010-03-101-1/+0
|\|
| * cosmetics: Remove commented-out #include.diego2010-02-191-1/+0
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-1/+0
* | Merge svn changes up to r29304Uoti Urpala2009-07-071-0/+2
|\|
| * MPV_common_init balks if s->avctx->pix_fmt == PIX_FMT_NONE, so we set it corr...rik2009-05-091-0/+2
* | Merge svn changes up to r29277Uoti Urpala2009-05-081-1/+1
|\|
| * follow renaming of pbBufPtr() to put_bits_ptr() by stefanorik2009-04-131-1/+1
* | Merge svn changes up to 27824Uoti Urpala2008-10-251-20/+1
|\|
| * #include necessary libavcodec header and remove duplicated struct declaration.diego2008-10-141-17/+1
| * Remove useless '#undef realloc', realloc is not referenced anywhere near.diego2008-10-141-1/+0
| * Remove duplicate extern declaration, fixes the warning:diego2008-10-141-2/+0
* | Merge svn changes up to r27573Uoti Urpala2008-09-101-10/+28
|\|
| * Replace casual GPL notices by proper license headers.diego2008-09-071-10/+28
* | 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