summaryrefslogtreecommitdiff
path: root/src/video_out/video_out_aa.c
AgeCommit message (Expand)Author
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-06- update api version, adding new "copy_called" flag.Miguel Freitas
2002-11-22when the image does not fit the viewport and black bars need to be added, theirMichael Roitzsch
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-10-18Adapt AA vo plugin to new API (fully untested yet).Daniel Caujolle-Bert
2002-09-18Revival of AA vo plugin.Daniel Caujolle-Bert
2002-09-05make all the plugin init functions staticMichael Roitzsch
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2002-08-10syncing my local tree:Miguel Freitas
2002-07-20Fixed unresolved symbol.Daniel Caujolle-Bert
2002-07-16Fix unresolved symbols and replace duplicate code in video output pluginsEwald Snel
2002-07-15Add 'pitch' support to video decoders (pitch != width)Ewald Snel
2002-07-12aa: set *frame function pointers.Daniel Caujolle-Bert
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
2002-04-29Replace all exit(1) with abort().James Courtier-Dutton
2002-03-26Fixed segfault.Daniel Caujolle-Bert
2002-03-08Reenable AAlib output.Daniel Caujolle-Bert
2002-03-07Small clean up.James Courtier-Dutton
2002-03-05remove bad "get_info" functions.James Courtier-Dutton
2002-01-09video_driver api changed.James Courtier-Dutton
2001-10-03Eliminate void* pointer arithmetic, and fixed some char* / unsigned char*Juergen Keil
2001-09-26- Trying to fix video window size for mpeg streams withJuergen Keil
2001-07-24big xshm cleanup (free memory properly, set up yuv2rgb only when necessary, c...Guenter Bartsch
2001-07-17added (now required) field callback, not implemented yet but at least aaxine ...Guenter Bartsch
2001-07-10subtitle patches (esp. for XShm) from JamesGuenter Bartsch
2001-07-04spu support updated (unfinished) from Jamesuid32519
2001-06-14video output driver auto-probingGuenter Bartsch
2001-06-13removed an outdated commentGuenter Bartsch
2001-06-13added support for YUY2 image formatGuenter Bartsch
2001-06-13removed debug output from aaGuenter Bartsch
2001-06-11changed the order of casts slightlyHeiko Schaefer
2001-06-11implemented aalib display functionHeiko Schaefer
2001-06-10introducing aalib based video outputHeiko Schaefer