aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* 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
* Avoid vo_sdl void * arithmeticGravatar reimar2007-06-24
* Remove completely pointless "!= 1".Gravatar reimar2007-06-24
* Another unneeded xinerama_screen externGravatar reimar2007-06-24
* xinerama_screen is already declared in video_out.hGravatar reimar2007-06-24
* Add missing return value for x11 error handlerGravatar reimar2007-06-24
* suboverlap_enabled is already declared in included subreader.hGravatar reimar2007-06-24
* vo_init is x11 specific and has no place in video_out.h.Gravatar reimar2007-06-24
* Remove redundant vo_format_name, included img_format.h already provides itGravatar reimar2007-06-24
* Hack around some fullscreen issues with gl under WindowsGravatar reimar2007-06-22
* Revert r23530.Gravatar voroshil2007-06-21
* The audio balance feature implemented with af_pan.Gravatar zuxy2007-06-20
* avoid utter breakage on non-x86, patch from Chris Roccati <roccati@at@pobox.d...Gravatar lu_zero2007-06-10
* Teletext support for tv:// (v4l and v4l2 only)Gravatar voroshil2007-06-10
* set the window aspect hintGravatar henry2007-06-09
* Do not use fast_memcpy for small size copy, esp. when the size is constantGravatar reimar2007-06-05
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* Add LGPL license header.Gravatar diego2007-05-28
* Remove some unused variables, patch by timwoj ieee org.Gravatar diego2007-05-28
* HAVE_MMX1 -> HAVE_ONLY_MMX1 (makes more sense ...)Gravatar michael2007-05-27
* Remove more pointless fastmemcpy.h includes in libvoGravatar reimar2007-05-27
* compilation fix: ff_ _encode added and temporarily disabled mjpeg_write_tablesGravatar rik2007-05-27
* add new -subfont option, that allows having a different font for OSD (control...Gravatar ben2007-05-20
* Simplify -flip handling on vo_x11.cGravatar reimar2007-05-12
* Fix crash with -flip on 64 bit systems, the result ofGravatar reimar2007-05-12
* Factor common code out of if in x11_common.cGravatar reimar2007-05-12
* Make -monitorpixelaspect 1 the default.Gravatar cehoyos2007-04-27
* Do not set VFCAP_EOSD_UNSCALED if we use scaled-osdGravatar reimar2007-04-27
* Add -ass-hinting option for setting font hinting method.Gravatar eugeni2007-04-27
* Gui --> guiGravatar diego2007-04-23
* Add Makefile variable for either internal or external VIDIX.Gravatar diego2007-04-22
* Readd an explicit rule for Objective C files. Apparently only Apple's fork ofGravatar diego2007-04-22
* "()" to "(void)" function param list fixesGravatar uau2007-04-01