summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* csputils: better support for integer color valueswm42012-10-284-9/+27
* draw_bmp, csputils: use function instead of macrowm42012-10-284-37/+12
* draw_bmp: cosmetics, refactorwm42012-10-283-434/+332
* mpcommon: add mp_rect typewm42012-10-271-0/+5
* draw_bmp: remove CONDITIONAL2 codewm42012-10-241-25/+0
* Merge branch 'master' into osd_changeswm42012-10-2441-435/+1389
|\
| * cleanup: remove vd_internal.hwm42012-10-231-48/+0
| * vo_opengl: fix help output typowm42012-10-231-1/+1
| * VF: remove IMGFMT_MPEGPESwm42012-10-226-20/+2
| * vd: remove references to vf_palette and vf_lavcwm42012-10-221-48/+3
| * vd_ffmpeg, vf: fix crashes with some game formatsreimar2012-10-222-5/+8
| * osd_libass: increase robustness when handling internal OSD escapeswm42012-10-221-1/+1
| * osd_libass: fix stupid dangling pointer crashwm42012-10-221-1/+1
| * mp_image: add IMGFMT_BGR0/PIX_FMT_BGR0wm42012-10-214-0/+10
| * vo_vdpau: fix screenshotswm42012-10-211-18/+32
| * mplayer: make terminal status playback time consistent with OSDwm42012-10-211-14/+8
| * build: fix compilation on Windows (manifest files)wm42012-10-203-3/+3
| * 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-168-12/+80
| * cocoa_common: save state in the vo structStefano Pigozzi2012-10-165-62/+85
| * codecs: add Video Decode Acceleration Framework codecStefano Pigozzi2012-10-161-0/+16
| * TOOLS: add script for osx bundle generationStefano Pigozzi2012-10-1613-0/+913
* | vo_lavc: never draw OSDwm42012-10-241-1/+1
* | manpage: cleanupwm42012-10-246-214/+96
* | options: remove --ffactor switchwm42012-10-247-21/+2
* | options: remove --subfont-autoscale (changes default font scale)wm42012-10-246-44/+2
* | options: remove subtitle related options that did nothingwm42012-10-246-61/+5
* | draw_bmp: fix IMGFMT_BGR32 useRudolf Polzer2012-10-241-9/+15
* | sub: add clarifying commentswm42012-10-241-1/+3
* | core: disable vf_sub auto-insertionwm42012-10-243-48/+1
* | VF: rename vf_ass to vf_subwm42012-10-247-30/+25
* | vo_corevideo: add screenshot capabilityStefano Pigozzi2012-10-245-40/+71
* | screenshot: hack against w/width confusionwm42012-10-241-1/+5
* | draw_bmp: fix for yuy2 formatwm42012-10-242-1/+5
* | core: do not try to redraw OSD if VO doesn't support OSDwm42012-10-244-24/+29
* | sub: simplify OSD redrawing logicwm42012-10-243-25/+16
* | manpage: optional input command args can't just be omittedwm42012-10-241-6/+6
* | vo_corevideo: fix EOSD artifactsStefano Pigozzi2012-10-241-13/+16
* | screenshot: change "screenshot" input commandwm42012-10-247-32/+32
* | screenshot: allow taking screenshots with subtitleswm42012-10-246-19/+65
* | vo_corevideo: uninitialize CoreVideo objects before OpenGLwm42012-10-241-1/+1
* | VO, sub: refactorwm42012-10-2430-375/+331
* | draw_bmp: don't try to call swscale if image format not supportedwm42012-10-243-2/+18
* | sub: add cache to mp_draw_sub_bitmaps()wm42012-10-244-19/+86
* | sub, vf_ass: allow rendering RGBA subs, replace old vf_ass renderingwm42012-10-246-228/+88
* | sub: fix text subtitle aspect ratio with vo_xv and vo_lavc, refactorwm42012-10-2413-70/+79
* | core: fix -subfilewm42012-10-242-5/+6
* | mp_image: hack to fix alignment for certain image formatswm42012-10-241-0/+19
* | spudec: use csputils for color conversionwm42012-10-243-10/+30
* | Remove things related to old OSDwm42012-10-2418-1741/+1
* | img_convert: fix alignment for RGBA imageswm42012-10-241-3/+8
* | 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
* | sub: add function to draw OSD into an imagewm42012-10-242-0/+31
* | draw_bmp: compensate for libswscale writing past image boundswm42012-10-241-1/+2
* | csputils: cosmetic changeswm42012-10-241-15/+5
* | sub: add helper to draw sub-bitmaps into an imageRudolf Polzer2012-10-247-0/+684
* | mp_image: fix copy_mpi() with 16 bit formats, add helper macrosRudolf Polzer2012-10-242-5/+17
* | libmpcodecs: move vf_scale.c swscale helper functions to sws_utils.cRudolf Polzer2012-10-248-114/+166
* | Merge branch 'master' into osd_changeswm42012-10-16156-30614/+4601
|\|
| * manpage: improvements to vo_opengl documentationwm42012-10-152-14/+26
| * input: fix mp_cmd memory leakwm42012-10-141-0/+3
| * input: minor simplification to mp_input_get_cmd()wm42012-10-141-13/+8
| * command: reduce some property boilerplatewm42012-10-143-46/+35
| * input: add input test modewm42012-10-145-14/+90
| * input: track location info for input commandswm42012-10-143-24/+43
| * osd_libass: fix \n escapeswm42012-10-141-8/+3
| * stream: remove NULL checks for open callswm42012-10-141-13/+3
| * core: show quvi page title in window title, clean up libquvi handlingwm42012-10-149-77/+115
| * input: don't warn on commands for disabled optional featureswm42012-10-141-6/+5
| * vo_opengl: fix filter reinitializationwm42012-10-141-4/+4
| * ad_ffmpeg: add support for planar sample formatsStefano Pigozzi2012-10-141-7/+36
| * fmt-conversion.h: fix pixfmt.h #include; fixes latest LibavUoti Urpala2012-10-141-2/+1
| * Merge branch 'input_changes' into masterwm42012-10-1233-2405/+2196
| |\
| | * commands: use "up" and "down" as 2nd argument for cycle commandwm42012-10-123-5/+32
| | * commands: add print_text input command to print text on the terminalwm42012-10-124-0/+15
| | * sub: add --ass-style-override option to disable style overrideswm42012-10-129-14/+46
| | * sub: enable sub-pos with libasswm42012-10-122-1/+6
| | * options: add --status-msgwm42012-10-124-22/+41
| | * manpage: document input.conf related thingswm42012-10-124-17/+367
| | * commands: move legacy property wrapper to m_property.cwm42012-10-122-40/+48
| | * commands: sub_step takes only one argumentwm42012-10-121-1/+1
| | * TOOLS/mplayer2_identify.sh: program property is not readablewm42012-10-121-1/+0
| | * commands: disable deprecation warningswm42012-10-122-2/+2
| | * commands: rename show_tracks/chapters_osd commandwm42012-10-121-2/+4
| | * commands: attempt to fix "program" propertywm42012-10-121-2/+16
| | * commands: don't use dummy option declaration for propertieswm42012-10-123-4/+12
| | * commands: make exact seeking default bindings not use OSDwm42012-10-121-4/+5
| | * commands: more user-control whether a command shows OSD bars/messageswm42012-10-126-110/+176
| | * commands: add choice type to input commandswm42012-10-123-59/+73
| | * m_option.h: separate creating choices array into M_CHOICES macrowm42012-10-121-2/+3
| | * talloc: fix strndup group of functionswm42012-10-121-2/+2
| | * commands: change property expansion format stringwm42012-10-126-94/+109
| | * Fix MP_TARRAY_GROW macrowm42012-10-121-1/+1
| | * input: warn about non-existing commands, add explicit "ignore" commandwm42012-10-122-25/+27
| | * input: handle escapes always in command parserwm42012-10-124-159/+163
| | * commands: cosmetics: rename thingswm42012-10-123-13/+13
| | * input: verify input.conf on loadingwm42012-10-123-9/+13
| | * commands: replace "switch" with "add" and "cycle"wm42012-10-126-128/+135
| | * commands: make "aspect" property writeable, replaces "switch_ratio"wm42012-10-123-15/+19
| | * commands: remove M_PROPERTY_SWITCH from edition propertywm42012-10-123-24/+32
| | * commands: make M_PROPERTY_GET_TYPE return an option copywm42012-10-123-35/+35
| | * commands: cosmetics: reindent colormatrix propertywm42012-10-121-26/+26
| | * commands: don't replicate mapping to option in levels_property_helperwm42012-10-122-37/+33
| | * commands: cosmetic changes mostly to m_property.hwm42012-10-125-136/+94
| | * commands: remove fallback for M_PROPERTY_PARSE and M_PROPERTY_TO_STRINGwm42012-10-121-38/+26
| | * commands: add more property-option bridge uses, rename some optionswm42012-10-128-364/+242
| | * commands: minor improvement to error messagewm42012-10-121-8/+2
| | * commands: handle property clamping in m_optionwm42012-10-125-27/+123
| | * options: simplify somewhat by introducing a union for option valueswm42012-10-123-34/+37
| | * options: accept "yes" and "no" only for flagswm42012-10-125-33/+25
| | * commands: generally handle property formatting with m_optionwm42012-10-125-76/+84
| | * commands: remove pointless NULL checkswm42012-10-122-127/+4
| | * commands: handle property stepping in a generic waywm42012-10-125-282/+189
| | * options: remove CONF_TYPE_POSITIONwm42012-10-125-47/+16
| | * commands: rename "osdlevel" option and property, make it a choicewm42012-10-127-36/+9
| | * commands: replace --hardframedrop, change framedropping propertywm42012-10-129-36/+22
| | * commands: remove third parameter for "switch"wm42012-10-122-5/+2
| | * commands: rename osd_show_[property_]text and osd_show_progressionwm42012-10-124-19/+12
| | * commands: remove speed_set/speed_incr commandswm42012-10-124-20/+5
| | * commands: rename properties, update input.confwm42012-10-125-169/+203
| | * commands: remove unimplemented "use_master" commandwm42012-10-122-2/+0
| | * commands: change input commands to make OSD usage explicitwm42012-10-125-60/+89
| | * commands: minor cleanup for property_osd_display arraywm42012-10-122-41/+40
| | * commands: simplify legacy command-to-property bridgewm42012-10-123-188/+63
| | * commands: remove legacy slave mode get commandswm42012-10-126-348/+1
| * | Rename to "mpv"wm42012-10-1257-1598/+323
| * | manpage: remove old manpagewm42012-10-121-8099/+0
| * | encoding_example_profiles: add the better AAC encodersRudolf Polzer2012-10-121-1/+1
| * | gl_common: allow compilation on Mac OS 10.6Stefano Pigozzi2012-10-072-1/+18
| * | build: fix ao_dsound config checkswm42012-10-053-6/+30
| * | vo_opengl: don't try to map an empty bufferwm42012-10-031-1/+1
| * | vo_opengl: change default FBO formatwm42012-10-032-3/+3
| * | vo_opengl: use PBOs by default with opengl-hqwm42012-10-032-2/+2
| * | vo_opengl: use low quality default settings, add opengl-hq aliaswm42012-10-033-17/+50
| * | VO: add mechanism to replace old VO names, use it with "gl" and "gl3"wm42012-10-032-37/+24
| * | bstr: add bstr_equals/bstr_equals0 utility functionwm42012-10-031-0/+10
| * | vo_opengl: always check GL errors in first 5 frameswm42012-10-031-1/+5
| * | VO: actually rename VOs gl -> opengl-old, gl3 -> openglwm42012-10-037-249/+248
| * | VO: rename file: vo_gl3_shaders.glsl -> vo_opengl_shaders.glslwm42012-10-034-6/+6
| * | VO: rename file: vo_gl3.c -> vo_opengl.cwm42012-10-032-2/+2
| * | VO: rename file: vo_gl.c -> vo_opengl_old.cwm42012-10-032-2/+2
| * | 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-038-650/+966
| * | mplayer: fix crash when muted and audio codec failswm42012-10-032-2/+5
| * | Remove useless video filterswm42012-10-0354-16996/+4
| * | Fix string.format compatibility with Python 2.6Kovensky2012-10-011-3/+3
| * | encode: remove dependency on current ffmpegRudolf Polzer2012-10-012-235/+240
| * | .gitignore: ignore .exe filesKovensky2012-09-301-0/+1