summaryrefslogtreecommitdiffstats
path: root/libvo
Commit message (Expand)AuthorAgeFilesLines
* 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
* | win32: fix behavior of enter keywm42012-04-071-5/+11
* | vo_directx: do not do aspect scaling in windowed mode.reimar2012-04-061-4/+6
* | win32: use more unicode functionswm42012-04-061-38/+24
* | win32: support key modifiers (shift, ctrl, alt)wm42012-04-061-13/+45
* | Merge remote-tracking branch 'origin/master'wm42012-04-019-1517/+165
|\|
| * cocoa_common: update screen info before entering fullscreenStefano Pigozzi2012-03-251-0/+1
| * VO: move gl+cocoa before corevideo in default VO orderStefano Pigozzi2012-03-251-1/+4
| * cocoa_common: add license informationStefano Pigozzi2012-03-252-0/+38
| * vo_quartz: remove this video outputStefano Pigozzi2012-03-252-1375/+0
| * cocoa_common: fix double click handlingStefano Pigozzi2012-03-251-8/+8
| * cocoa_common: accept window drag event from the whole window surfaceStefano Pigozzi2012-03-251-0/+8
| * options, x11+cocoa: add option --cursor-autohide-delayStefano Pigozzi2012-03-253-16/+49
| * x11: remove wskeys.hwm42012-03-252-107/+20
| * x11: input: add print and menu keyswm42012-03-251-0/+1
| * x11: add KP_Separator to key mappingwm42012-03-252-0/+2
| * x11: allow unicode inputwm42012-03-252-29/+49
| * x11: fix setting UTF-8 window titles for some special caseswm42012-03-251-29/+18
| * vo_gl: cocoa: add support for --ontopStefano Pigozzi2012-03-253-4/+33
| * vo_xv: remove direct rendering supportUoti Urpala2012-03-251-111/+22
| * cosmetics: misc minor cleanupsUoti Urpala2012-03-251-1/+0
| * core: restructure main play loop, continue audio after videoUoti Urpala2012-03-191-0/+1
* | gl_common: minor cleanup/refactorwm42012-03-312-64/+44
* | gl_common: remove unused glValName()wm42012-03-312-58/+0
* | gl_common: move header hacks into gl_header_fixes.hwm42012-03-312-208/+232
* | libvo: add vo_gl3wm42012-03-317-0/+3082
* | gl_common: cocoa: add OpenGL 3.2 context creation codeStefano Pigozzi2012-03-313-10/+53
* | gl_common: slightly change win32 GL 3 context creationwm42012-03-312-18/+29
* | gl_common: OpenGL 3.x context support on windowsKovensky2012-03-312-1/+107
* | gl_common: add OpenGL 3.x context creationwm42012-03-312-117/+423
* | vo_direct3d: fix crash when using RGB formatswm42012-03-261-5/+5
* | windows support: prefer vo_direct3d_shaders over vo_direct3dwm42012-03-171-1/+1
* | vo_direct3d: fix bug in screenshot code with some pixel formatswm42012-03-171-1/+1
* | vo_direct3d: fix crash when repeatedly reinitializing an uncooperative devicewm42012-03-171-2/+4
* | vo_direct3d: stop D3D from switching the FPU to single precision modewm42012-03-171-1/+2
* | vo: fix EOSD change detectionwm42012-03-171-29/+35
* | win32: properly set window titlewm42012-03-172-5/+8
* | vo_direct3d: implement screenshotswm42012-03-171-0/+186
* | win32: fix fullscreen not working on Windows 7wm42012-03-171-2/+2
* | vo_direct3d: fix dealing with uncooperative deviceswm42012-03-171-6/+25
* | vo_direct3d: add hack for using 2 channel textures for 10 bit pixel formatswm42012-03-173-8/+272
* | vo_direct3d: add some debugging optionswm42012-03-171-12/+53
* | vo_direct3d: refactor D3D initialization and reconfigure codewm42012-03-171-171/+111
* | vo_direct3d: disable using shaders by default, and add direct3d_shaders VOwm42012-03-172-10/+44
* | vo_direct3d: use new VO API, and do some minor reformattingwm42012-03-171-269/+298
* | vo_direct3d: implement YUV conversion using shaderswm42012-03-173-192/+842
* | vo_direct3d: reduce number of lock calls in OSD renderingwm42012-03-171-29/+21
* | vo_direct3d: use the same texture management for EOSD and OSDwm42012-03-171-152/+166
* | windows support: prefer vo_direct3d over vo_directxwm42012-03-171-3/+3
* | vo_direct3d: make VO re-config faster by not recreating the whole D3D statewm42012-03-171-36/+38
* | vo_direct3d: don't framestep when paused and OSD is updatedwm42012-03-171-4/+23
* | vo_direct3d: add EOSD supportwm42012-03-171-36/+335
* | vo_direct3d: minor cleanupwm42012-03-171-10/+23
* | vo_directx: do not clip overlay against screen sizewm42012-03-171-3/+1
* | win32: different method to force window aspect ratiowm42012-03-171-15/+53
* | win32, vo_directx: don't use vo_dx/dy, directly query window positionwm42012-03-172-9/+9
* | win32: fix window creation and size handlingwm42012-03-171-48/+109
* | vo_directx: minor fixes and reformatreimar2012-03-171-883/+847
* | Merge remote-tracking branch 'origin/master' into my_masterwm42012-03-