summaryrefslogtreecommitdiff
path: root/src/post
AgeCommit message (Expand)Author
2003-11-20"Anti audio fifo null" patch ;)Thibaut Mattern
2003-11-16audio visualization post plugins now use a private metronom to sync their videoMichael Roitzsch
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-11-10avoid segfault when resizingDaniel Caujolle-Bert
2003-11-07initial commit of a libpostprocess plugin.Miguel Freitas
2003-11-04that must fix a compilation failure report i receivedMiguel Freitas
2003-11-02unsharp plugin: fix memleaksMiguel Freitas
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-30* modify the engine slightly, so that the stream member in a video frame orMichael Roitzsch
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-10-04Try to fix a problem with ppc.Thibaut Mattern
2003-09-24Use inttypes.h or stdint.h as appropriate.Robin KAY
2003-09-21One forgotten file for 'make dist'.František Dvořák
2003-09-15avoid implicit void argumentDaniel Caujolle-Bert
2003-09-15that would failDaniel Caujolle-Bert
2003-09-15fix dist stageDaniel Caujolle-Bert
2003-09-14newer goom version.Thibaut Mattern
2003-09-14New files of the "new" goom version.Thibaut Mattern
2003-09-142 forgotten printfThibaut Mattern
2003-09-14remove fft code, use fft.h instead.Thibaut Mattern
2003-09-14add fftgraph to the plugin catalogThibaut Mattern
2003-09-14fftgraph compilationThibaut Mattern
2003-09-14New viz plugin.Thibaut Mattern
2003-08-25Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ...Daniel Caujolle-Bert
2003-08-19this one kept me busy with xine-ui's saturation slider...Michael Roitzsch
2003-08-15fix some small memleaksMichael Roitzsch
2003-08-15heavily improving the expand plugin:Michael Roitzsch
2003-08-12handle frame flags properly, small aspect ratio fix for expandMichael Roitzsch
2003-08-07remove useless gnu89 compiler flag, some configure tweakingMichael Roitzsch
2003-08-04support for arbitrary aspect ratiosMiguel Freitas
2003-07-26Try to avoid to discard audio buffersThibaut Mattern
2003-07-26Same pts hack for all viz pluginsThibaut Mattern
2003-07-26- compute a pts using metronom internals if the demuxer doesn't provide pts (...Thibaut Mattern
2003-07-12use yuy2_to_yv12Miguel Freitas
2003-07-12provide configuration entries for tvtime pluginMiguel Freitas
2003-07-03remove //Miguel Freitas
2003-07-03disabled plugins that will not compileMike Melanson
2003-06-29port of some simple video filters from mplayerMiguel Freitas
2003-06-26these should be staticMiguel Freitas
2003-06-22use our own port of greedy2frame (tvtime port is currently broken)Miguel Freitas
2003-06-22- disable chroma filter by defaultMiguel Freitas