aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/video_out.c
Commit message (Expand)AuthorAge
* vo_png now depends on libavcodec, not libpng.Gravatar diego2010-01-05
* Finally add matrixview vo.Gravatar reimar2010-01-03
* Added -name, -title and -use-filename-title options and implementation in X11...Gravatar ptt2009-11-12
* Enable calc_src_dst_rects for windowed aspect and panscan.Gravatar reimar2009-08-27
* Rename macosx video output driver to corevideo.Gravatar diego2009-05-04
* Prefer vo vdpau over vo xv where available.Gravatar cehoyos2009-03-31
* KVA vo driver for OS/2, patch by KO Myung-Hun, komh chollian netGravatar diego2009-03-14
* Make WinID a 64 bit integer, this should avoid issues with valid WindowGravatar reimar2009-03-02
* 100l, place vdpau below xv, it should not normally be preferred for auto-sele...Gravatar reimar2009-02-21
* Extend calc_src_dst_rects to also calculate the border values needed forGravatar reimar2009-02-17
* Cropping parameter to calc_src_dst_rects is constGravatar reimar2009-02-17
* Fix compilation without VDPAUGravatar uau2009-02-17
* Add support for VDPAU video out, including hardware decoding.Gravatar reimar2009-02-16
* Add a calc_src_dst_rects that calculates from window size, panscan etc.Gravatar reimar2009-02-12
* Add standard license headers, unify header formatting.Gravatar diego2009-02-08
* Make CONFIG_XVMC a proper FFmpeg-style 0/1 definition.Gravatar diego2009-01-30
* Add and use a special lookup function to do table-based translation to MPlaye...Gravatar reimar2008-12-20
* Cosmetics: get rid of some tabs and trailing whitespace.Gravatar reimar2008-12-20
* xvmc is now a CONFIG_ option in FFmpeg.Gravatar diego2008-12-15
* 100l, the video_out_drivers list must be sorted by priority, notGravatar reimar2008-11-18
* Direct3D based video_out module.Gravatar reimar2008-11-18
* Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.Gravatar diego2008-10-13
* Rename all preprocessor directives related to Apple / Mac OS X.Gravatar diego2008-08-06
* Rename preprocessor directives related to image libraries.Gravatar diego2008-08-05
* Change a bunch of X11-specific preprocessor directives.Gravatar diego2008-08-04
* Add video driver for Nintendo Wii/GameCube.Gravatar ben2008-08-03
* Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* Change a bunch of video-output-specific preprocessor directives from a HAVE_Gravatar diego2008-08-02
* allow conditionnal compilation of yuv4mpeg video out.Gravatar ben2008-06-20
* Add a separate definition for quartz.Gravatar diego2008-03-15
* MACOSX_COREVIDEO --> corevideoGravatar diego2008-03-15
* Remove unnecessary #ifdef nesting.Gravatar diego2008-03-07
* Remove pointless #ifdefs around extern declarations.Gravatar diego2008-02-20
* Mark several uses of vo_functions_t as const to stop some of the currentGravatar reimar2007-12-02
* Purge looooong obsolete remnants of vo_fsdga.Gravatar diego2007-08-29
* add XVR-100 vo, patch by Balatoni Denes (dbalatoni interware hu)Gravatar reimar2007-08-03
* v4l2 audio/video outputs for linux 2.6.22+ kernels (outputs formerly known as...Gravatar ben2007-07-29
* Remove vo_syncfb, which was unused for 5 years.Gravatar diego2007-07-20
* 10, checked for the wrong thing. Do aspect scaling only in config_video_outGravatar reimar2007-02-25
* Fix 10 in r22250, do not use screendimensions if not setGravatar reimar2007-02-18
* Revert r22255 on iive's request.Gravatar reimar2007-02-18
* Avoid parts of xvmc reinit when source format does not changeGravatar reimar2007-02-18
* Move common vo initialization code to video_out.cGravatar reimar2007-02-17
* Create proper define for DFBMGA.Gravatar diego2006-10-14
* new vo driver for ivtv cards tv-out through internal h/w mpeg decoderGravatar ben2006-07-19
* Remove support for obsolete and non-free divx4/odivx libraries.Gravatar diego2006-07-14
* Remove remnants of old libmp1e support.Gravatar diego2006-07-12
* Add YUY2 and back end scaling on S3 Virge chips in combination with fbdev.Gravatar gpoirier2006-05-17
* Get ride of the several if(identify) messy lines and rearangment of some of t...Gravatar reynaldo2006-04-24
* Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with ...Gravatar reynaldo2006-04-24