summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * options: change --input=keylist, cmdlist implementationUoti Urpala2012-05-071-8/+8
| * ad_mpg123: update libmpg123 API useThomas Orgis2012-05-072-169/+84
| * configure: use pkg-config for vdpau, libmpg123, libblurayUoti Urpala2012-05-061-5/+3
| * ao_arts, ao_esd: remove these AOsUoti Urpala2012-05-065-691/+0
| * build: remove IRIX supportUoti Urpala2012-05-064-361/+2
| * ao_portaudio: add new PortAudio audio output driverwm42012-05-064-0/+464
| * ao_pulse: fix specifying host/sink after 4fed8ad197Uoti Urpala2012-05-031-1/+1
* | screenshot: fix minor memory leakwm42012-05-151-0/+1
* | 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: improve error messageswm42012-04-291-6/+6
* | screenshot, vo_png: fix dependency on sizeof(AVFrame)wm42012-04-292-11/+22
* | Merge remote-tracking branch 'origin/master'wm42012-04-2921-1256/+1204
|\|
| * win32: get_path(): fix undefined behaviorMartin Herkt2012-04-281-3/+5
| * stream_cdda: print CDTEXT if availablewm42012-04-281-17/+51
| * configure, stream_cdda: remove libcdparanoia supportwm42012-04-282-104/+20
| * cosmetics: stream_cdda.c: reformatwm42012-04-281-359/+368
| * stream_cdda: various fixesreimar2012-04-281-10/+28
| * cocoa_common: fix problems with alt-tab window changesStefano Pigozzi2012-04-261-4/+5
| * configure: OSX: check for X11 header conflict with corevideoStefano Pigozzi2012-04-261-78/+95
| * Makefile: fix OSX compilation with --disable-corevideoStefano Pigozzi2012-04-261-3/+4
| * cocoa_common, gl_common: add OSX specific getProcAddressStefano Pigozzi2012-04-264-2/+18
| * OSX, input: implement wakeup in response to Cocoa eventsStefano Pigozzi2012-04-267-1/+204
| * vo_sharedbuffer: add this video outputStefano Pigozzi2012-04-265-0/+345
| * vo_corevideo: restructure this video outputStefano Pigozzi2012-04-265-352/+349
| * vo_corevideo: use cocoa_common to display the windowStefano Pigozzi2012-04-265-863/+185
| * vo_corevideo: use soft tabs (4 spaces)Stefano Pigozzi2012-04-261-684/+684
| * win32: core: wake up more often to poll for inputUoti Urpala2012-04-261-2/+13
| * core: change initial sync with --delay, video stream switchUoti Urpala2012-04-231-1/+2
| * core: uninitialize VO and AO when no track playsUoti Urpala2012-04-231-10/+9
| * configure: --enable-debug: don't change other compiler flagsUoti Urpala2012-04-191-13/+8
| * ad_ffmpeg: switch to avcodec_decode_audio4()Uoti Urpala2012-04-191-69/+112
| * stream_ffmpeg: fix broken line from 30afc64532ff61Uoti Urpala2012-04-182-1/+2
| * subassconvert: make subrip attribute parsing more robustUoti Urpala2012-04-171-33/+34
| * subassconvert: handle unquoted attributes in subrip font tagswm42012-04-173-27/+56
| * screenshot: fix dependency on sizeof(AVFrame)Uoti Urpala2012-04-151-7/+21
* | Merge remote-tracking branch 'origin/master'wm42012-04-2814-327/+282
|\|
| * subs: only use "subfont.ttf" as libass fallback if it existsUoti Urpala2012-04-141-1/+6
| * demux_lavf: try harder to make up a frame rateUoti Urpala2012-04-141-2/+16
| * stream_pvr: fix field size / snprintf size mismatchUoti Urpala2012-04-111-1/+1
| * ao_coreaudio: fix partial volume controlwm42012-04-111-1/+5
| * ao_pulse: support native mute controlwm42012-04-111-29/+55
| * ao_alsa: support native mute controlwm42012-04-111-25/+46
| * mixer: support native audio driver muteUoti Urpala2012-04-113-7/+29
| * audio: fix unmute-at-end logicUoti Urpala2012-04-115-12/+29
| * audio: restore balance setting after reinitUoti Urpala2012-04-113-8/+24
| * audio: restore volume setting after AO reinit if neededUoti Urpala2012-04-1110-1/+44
| * audio: mixer: change logic for AOs with no volume controlUoti Urpala2012-04-111-24/+27
| * audio: keep volume level internally (not only in AO)Uoti Urpala2012-04-114-53/+75
| * libao2: change control() types to enum, remove unused onesUoti Urpala2012-04-087-58/+27
* | ao_openal: fix crash when no device parameter is passedwm42012-04-251-1/+1
* | 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
* | subassconvert: handle unquoted attributes in subrip font tagswm42012-04-161-27/+45
* | 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-142-9/+4
* | 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-1321-2703/+46
|\|
| * ao_alsa: use "Master" mixer channel instead of "PCM" by defaultwm42012-04-081-1/+1
| * build: remove OS/2 supportUoti Urpala2012-04-0620-2683/+13
| * input: stop trying to read terminal input on EOFUoti Urpala2012-04-064-6/+17
| * core: in VO flip timing, recheck time after OSD drawUoti Urpala2012-04-051-0/+1
| * core: fix problems in video EOF detectionUoti Urpala2012-04-051-14/+15
* | 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-063-43/+46
* | win32: support key modifiers (shift, ctrl, alt)wm42012-04-063-24/+55
* | stream_cdda: print CDTEXT if availablewm42012-04-011-17/+51
* | configure, stream_cdda: remove libcdparanoia supportwm42012-04-012-104/+20
* | stream_cdda: reformatwm42012-04-011-359/+368
* | stream_cdda: various fixesreimar2012-04-011-10/+28
* | Merge remote-tracking branch 'origin/master'wm42012-04-0138-2554/+1270
|\|
| * stream_vstream: fix vstream_error format stringUoti Urpala2012-04-011-2/+3
| * ao_pulse: add hacks to work around seek problemsUoti Urpala2012-03-261-1/+19
| * ao_pulse, core: make pulse thread wake up core for more dataUoti Urpala2012-03-266-13/+57
| * ao_pulse: convert to new AO APIUoti Urpala2012-03-261-222/+282
| * cocoa_common: update screen info before entering fullscreenStefano Pigozzi2012-03-251-0/+1
| * input.c: simplify command definitionsUoti Urpala2012-03-252-145/+152
| * macosx_finder_args: use a custom logfile instead of system.logStefano Pigozzi2012-03-251-0/+12
| * VO: move gl+cocoa before corevideo in default VO orderStefano Pigozzi2012-03-251-1/+4
| * configure: disable X11 opengl backend if Cocoa is enabledStefano Pigozzi2012-03-251-1/+1
| * cocoa_common: add license informationStefano Pigozzi2012-03-252-0/+38
| * vo_quartz: remove this video outputStefano Pigozzi2012-03-254-1398/+0
| * macosx_finder_args: use cocoa instead of carbonStefano Pigozzi2012-03-255-136/+90
| * 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-256-16/+52
| * etc/input.conf: make file contents match default key bindingswm42012-03-251-100/+146
| * x11: remove wskeys.hwm42012-03-252-107/+20
| * x11: input: add print and menu keyswm42012-03-253-0/+3
| * x11: add KP_Separator to key mappingwm42012-03-252-0/+2
| * x11: allow unicode inputwm42012-03-252-29/+49
| * input: handle UTF-8 terminal inputwm42012-03-251-0/+11
| * input: allow unicode keys and reassign internal key codeswm42012-03-257-27/+103
| * 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
| * timeline: subs: keep subtitle tracks in source timeUoti Urpala2012-03-255-34/+33
| * vo_xv: remove direct rendering supportUoti Urpala2012-03-251-111/+22
| * cosmetics: vf_vo.c: reformatUoti Urpala2012-03-251-102/+107
| * cosmetics: misc minor cleanupsUoti Urpala2012-03-257-17/+6
| * core: improve sub and audio start after timeline part switchUoti Urpala2012-03-201-15/+21
| * options: move mixer.h options to structUoti Urpala2012-03-208-24/+30
| * mixer: reindent/cosmetic changeswm42012-03-202-106/+103
| * core: restructure main play loop, continue audio after videoUoti Urpala2012-03-192-283/+247
| * terminal output: if audio/video pts is missing, show "???"Uoti Urpala2012-03-161-13/+26
* | 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-3110-1/+3112
* | 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
* | Add bin_to_header.pywm42012-03-311-0/+43
* | mp_msg: double maximum message sizewm42012-03-311-1/+1
* | vo_direct3d: fix crash when using RGB formatswm42012-03-261-5/+5
* | libmpcodecs: rename IMGFMT_GBR24P to IMGFMT_GBRPwm42012-03-257-11/+11
* | vf_scale: prefer converting GBR24P to other 8 bit per component RGB formatsreimar2012-03-251-0/+4
* | libmpcodecs: support planar GBR24 decodingcehoyos2012-03-257-1/+13
* | mixer: remove useless includeswm42012-03-191-6/+1
* | ao_openal: allow setting the OpenAL sub-devicewm42012-03-171-2/+28
* | ao_dsound: fix volume controlswm42012-03-171-5/+7
* | ao_dsound: don't repeat parts of the audio buffer when playback endswm42012-03-171-24/+34
* | 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
* | windows support: use UTF-8 for screenshot filenameswm42012-03-171-0/+2
* | 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-1661-550/+747
|\|
| * vo_gl: improve 10-bit YUV->RGB conversion accuracy slightlyUoti Urpala2012-03-094-17/