summaryrefslogtreecommitdiff
path: root/src/post/planar/expand.c
AgeCommit message (Expand)Author
2008-05-23Merge from 1.1. VDR needs to be updated.Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-12-18Remove more class_dispose functions, and replace with default_post_class_disp...Diego 'Flameeyes' Pettenò
2007-12-18Use xine_xmalloc to allocate the plugin structures, so that they get zeroed out.Diego 'Flameeyes' Pettenò
2007-12-11Use N_() rather than _(), passing the string just once to gettext().Diego 'Flameeyes' Pettenò
2007-12-11Update all post plugins to the new identifier/description interface. Add _() ...Diego 'Flameeyes' Pettenò
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-03-18Added centre-cutout (4:3 in 16:9) to the expand plugin. Patch by Reinhard Nissl.Darren Salt
2006-08-27Fix bug where incorrect aspect ratio was being passed to post plugins upJason Tackaberry
2006-01-27Adapt the engine to the new list code.Thibaut Mattern
2005-09-11fix destination aspect ratio and add support for non 4/3 displaysMiguel Freitas
2004-04-17swap usage of "up" and "down" to the more common meaning:Michael Roitzsch
2004-02-12function has been renamedMichael Roitzsch
2004-01-07the new, refined post plugin architectureMichael Roitzsch
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-11-01provide help to video post pluginsMiguel Freitas
2003-10-22Replace copy member in vo_frame_t with proc_frame and proc_slice. Increase vi...Robin KAY
2003-10-06- add XvMC supportMiguel Freitas
2003-08-15heavily improving the expand plugin:Michael Roitzsch
2003-08-12handle frame flags properly, small aspect ratio fix for expandMichael Roitzsch
2003-08-04support for arbitrary aspect ratiosMiguel Freitas
2003-06-29port of some simple video filters from mplayerMiguel Freitas
2003-05-31update video out api to allow better frame management (explicit locking)Miguel Freitas
2003-05-24expand video filter - adds black borders to top and bottom of video to expand...James Stembridge