summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
| |/
* | 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
|/
* 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()wm42012-07-303-17/+12
* vo_gl, vo_gl3: honor global --vsync optionwm42012-07-303-3/+3
* Rip out 3DNOW supportwm42012-07-302-187/+2
* Remove compile time/runtime CPU detection, and drop some platformswm42012-07-303-3/+7
* fastmemcpy.h: remove code duplicationwm42012-07-301-28/+2
* libvo: remove custom assembler memcpy implementations (aka fastmemcpy)wm42012-07-303-697/+6
* bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstrwm42012-07-281-4/+4
* osd: use libass for OSD renderingwm42012-07-284-29/+4
* libvo, libao: remove useless video and audio output driverswm42012-07-2841-17445/+4
* build: remove bin_to_header.py and use TOOLS/file2string.py insteadwm42012-07-281-1/+3
* Merge remote-tracking branch 'origin/master'wm42012-07-289-188/+151
|\
| * vo_sharedbuffer: remove from autoprobe listStefano Pigozzi2012-07-271-3/+3
| * vo_corevideo, vo_sharedbuffer: put private state in vo->privStefano Pigozzi2012-07-272-81/+77
| * vo_vdpau: disable refresh-aware frame timing when compositedUoti Urpala2012-07-273-2/+18
| * vo_vdpau: fix possible crash after preemptionUoti Urpala2012-07-161-3/+5
| * build: use python3 to generate some files previously in gitUoti Urpala2012-07-161-43/+0
| * VO: implement shared option handling, use for vdpauUoti Urpala2012-07-163-58/+50
* | cocoa: return the real CGLPixelFormatObjStefano Pigozzi2012-05-151-1/+1
* | cocoa: don't request a depth buffer sizeStefano Pigozzi2012-05-151-2/+0
* | cocoa: gl3: make window creation fail on <10.7Stefano Pigozzi2012-05-151-0/+5
* | cocoa: gl3: support querying of colors bit depthStefano Pigozzi2012-05-153-0/+21
* | cocoa: handle failure on pixel format creationStefano Pigozzi2012-05-141-0/+6
* | screenshot, vo_png: fix dependency on sizeof(AVFrame)wm42012-04-291-4/+11
* | Merge remote-tracking branch 'origin/master'wm42012-04-299-1058/+723
|\|
| * cocoa_common: fix problems with alt-tab window changesStefano Pigozzi2012-04-261-4/+5
| * cocoa_common, gl_common: add OSX specific getProcAddressStefano Pigozzi2012-04-263-1/+17
| * OSX, input: implement wakeup in response to Cocoa eventsStefano Pigozzi2012-04-262-0/+8
| * vo_sharedbuffer: add this video outputStefano Pigozzi2012-04-263-0/+318
| * vo_corevideo: restructure this video outputStefano Pigozzi2012-04-265-352/+349
| * vo_corevideo: use cocoa_common to display the windowStefano Pigozzi2012-04-264-838/+166
| * vo_corevideo: use soft tabs (4 spaces)Stefano Pigozzi2012-04-261-684/+684
* | vo_directx: clear panscan borders in windowed modewm42012-04-241-5/+32
* | vo_gl: reject MS Windows native OpenGL as software rasterizerwm42012-04-241-1/+3
* | vo_gl: refuse to use software renderer, unless explicitly requestedwm42012-04-242-21/+19
* | win32: don't crash if vo_w32_uninit() is called without vo_w32_init()wm42012-04-241-0/+2
* | gl_common: do not call glXGetClientString() and glXGetServerString()wm42012-04-161-34/+12
* | win32: fix handling of AltGrwm42012-04-141-0/+5
* | win32: simplify icon loadingwm42012-04-141-6/+1
* | win32: move global variables into a struct & some refactoringwm42012-04-146-321/+345
* | win32: use GetKeyState() instead of maintaining the state manuallywm42012-04-141-16/+9
* | Merge remote-tracking branch 'origin/master'wm42012-04-131-1090/+0
|\|
| * build: remove OS/2 supportUoti Urpala2012-04-061-1090/+0
* | win32: prevent modifier keys from getting stuckwm42012-04-131-0/+5
* | win32: make F10 key not enter the window menuwm42012-04-071-0/+2
* |