summaryrefslogtreecommitdiff
path: root/src/post/planar
AgeCommit message (Collapse)Author
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
CVS patchset: 5721 CVS date: 2003/11/11 18:44:50
2003-11-07initial commit of a libpostprocess plugin.Miguel Freitas
we should be able to provide more user-friendly options later (like checkboxes for the available methods: dering, deinterlace, autolevels, etc) CVS patchset: 5703 CVS date: 2003/11/07 18:37:34
2003-11-02unsharp plugin: fix memleaksMiguel Freitas
CVS patchset: 5673 CVS date: 2003/11/02 12:57:27
2003-11-01provide help to video post pluginsMiguel Freitas
CVS patchset: 5669 CVS date: 2003/11/01 18:34:22
2003-10-23I should have seen this coming...Michael Roitzsch
The changes to the video API of course require the video/spu decoder and post plugin APIs to be increased as well. CVS patchset: 5579 CVS date: 2003/10/23 20:12:33
2003-10-22Replace copy member in vo_frame_t with proc_frame and proc_slice. Increase ↵Robin KAY
video_out API version to 18. CVS patchset: 5574 CVS date: 2003/10/22 20:38:09
2003-10-06- add XvMC supportMiguel Freitas
- bump vo and post interface versions obs: video_out_xvmc.c needs some more work, see todo. CVS patchset: 5459 CVS date: 2003/10/06 21:52:42
2003-08-19this one kept me busy with xine-ui's saturation slider...Michael Roitzsch
CVS patchset: 5299 CVS date: 2003/08/19 18:33:43
2003-08-15fix some small memleaksMichael Roitzsch
CVS patchset: 5292 CVS date: 2003/08/15 14:43:29
2003-08-15heavily improving the expand plugin:Michael Roitzsch
- new way of adding the black bars without any memcpy() (playback with the expand plugin is now smooth on my PII 400) -> see comment at the top of the file for details - allow shifting the overlay by intercepting overlay manager calls CVS patchset: 5291 CVS date: 2003/08/15 14:42:37
2003-08-12handle frame flags properly, small aspect ratio fix for expandMichael Roitzsch
CVS patchset: 5277 CVS date: 2003/08/12 13:56:25
2003-08-07remove useless gnu89 compiler flag, some configure tweakingMichael Roitzsch
CVS patchset: 5257 CVS date: 2003/08/07 09:26:53
2003-08-04support for arbitrary aspect ratiosMiguel Freitas
patch by Philip Jgenstedt CVS patchset: 5243 CVS date: 2003/08/04 03:47:09
2003-07-12use yuy2_to_yv12Miguel Freitas
CVS patchset: 5147 CVS date: 2003/07/12 03:15:23
2003-07-03remove //Miguel Freitas
CVS patchset: 5126 CVS date: 2003/07/03 02:24:28
2003-07-03disabled plugins that will not compileMike Melanson
CVS patchset: 5125 CVS date: 2003/07/03 01:29:03
2003-06-29port of some simple video filters from mplayerMiguel Freitas
CVS patchset: 5113 CVS date: 2003/06/29 18:56:24
2003-06-13new deinterlacer plugin based on tvtimeMiguel Freitas
(please report if compilation breaks on non-x86 plataform) see xine-devel for more information CVS patchset: 5032 CVS date: 2003/06/13 01:48:09
2003-05-31update video out api to allow better frame management (explicit locking)Miguel Freitas
img->displayed is obsolete now, drivers should use img->free. CVS patchset: 4994 CVS date: 2003/05/31 18:33:28
2003-05-28comment unresolved symbols, add unsupported method for testingMiguel Freitas
CVS patchset: 4971 CVS date: 2003/05/28 12:21:53
2003-05-28i didn't meant to enable it yetMiguel Freitas
CVS patchset: 4968 CVS date: 2003/05/28 11:09:24
2003-05-28skeleton of deinterlacer post pluginMiguel Freitas
no methods implemented yet, still working on parameters api CVS patchset: 4967 CVS date: 2003/05/28 04:28:43
2003-05-24expand video filter - adds black borders to top and bottom of video to ↵James Stembridge
expand it to 4:3 ratio CVS patchset: 4919 CVS date: 2003/05/24 13:12:41
2003-05-14as announced on xine-devel, this is the big Makefile refactoring:Michael Roitzsch
extracted some common targets and variables into a common Makefile which is then included CVS patchset: 4844 CVS date: 2003/05/14 16:21:44
2003-02-22handle extra info properly; that is: the inverter should pass on the extra info,Michael Roitzsch
the vis plugins should invalidate the extra info of the frames they output to not interfere with the (correct) extra info which will be set by audio out CVS patchset: 4250 CVS date: 2003/02/22 14:21:37
2002-12-30close the port on disposeMichael Roitzsch
goom: do not register at video port, because we do not want the video out to call back into our stream (since the video frames are generated by post, there is no decoder that could answer) Daniel: no, this does not fix your problems :( CVS patchset: 3730 CVS date: 2002/12/30 14:26:50
2002-12-29- new post plugin property: typeMichael Roitzsch
- include post plugins in plugin catalog CVS patchset: 3716 CVS date: 2002/12/29 14:04:43
2002-12-25get the rewiring correctly:Michael Roitzsch
when rewiring an output to a port, we must unregister our stream at the old port (call close()) and register ourselves to the new one (call open()) CVS patchset: 3679 CVS date: 2002/12/25 15:05:06
2002-12-06thanks to Miguel, copying is no longer necessaryMichael Roitzsch
CVS patchset: 3440 CVS date: 2002/12/06 14:53:18
2002-12-01now that I understand the copy method, the inverter works for XShm tooMichael Roitzsch
CVS patchset: 3412 CVS date: 2002/12/01 20:27:15
2002-12-01some fixes. Xv works fine now. XShm does not. :(Michael Roitzsch
CVS patchset: 3411 CVS date: 2002/12/01 19:05:57
2002-12-01first Advent - time for some presents: xine's first post pluginMichael Roitzsch
CVS patchset: 3398 CVS date: 2002/12/01 14:52:55