summaryrefslogtreecommitdiff
path: root/src/post/deinterlace
AgeCommit message (Expand)Author
2005-06-17** BUGFIX **Darren Salt
2005-06-07another gcc 2.95 fixMiguel Freitas
2005-06-05remove Min_Vals/Max_ValsMiguel Freitas
2005-06-05quite some hacks for gcc 2.95 compatibilityMiguel Freitas
2005-06-03disable greedyh until i can fix the asmMiguel Freitas
2005-05-28finally: tomsmocomp deinterlacing from dscalerMiguel Freitas
2005-05-27i guess people will like this: provide help for each deinterlace method.Miguel Freitas
2005-05-27something tell me this code would not compile on non-x86 architectures...Miguel Freitas
2005-05-27material for xine 1.1: new quality deinterlacer GreedyH from dscaler.Miguel Freitas
2005-05-16i'm commiting some changes to both xine and tvtime cvs to bring them closer.Miguel Freitas
2005-05-15more merging with tvtime - no functional changes (i hope)Miguel Freitas
2005-05-15nothing to see here.Miguel Freitas
2004-09-29disable vo deinterlace when port is closedMiguel Freitas
2004-09-29trying to automaticaly enable vo deinterlacing for hardware decodersMiguel Freitas
2004-07-20fix compiler warningsMichael Roitzsch
2004-07-17Ryan Tadlock's patch for compensating the field delay of some deinterlacing a...Miguel Freitas
2004-07-14disable _x_post_frame_copy_up() for now.Miguel Freitas
2004-07-08move duplicated code to a functionMiguel Freitas
2004-05-29separate the two semantics of querying a port's status with a NULL stream;Michael Roitzsch
2004-04-17swap usage of "up" and "down" to the more common meaning:Michael Roitzsch
2004-04-09fix compiler warning (missing prototype)Michael Roitzsch
2004-04-09tvtime deinterlacing algorithms assumed top_field_first=1Miguel Freitas
2004-02-12my gcc (partly 3.4 already) optimizes these away, because they are only usedMichael Roitzsch
2004-02-12function has been renamedMichael Roitzsch
2004-01-07the new, refined post plugin architectureMichael Roitzsch
2004-01-05wonder why Mike isn't complaining about C++ style comments, any more...Siggi Langauf
2004-01-05DOS/Win CRs are forbidden, verboten, interditMike Melanson
2004-01-02better MANGLE from ffmpegMiguel Freitas
2004-01-02my small contribution to the cygwin port ;-)Miguel Freitas
2003-12-24that should fix full rate deinterlacing of some dvdsMiguel Freitas
2003-12-14API version bounceSiggi Langauf
2003-12-08prefetching seems to improve performance as wellMiguel Freitas
2003-12-08sfence is not a valid MMX instruction.Miguel Freitas
2003-12-07fix post plugins interceptionMiguel Freitas
2003-12-06fix problems switching to use_vo_driver methodMiguel Freitas
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-11-01provide help to video post pluginsMiguel Freitas
2003-11-01tvtime: remove console messages that might confuse users and have enumMiguel Freitas
2003-10-29- avoid deinterlacing unknown frame formats (eg. xvmc)Miguel Freitas
2003-10-23I should have seen this coming...Michael Roitzsch
2003-10-22Replace copy member in vo_frame_t with proc_frame and proc_slice. Increase vi...Robin KAY
2003-10-19tvtime don't need to register config values, post have special config methodDaniel Caujolle-Bert
2003-10-08Fix includes.Robin KAY
2003-10-08cheap mode and scaler bobMiguel Freitas
2003-10-08better use "ScalerBob" as the plugin nameMiguel Freitas
2003-10-08- add scalerbob method (drop half of the lines and let the hardware/vo driverMiguel Freitas
2003-10-06- add XvMC supportMiguel Freitas
2003-09-24Use inttypes.h or stdint.h as appropriate.Robin KAY