summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Expand)AuthorAgeFilesLines
* cocoa_common: save vo struct earlier in the startup processStefano Pigozzi2012-11-051-1/+1
* libav_compat: fix mmx2 define, provide fallback for avcodec_free_frameStefano Pigozzi2012-11-031-1/+1
* Merge branch 'osd_changes' into masterwm42012-11-0129-2810/+1412
|\
| * VO: remove code duplication for setting up mp_osd_reswm42012-11-016-188/+170
| * vo_vdpau: remove unneeded assignment to vo_fswm42012-11-011-3/+0
| * vo_opengl, vo_opengl_old: remove -wid/viewport special casewm42012-11-012-13/+1
| * screenshot: remove hack for passing anamorphic image sizewm42012-11-016-23/+16
| * screenshot: let VOs pass colorspace information via mp_imagewm42012-11-016-1/+12
| * screenshot, draw_bmp: use colorspace passed with mp_imagewm42012-11-013-9/+9
| * mp_image: add fields to pass colorspace down the filter chainwm42012-10-282-1/+6
| * csputils: better support for integer color valueswm42012-10-282-7/+21
| * draw_bmp, csputils: use function instead of macrowm42012-10-282-13/+5
| * Merge branch 'master' into osd_changeswm42012-10-2412-293/+422
| |\
| * | vo_lavc: never draw OSDwm42012-10-241-1/+1
| * | vo_corevideo: add screenshot capabilityStefano Pigozzi2012-10-245-40/+71
| * | core: do not try to redraw OSD if VO doesn't support OSDwm42012-10-242-3/+8
| * | vo_corevideo: fix EOSD artifactsStefano Pigozzi2012-10-241-13/+16
| * | screenshot: allow taking screenshots with subtitleswm42012-10-242-0/+3
| * | vo_corevideo: uninitialize CoreVideo objects before OpenGLwm42012-10-241-1/+1
| * | VO, sub: refactorwm42012-10-2411-209/+237
| * | sub, vf_ass: allow rendering RGBA subs, replace old vf_ass renderingwm42012-10-243-3/+3
| * | sub: fix text subtitle aspect ratio with vo_xv and vo_lavc, refactorwm42012-10-247-53/+58
| * | spudec: use csputils for color conversionwm42012-10-242-0/+22
| * | Remove things related to old OSDwm42012-10-249-647/+0
| * | vo_x11: use new OSD APIwm42012-10-241-60/+26
| * | vo_xv: simplify screenshot codewm42012-10-241-35/+5
| * | vo_xv: use new OSD APIwm42012-10-241-101/+38
| * | vo_lavc: use new OSD APIRudolf Polzer2012-10-241-83/+50
| * | csputils: cosmetic changeswm42012-10-241-15/+5
| * | sub: add helper to draw sub-bitmaps into an imageRudolf Polzer2012-10-242-0/+64
| * | libmpcodecs: move vf_scale.c swscale helper functions to sws_utils.cRudolf Polzer2012-10-241-2/+1
| * | Merge branch 'master' into osd_changeswm42012-10-1614-844/+1146
| |\ \
| * | | sub: switch to premultiplied alphawm42012-10-163-2/+14
| * | | sub: never decode subs to old OSD formatwm42012-10-163-16/+0
| * | | sub: cosmetics: move things aroundwm42012-10-165-9/+5
| * | | sub, VO: remove vo_osd_resized() functionwm42012-10-165-7/+1
| * | | libvo: remove eosd_packer.cwm42012-10-162-329/+0
| * | | vo_direct3d: use new OSD APIwm42012-10-161-287/+145
| * | | vo_corevideo: add EOSDwm42012-10-161-101/+22
| * | | vo_gl: use gl_osd.cwm42012-10-163-295/+27
| * | | vo_gl3: move OSD code to gl_osd.cwm42012-10-166-200/+448
| * | | sub: remove logic for disabling hinting on scaled EOSDwm42012-10-164-4/+4
| * | | vo_gl, options: remove doublebuffering option (--double)wm42012-10-164-26/+11
| * | | sub, vo_gl3, vo_vdpau: exit early if there are no sub-images to drawwm42012-10-162-2/+2
| * | | sub: cleanup: remove vo_osd_probar_type/value global variableswm42012-10-161-3/+3
| * | | vo_vdpau: use new EOSD for OSD, remove support for old OSD formatwm42012-10-161-180/+13
| * | | vo_vdpau: allow multiple EOSD rendererswm42012-10-161-34/+45
| * | | sub: allow rendering OSD in ASS image format directly, simplifywm42012-10-162-1/+6
| * | | vo_gl3: use old OSD using the emulation layerwm42012-10-161-97/+1
| * | | vo_gl3: support RGBA EOSDwm42012-10-165-99/+251
| * | | sub: create sub_bitmap array even when using libasswm42012-10-166-90/+63
* | | | gl_common: add dummy initializationwm42012-11-011-2/+2
* | | | gl_common: make glFmt2bpp() abort on unknown formatswm42012-11-011-1/+1
* | | | vo_x11: remove dead assignmentwm42012-11-011-8/+0
* | | | geometry: remove useless NULL checkreimar2012-10-311-2/+2
* | | | vo_vdpau: fix off-by-one errorreimar2012-10-311-1/+1
* | | | x11_common: make some variables staticreimar2012-10-311-2/+2
* | | | x11_common: make modecount variable globalreimar2012-10-311-3/+3
* | | | options: remove --adapterwm42012-10-304-28/+0
| |_|/ |/| |
* | | vo_opengl: fix help output typowm42012-10-231-1/+1
* | | vo_vdpau: fix screenshotswm42012-10-211-18/+32
* | | VO: fix screenshot size with -geometrywm42012-10-204-24/+8
* | | gl_common: hack to support compilation on FreeBSDwm42012-10-201-0/+12
* | | cocoa_common: avoid situational nil dereferencingStefano Pigozzi2012-10-191-2/+3
* | | cocoa_common: use the same window level when windowed and fullscreenStefano Pigozzi2012-10-161-17/+7
* | | cocoa_common: split window creation in helper functionsStefano Pigozzi2012-10-161-88/+112
* | | cocoa_common: cosmetics / reformatStefano Pigozzi2012-10-161-87/+118
* | | gl_common: remove useless cocoa wrapper functionsStefano Pigozzi2012-10-161-18/+3
* | | cocoa_common: remove useless importStefano Pigozzi2012-10-161-2/+0
* | | cocoa_common: replace TickCount() with NSProcessInfo#systemUptimeStefano Pigozzi2012-10-161-4/+3
* | | cocoa_common: use IOKit to perform power managementStefano Pigozzi2012-10-167-10/+78
* | | cocoa_common: save state in the vo structStefano Pigozzi2012-10-165-62/+85
| |/ |/|
* | manpage: improvements to vo_opengl documentationwm42012-10-151-7/+7
* | input: track location info for input commandswm42012-10-141-1/+1
* | vo_opengl: fix filter reinitializationwm42012-10-141-4/+4
* | Merge branch 'input_changes' into masterwm42012-10-121-1/+1
|\ \
| * | input: verify input.conf on loadingwm42012-10-121-1/+1
| |/
* | Rename to "mpv"wm42012-10-126-13/+13
* | gl_common: allow compilation on Mac OS 10.6Stefano Pigozzi2012-10-072-1/+18
* | vo_opengl: don't try to map an empty bufferwm42012-10-031-1/+1
* | vo_opengl: change default FBO formatwm42012-10-031-1/+1
* | vo_opengl: use PBOs by default with opengl-hqwm42012-10-031-1/+1
* | vo_opengl: use low quality default settings, add opengl-hq aliaswm42012-10-032-7/+31
* | VO: add mechanism to replace old VO names, use it with "gl" and "gl3"wm42012-10-032-37/+24
* | vo_opengl: always check GL errors in first 5 frameswm42012-10-031-1/+5
* | VO: actually rename VOs gl -> opengl-old, gl3 -> openglwm42012-10-033-39/+35
* | VO: rename file: vo_gl3_shaders.glsl -> vo_opengl_shaders.glslwm42012-10-032-2/+2
* | VO: rename file: vo_gl3.c -> vo_opengl.cwm42012-10-031-0/+0
* | VO: rename file: vo_gl.c -> vo_opengl_old.cwm42012-10-031-0/+0
* | gl_common: require GLX 1.3 for vo_gl, remove old pre-1.3 codewm42012-10-031-123/+91
* | vo_gl3: make it work on OpenGL 2.1wm42012-10-037-642/+956
* | encode: fix -ocopyts with certain DVD imagesRudolf Polzer2012-09-291-56/+50
|/
* cocoa_common: make fullscreen menubar/dock hiding conditionalStefano Pigozzi2012-09-181-1/+9
* encode: video encoding now supported using mencoder-like optionsRudolf Polzer2012-09-185-22/+631
* subs, vo_vdpau: support RGBA color for PGS subtitlesUoti Urpala2012-09-183-40/+127
* Remove VESA/FBDEV remains, clean up example.confwm42012-09-182-93/+0
* subs, vo: do sub bitmap change detection by comparing IDsUoti Urpala2012-09-183-8/+16
* vo_vdpau: split bitmap packing code into a separate fileUoti Urpala2012-09-183-146/+483
* cleanup: video_out: remove vo_subdevice global variablewm42012-09-182-8/+2
* subs: always use sub decoder framework for libass renderingUoti Urpala2012-09-181-0/+1
* subs: libass: use a single persistent renderer for subtitlesUoti Urpala2012-09-181-6/+0
* cleanup: remove pointless #definesUoti Urpala2012-09-182-11/+0
* video_out: free memory if initializing a VO failswm42012-09-181-1/+3
* cocoa_common: improve conditional dock hiding from 3259e4a7aStefano Pigozzi2012-08-281-2/+3
* Adjust ffmpeg/libav #includes to work with recent upstream changesUoti Urpala2012-08-211-1/+1
* video: honor the video's colormatrix and color range flagscantabile2012-08-212-0/+36
* osd: get rid of useless initialization functionwm42012-08-202-20/+0
* cocoa_common: add HiDPI/retina supportStefano Pigozzi2012-08-163-17/+63
* cocoa_common.m: add missing config.h includeStefano Pigozzi2012-08-161-0/+2
* cleanup: osx_common: remove unused functionsStefano Pigozzi2012-08-162-53/+0
* cocoa_common: refactor menu generationStefano Pigozzi2012-08-161-16/+41
* gl_common: fix compilation on OS X 10.8Stefano Pigozzi2012-08-161-0/+6
* VO: remove vo_directfb2 and vo_directxwm42012-08-164-2691/+0
* vo_vdpau: fix crash when vo_vdpau initialization failswm42012-08-161-1/+1
* video_out: fix crash when VO autoselection failswm42012-08-161-2/+3
* vo_sharedbuffer: remove this VOStefano Pigozzi2012-08-153-310/+0
* osx: fix buildStefano Pigozzi2012-08-082-3/+3
* osd: remove FAST_OSD codewm42012-08-073-79/+1
* VO: remove old VO gluewm42012-08-079-330/+0
* osx_common: remove old VO include, modify change_movie_aspect()wm42012-08-072-4/+5
* vo_directx: convert to new VO APIwm42012-08-071-68/+78
* win32: fix compilation on MinGWwm42012-08-071-1/+1
* vo_null: reformat and use new VO APIwm42012-08-071-48/+42
* Remove V4L2 decoder support (vo_v4l2 and ao_v4l2)wm42012-08-073-288/+0
* vo_v4l2: reformat, use new VO APIwm42012-08-071-165/+153
* vo_caca: use new VO APIwm42012-08-071-33/+54
* vo_directfb2: reformat and convert to new VO APIwm42012-08-071-938/+1083
* vo_x11: reformat, use new VO APIwm42012-08-071-375/+397
* libvo: remove videodev_mjpeg.hwm42012-08-061-141/+0
* VO: remove vo_gif89a, vo_md5sum, vo_yuv4mpegwm42012-08-064-996/+0
* VO: remove vo_jpeg, vo_png, vo_pnm, vo_tgawm42012-08-065-1443/+0
* vo_image: add outdir optionwm42012-08-061-8/+42
* vo_image: add new video output for writing imageswm42012-08-063-1/+172
* video_out: rename privsize member to priv_sizewm42012-08-063-5/+5
* options: get rid of some compatibility stuffwm42012-08-061-5/+0
* m_config: implement m_config_new in terms of m_config_simplewm42012-08-041-1/+2
* options: revert passing around talloc contextswm42012-08-041-1/+1
* mplayer: never exit mplayer from within the play loopwm42012-08-041-1/+0
* x11_common: remove some code duplicationwm42012-08-031-114/+54
* mplayer: do not create X11 state in player frontendwm42012-08-035-12/+21
* vo_yuv4mpeg: support writing to stdoutmplayer-svn2012-08-031-3/+5
* libmpcodecs: use 128 instead of 64 to define non-native RGB image formatsmplayer-svn2012-08-031-2/+2
* vo_x11: X11 non-native RGB/BGR "emulation" only works for 32bitmplayer-svn2012-08-031-3/+2
* vo_caca: reformat and various fixesmplayer-svn2012-08-031-174/+201
* vo_md5sum: support printing to stdoutmplayer-svn2012-08-031-1/+4
* x11: change stop_xscreensaver default to 1 to be more user-friendlymplayer-svn2012-08-031-1/+1
* x11: make the stop-xscreensaver option behave as described in the man pagemplayer-svn2012-08-031-1/+1
* vo_null: do not accept hwaccel formatsmplayer-svn2012-08-031-0/+2
* VO: remove VO direct renderingwm42012-08-028-152/+0
* mplayer: expand --title as property, remove --use-filename-titlewm42012-08-022-5/+4
* osd: minor simplification of vo_osd_changed()wm42012-08-014-5/+5
* Remove dead codewm42012-08-016-46/+0
* vo_corevideo: remove font_load codeStefano Pigozzi2012-08-011-2/+0
* vo_gl3: support changing cmdlinewm42012-08-011-2/+82
* VO: add mechanisms to change VO commandline for VOs supporting itwm42012-08-011-0/+2
* Change <endian.h> include to <sys/types.h>wm42012-07-312-2/+2
* mplayer: turn playtree into a list, and change per-file option handlingwm42012-07-311-3/+2
* libvo: remove exit_player_bad()</