Mercurial > mplayer.hg
log libmpcodecs/vf_flip.c @ 24170:5d8075c4a2c2
age | author | description |
---|---|---|
2006-03-21 | michael | passing pts through the filter layer (lets see if pts or cola comes out at the end) |
2005-11-18 | diego | Unify include path handling, -I.. is in CFLAGS. |
2005-04-18 | henry | replace VO and VF numeric flags with #defined identifiers |
2003-05-20 | rfelker | cleanup, use vf->dmpi rather than vf->priv->dmpi for consistency |
2003-03-15 | albeu | Add the new -vf option wich is the same as vop in reverse order. |
2003-02-04 | arpi | fixed palette support |
2002-11-07 | albeu | Fix IPB DR |
2002-09-10 | arpi | changing return type of put_image void->int |
2002-09-03 | arpi | bgr8 palette fixed |
2002-06-23 | alex | better planar support, chroma subsampling support and Y8/Y800 support |
2002-05-20 | arpi | do not pass the flip flag to vo - maybe it support flipping just report no support |
2002-04-18 | arpi | 10l |
2002-04-13 | arpi | mp_image.h and img_format.h moved to libmpcodecs |
2002-04-11 | arpi | capabilities support -> automatic insertion of scale, expand, pp |
2002-04-11 | arpi | new filter: flip |