summaryrefslogtreecommitdiff
path: root/src/xine-engine/post.c
AgeCommit message (Expand)Author
2013-09-13Copyright year update by hg log infoTorsten Jager
2012-09-07Fix a segfault which may occur when stopping playback with deinterlacing.Darren Salt
2011-03-29Continuous video frame grabbing feature.Andreas Auras
2011-03-20Merge from 1.1.Darren Salt
2011-03-02Do not copy pointer to acceleration data of a frame when propagating changes ...Andreas Auras
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2008-07-17Merge from 1.1.Darren Salt
2008-07-06Fix a stupid bug in post-plugin initialisation.Darren Salt
2008-07-04Use calloc to allocate the lists of audio and video ports.Diego 'Flameeyes' Pettenò
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-23Don't create extra variables now that node is transparent to xine's build.Diego 'Flameeyes' Pettenò
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-11-10Merge from 1.1.Darren Salt
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Merge FSF address changes from 1.1 branch.Diego 'Flameeyes' Pettenò
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-08-16Merge open()/glibc (debug #define) workaround from 1.1; fix up for 1.2 changes.Darren Salt
2007-08-15Workaround for recent glibc & -D_FORTIFY_SOURCE=2 (defines open() as a macro).Darren Salt
2007-07-27make use of the new callback function in _x_post_intercept_video_frame()Reinhard Nißl
2007-08-02Merge from 1.1.Darren Salt
2007-07-26copy stream in _x_post_frame_copy_up() and add refcountingReinhard Nißl
2007-04-15Make sleeps in video out loops interruptable for immediate OSDReinhard Nißl
2007-04-13Provide ability to lock port rewiring.Reinhard Nißl
2006-01-27Adapt the engine to the new list code.Thibaut Mattern
2005-07-17Copy frame ratio as wellJames Stembridge
2005-06-17** BUGFIX **Darren Salt
2005-05-07*BUGFIX*František Dvořák
2004-10-17copy_up should not copy the stream, this info travels from decoders to output,Michael Roitzsch
2004-09-28xxmc patch by Thomas Hellstrom (with some changes)Miguel Freitas
2004-05-29separate the two semantics of querying a port's status with a NULL stream;Michael Roitzsch
2004-05-18track number of times the port has being opened.Miguel Freitas
2004-05-18bits, rate and mode were not set when audio post plugin was first createdMiguel Freitas
2004-04-17swap usage of "up" and "down" to the more common meaning:Michael Roitzsch
2004-02-12big commit of the new ticket system to protect the rewiring and moreMichael Roitzsch
2004-01-07the new, refined post plugin architectureMichael Roitzsch
2003-12-09update copyright year (and we have to do it again in 3 weeks... ;-) )Daniel Caujolle-Bert
2003-12-07i guess img->lock must not restore the frame pointersMiguel Freitas
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-10-23cleanup in video_out.hMichael Roitzsch
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-15- rename to overlay managerMichael Roitzsch
2003-08-04support for arbitrary aspect ratiosMiguel Freitas
2003-05-31update video out api to allow better frame management (explicit locking)Miguel Freitas
2003-02-06first pass on cleaning up ao/vo properties and flush stuffMiguel Freitas
2003-01-11get img_duration from video_outMiguel Freitas
2003-01-10add width/height to vo_statusMiguel Freitas
2003-01-02returning void looks bad, agreed (although this is valid C)Michael Roitzsch