aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf_zrmjpeg.c
Commit message (Expand)AuthorAge
* Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* Merge svn changes up to r29304Gravatar Uoti Urpala2009-07-07
|\
| * MPV_common_init balks if s->avctx->pix_fmt == PIX_FMT_NONE, so we set it corr...Gravatar rik2009-05-09
* | Merge svn changes up to r29277Gravatar Uoti Urpala2009-05-08
|\|
| * follow renaming of pbBufPtr() to put_bits_ptr() by stefanoGravatar rik2009-04-13
* | Merge svn changes up to 27824Gravatar Uoti Urpala2008-10-25
|\|
| * #include necessary libavcodec header and remove duplicated struct declaration.Gravatar diego2008-10-14
| * Remove useless '#undef realloc', realloc is not referenced anywhere near.Gravatar diego2008-10-14
| * Remove duplicate extern declaration, fixes the warning:Gravatar diego2008-10-14
* | Merge svn changes up to r27573Gravatar Uoti Urpala2008-09-10
|\|
| * Replace casual GPL notices by proper license headers.Gravatar diego2008-09-07
* | Remove _s/_st suffix from some struct namesGravatar Uoti Urpala2008-04-25
|/
* Change I_TYPE -> FF_I_TYPE to fix compilation.Gravatar iive2008-04-04
* typo fix: inited --> initializedGravatar diego2008-02-14
* change license from GPLv2 to 'GPL v2 or later', requested by Diego, I can do ...Gravatar rik2007-12-18
* Make all vf_info_t structs constGravatar reimar2007-12-02
* Remove useless fastmemcpy.h include for filters that do not even do any memcpy.Gravatar 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
* Properly fix compilation without code duplication.Gravatar diego2006-12-23
* compilation fixes: define always_inline and don't use uint64_t_CGravatar rik2006-12-23
* Cosmetics and comments.Gravatar rik2006-09-23
* Patch by Karolina Lindqvist <karolina.lindqvist@kramnet.se>Gravatar rik2006-09-23
* Patch from Karolina Lindqvist <karolina.lindqvist@kramnet.se>Gravatar rik2006-09-01
* passing pts through the filter layer (lets see if pts or cola comes out at th...Gravatar michael2006-03-21
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* compilation fix (libavcodec sync)Gravatar rik2005-05-01
* replace almost obsolete email address: snel@phys.uu.nl -> rsnel@cube.dyndns.orgGravatar rik2005-01-08
* 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
* vf_zrmjpeg MJPEG encoding filter, works together with vo_zr2. Only YV12Gravatar rik2003-12-19