summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | windows support: set -mwin32 when building on CygwinKovensky2012-09-301-0/+4
| * | windows support: include io.h when building on CygwinKovensky2012-09-301-0/+4
| * | windows support: define WINVER to 0x0500Kovensky2012-09-301-1/+1
| * | vf_lavc: fix compilation with latest libavAnton Khirnov2012-09-291-5/+0
| * | build: use "python" instead of "python3" as interpreter namewm42012-09-294-5/+5
| * | build: make Python scripts compatible with Python 2.xwm42012-09-292-1/+7
| * | encode: add options --ovfirst and --oafirstRudolf Polzer2012-09-298-35/+77
| * | encode: update to current ffmpeg APIRudolf Polzer2012-09-291-28/+8
| * | encode: fix -ocopyts with certain DVD imagesRudolf Polzer2012-09-292-78/+94
| * | TOOLS: fix first frame pts for dlopen/telecine.soRudolf Polzer2012-09-281-6/+13
* | | sub: fix and simplify some change detection detailswm42012-10-163-15/+14
* | | spudec.c: crop subs, set scaled flagwm42012-10-161-30/+84
* | | sub: switch to premultiplied alphawm42012-10-165-7/+35
* | | sub: never decode subs to old OSD formatwm42012-10-1612-185/+191
* | | sub: cosmetics: move things aroundwm42012-10-1612-72/+76
* | | sub: cleanup: don't pass parameters via global variableswm42012-10-167-42/+38
* | | sub: always go through sub.c for OSD renderingwm42012-10-167-56/+124
* | | sub, VO: remove vo_osd_resized() functionwm42012-10-168-18/+5
* | | libvo: remove eosd_packer.cwm42012-10-163-330/+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-167-201/+449
* | | sub: remove logic for disabling hinting on scaled EOSDwm42012-10-1611-17/+8
* | | vo_gl, options: remove doublebuffering option (--double)wm42012-10-166-31/+11
* | | sub: make it easier to set DVD sub decoding with sd_lavcwm42012-10-163-9/+26
* | | osd_libass: set RTL base direction to neutralwm42012-10-161-3/+6
* | | 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-165-18/+15
* | | sub: cosmetics: turn some defines into enumswm42012-10-162-28/+34
* | | mplayer: reset subtitles handled by dec_sub.c on seekwm42012-10-161-0/+2
* | | 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 converting DVD subs to RGBAwm42012-10-164-6/+53
* | | sub: allow rendering OSD in ASS image format directly, simplifywm42012-10-1615-523/+600
* | | vo_gl3: use old OSD using the emulation layerwm42012-10-161-97/+1
* | | sub: add preliminary emulation layer to draw OSD with EOSDwm42012-10-162-0/+82
* | | vo_gl3: support RGBA EOSDwm42012-10-165-99/+251
* | | sub: create sub_bitmap array even when using libasswm42012-10-1612-111/+130
|/ /
* | encoding examples: refuse upscaling when the target is an iPhoneRudolf Polzer2012-09-241-7/+7
* | vf_scale: do the upscale detection AFTER calculating dimensionsRudolf Polzer2012-09-241-7/+8