aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* Remove pointless variable declaration, the code that sets it is long-gone.Gravatar diego2007-08-25
* Remove stray comment, the code it commented is long-gone.Gravatar diego2007-08-25
* Fix warnings:Gravatar diego2007-08-25
* Fix warning:Gravatar diego2007-08-25
* Fix warning:Gravatar diego2007-08-25
* Fix redundant redeclaration warnings.Gravatar diego2007-08-25
* Watch X11 fd in main input select() if using vo xvGravatar uau2007-08-25
* Remove fallback round implementation that is protected by a preprocessorGravatar diego2007-08-24
* 100l typo: ENTER --> KPENTERGravatar diego2007-08-23
* Fix KPENTER keycode value on Mac OS X.Gravatar diego2007-08-23
* added double click support in vo_macosx. Patch by Ulion <ulion2002@gmail.com>Gravatar nplourde2007-08-18
* Functions that do not return a value must be voidGravatar reimar2007-08-18
* Text files must end with a newlineGravatar reimar2007-08-18
* Remove duplicate extern declarationGravatar reimar2007-08-18
* Identifiers should not start with two underscores.Gravatar diego2007-08-15
* Remove unused variable.Gravatar diego2007-08-15
* Fix likely mistake when using char*.Gravatar cehoyos2007-08-13
* Declare all vo_gamma variables in libvo/video_out.h and remove them fromGravatar diego2007-08-12
* Remove useless #include and silence warnings when compiling find_sub.c.Gravatar cehoyos2007-08-08
* Handle case where get_image is called twice without a draw_image in-betweenGravatar reimar2007-08-03
* Forgot to add the main vo_xvr100.c fileGravatar reimar2007-08-03
* 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
* Teletext supportGravatar voroshil2007-07-29
* Set -vo gl slice-height default to 0, the current default of 4 seemsGravatar reimar2007-07-28
* Use a new variable for user-supplied monitor-aspect so we can overwriteGravatar reimar2007-07-28
* make sure update_xinerama_info is always called even when using theGravatar reimar2007-07-28
* cosmetics: misc typo fixesGravatar diego2007-07-28
* document "default" behaviour if CopyFromParent is passed as colormapGravatar attila2007-07-22
* 10lGravatar attila2007-07-22
* Remove vo_syncfb, which was unused for 5 years.Gravatar diego2007-07-20
* Put a compilation fix bandaid in place for the png.h issue.Gravatar diego2007-07-17
* Remove incomplete compilation fix bandaid.Gravatar diego2007-07-16
* bandaid compilation fixGravatar diego2007-07-16
* Use -font for subtitles when -subfont is not given, patch by kiriujaGravatar zuxy2007-07-11
* Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpyGravatar reimar2007-07-05
* Do not use leading underscores in multiple inclusion guards, they are reserved.Gravatar diego2007-07-02
* Consistently use filenames as multiple inclusion guards.Gravatar diego2007-07-02
* bugfix intel mac vo_quartz, PlanarPixmapInfoYUV420 structure requires big-end...Gravatar nplourde2007-06-29
* Get rid of my_memcpy_pic code duplication in many filters.Gravatar reimar2007-06-28
* Fix vo_x11_clearwindow_part: x position is one less to avoid not clearingGravatar reimar2007-06-27
* Remove some unused variablesGravatar reimar2007-06-27
* Make X11 window creation and (with -fixed-vo) management simpler and moreGravatar reimar2007-06-27
* Lots of cosmetics for gl2Gravatar reimar2007-06-26
* Remove two unused variablesGravatar reimar2007-06-26
* Remove overly complex and unused per-subtexture "dirty" handlingGravatar reimar2007-06-26
* Remove now unused variableGravatar reimar2007-06-26
* remove useless calloc castGravatar reimar2007-06-26
* Remove some unused code and useless error checking that only clutters the codeGravatar reimar2007-06-26
* Remove unused function.Gravatar reimar2007-06-24