| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into osd_changes | wm4 | 2012-10-16 | 156 | -30614/+4601 |
|\ |
|
| * | manpage: improvements to vo_opengl documentation | wm4 | 2012-10-15 | 2 | -14/+26 |
| * | input: fix mp_cmd memory leak | wm4 | 2012-10-14 | 1 | -0/+3 |
| * | input: minor simplification to mp_input_get_cmd() | wm4 | 2012-10-14 | 1 | -13/+8 |
| * | command: reduce some property boilerplate | wm4 | 2012-10-14 | 3 | -46/+35 |
| * | input: add input test mode | wm4 | 2012-10-14 | 5 | -14/+90 |
| * | input: track location info for input commands | wm4 | 2012-10-14 | 3 | -24/+43 |
| * | osd_libass: fix \n escapes | wm4 | 2012-10-14 | 1 | -8/+3 |
| * | stream: remove NULL checks for open calls | wm4 | 2012-10-14 | 1 | -13/+3 |
| * | core: show quvi page title in window title, clean up libquvi handling | wm4 | 2012-10-14 | 9 | -77/+115 |
| * | input: don't warn on commands for disabled optional features | wm4 | 2012-10-14 | 1 | -6/+5 |
| * | vo_opengl: fix filter reinitialization | wm4 | 2012-10-14 | 1 | -4/+4 |
| * | ad_ffmpeg: add support for planar sample formats | Stefano Pigozzi | 2012-10-14 | 1 | -7/+36 |
| * | fmt-conversion.h: fix pixfmt.h #include; fixes latest Libav | Uoti Urpala | 2012-10-14 | 1 | -2/+1 |
| * | Merge branch 'input_changes' into master | wm4 | 2012-10-12 | 33 | -2405/+2196 |
| |\ |
|
| | * | commands: use "up" and "down" as 2nd argument for cycle command | wm4 | 2012-10-12 | 3 | -5/+32 |
| | * | commands: add print_text input command to print text on the terminal | wm4 | 2012-10-12 | 4 | -0/+15 |
| | * | sub: add --ass-style-override option to disable style overrides | wm4 | 2012-10-12 | 9 | -14/+46 |
| | * | sub: enable sub-pos with libass | wm4 | 2012-10-12 | 2 | -1/+6 |
| | * | options: add --status-msg | wm4 | 2012-10-12 | 4 | -22/+41 |
| | * | manpage: document input.conf related things | wm4 | 2012-10-12 | 4 | -17/+367 |
| | * | commands: move legacy property wrapper to m_property.c | wm4 | 2012-10-12 | 2 | -40/+48 |
| | * | commands: sub_step takes only one argument | wm4 | 2012-10-12 | 1 | -1/+1 |
| | * | TOOLS/mplayer2_identify.sh: program property is not readable | wm4 | 2012-10-12 | 1 | -1/+0 |
| | * | commands: disable deprecation warnings | wm4 | 2012-10-12 | 2 | -2/+2 |
| | * | commands: rename show_tracks/chapters_osd command | wm4 | 2012-10-12 | 1 | -2/+4 |
| | * | commands: attempt to fix "program" property | wm4 | 2012-10-12 | 1 | -2/+16 |
| | * | commands: don't use dummy option declaration for properties | wm4 | 2012-10-12 | 3 | -4/+12 |
| | * | commands: make exact seeking default bindings not use OSD | wm4 | 2012-10-12 | 1 | -4/+5 |
| | * | commands: more user-control whether a command shows OSD bars/messages | wm4 | 2012-10-12 | 6 | -110/+176 |
| | * | commands: add choice type to input commands | wm4 | 2012-10-12 | 3 | -59/+73 |
| | * | m_option.h: separate creating choices array into M_CHOICES macro | wm4 | 2012-10-12 | 1 | -2/+3 |
| | * | talloc: fix strndup group of functions | wm4 | 2012-10-12 | 1 | -2/+2 |
| | * | commands: change property expansion format string | wm4 | 2012-10-12 | 6 | -94/+109 |
| | * | Fix MP_TARRAY_GROW macro | wm4 | 2012-10-12 | 1 | -1/+1 |
| | * | input: warn about non-existing commands, add explicit "ignore" command | wm4 | 2012-10-12 | 2 | -25/+27 |
| | * | input: handle escapes always in command parser | wm4 | 2012-10-12 | 4 | -159/+163 |
| | * | commands: cosmetics: rename things | wm4 | 2012-10-12 | 3 | -13/+13 |
| | * | input: verify input.conf on loading | wm4 | 2012-10-12 | 3 | -9/+13 |
| | * | commands: replace "switch" with "add" and "cycle" | wm4 | 2012-10-12 | 6 | -128/+135 |
| | * | commands: make "aspect" property writeable, replaces "switch_ratio" | wm4 | 2012-10-12 | 3 | -15/+19 |
| | * | commands: remove M_PROPERTY_SWITCH from edition property | wm4 | 2012-10-12 | 3 | -24/+32 |
| | * | commands: make M_PROPERTY_GET_TYPE return an option copy | wm4 | 2012-10-12 | 3 | -35/+35 |
| | * | commands: cosmetics: reindent colormatrix property | wm4 | 2012-10-12 | 1 | -26/+26 |
| | * | commands: don't replicate mapping to option in levels_property_helper | wm4 | 2012-10-12 | 2 | -37/+33 |
| | * | commands: cosmetic changes mostly to m_property.h | wm4 | 2012-10-12 | 5 | -136/+94 |
| | * | commands: remove fallback for M_PROPERTY_PARSE and M_PROPERTY_TO_STRING | wm4 | 2012-10-12 | 1 | -38/+26 |
| | * | commands: add more property-option bridge uses, rename some options | wm4 | 2012-10-12 | 8 | -364/+242 |
| | * | commands: minor improvement to error message | wm4 | 2012-10-12 | 1 | -8/+2 |
| | * | commands: handle property clamping in m_option | wm4 | 2012-10-12 | 5 | -27/+123 |
| | * | options: simplify somewhat by introducing a union for option values | wm4 | 2012-10-12 | 3 | -34/+37 |
| | * | options: accept "yes" and "no" only for flags | wm4 | 2012-10-12 | 5 | -33/+25 |
| | * | commands: generally handle property formatting with m_option | wm4 | 2012-10-12 | 5 | -76/+84 |
| | * | commands: remove pointless NULL checks | wm4 | 2012-10-12 | 2 | -127/+4 |
| | * | commands: handle property stepping in a generic way | wm4 | 2012-10-12 | 5 | -282/+189 |
| | * | options: remove CONF_TYPE_POSITION | wm4 | 2012-10-12 | 5 | -47/+16 |
| | * | commands: rename "osdlevel" option and property, make it a choice | wm4 | 2012-10-12 | 7 | -36/+9 |
| | * | commands: replace --hardframedrop, change framedropping property | wm4 | 2012-10-12 | 9 | -36/+22 |
| | * | commands: remove third parameter for "switch" | wm4 | 2012-10-12 | 2 | -5/+2 |
| | * | commands: rename osd_show_[property_]text and osd_show_progression | wm4 | 2012-10-12 | 4 | -19/+12 |
| | * | commands: remove speed_set/speed_incr commands | wm4 | 2012-10-12 | 4 | -20/+5 |
| | * | commands: rename properties, update input.conf | wm4 | 2012-10-12 | 5 | -169/+203 |
| | * | commands: remove unimplemented "use_master" command | wm4 | 2012-10-12 | 2 | -2/+0 |
| | * | commands: change input commands to make OSD usage explicit | wm4 | 2012-10-12 | 5 | -60/+89 |
| | * | commands: minor cleanup for property_osd_display array | wm4 | 2012-10-12 | 2 | -41/+40 |
| | * | commands: simplify legacy command-to-property bridge | wm4 | 2012-10-12 | 3 | -188/+63 |
| | * | commands: remove legacy slave mode get commands | wm4 | 2012-10-12 | 6 | -348/+1 |
| * | | Rename to "mpv" | wm4 | 2012-10-12 | 57 | -1598/+323 |
| * | | manpage: remove old manpage | wm4 | 2012-10-12 | 1 | -8099/+0 |
| * | | encoding_example_profiles: add the better AAC encoders | Rudolf Polzer | 2012-10-12 | 1 | -1/+1 |
| * | | gl_common: allow compilation on Mac OS 10.6 | Stefano Pigozzi | 2012-10-07 | 2 | -1/+18 |
| * | | build: fix ao_dsound config checks | wm4 | 2012-10-05 | 3 | -6/+30 |
| * | | vo_opengl: don't try to map an empty buffer | wm4 | 2012-10-03 | 1 | -1/+1 |
| * | | vo_opengl: change default FBO format | wm4 | 2012-10-03 | 2 | -3/+3 |
| * | | vo_opengl: use PBOs by default with opengl-hq | wm4 | 2012-10-03 | 2 | -2/+2 |
| * | | vo_opengl: use low quality default settings, add opengl-hq alias | wm4 | 2012-10-03 | 3 | -17/+50 |
| * | | VO: add mechanism to replace old VO names, use it with "gl" and "gl3" | wm4 | 2012-10-03 | 2 | -37/+24 |
| * | | bstr: add bstr_equals/bstr_equals0 utility function | wm4 | 2012-10-03 | 1 | -0/+10 |
| * | | vo_opengl: always check GL errors in first 5 frames | wm4 | 2012-10-03 | 1 | -1/+5 |
| * | | VO: actually rename VOs gl -> opengl-old, gl3 -> opengl | wm4 | 2012-10-03 | 7 | -249/+248 |
| * | | VO: rename file: vo_gl3_shaders.glsl -> vo_opengl_shaders.glsl | wm4 | 2012-10-03 | 4 | -6/+6 |
| * | | VO: rename file: vo_gl3.c -> vo_opengl.c | wm4 | 2012-10-03 | 2 | -2/+2 |
| * | | VO: rename file: vo_gl.c -> vo_opengl_old.c | wm4 | 2012-10-03 | 2 | -2/+2 |
| * | | gl_common: require GLX 1.3 for vo_gl, remove old pre-1.3 code | wm4 | 2012-10-03 | 1 | -123/+91 |
| * | | vo_gl3: make it work on OpenGL 2.1 | wm4 | 2012-10-03 | 8 | -650/+966 |
| * | | mplayer: fix crash when muted and audio codec fails | wm4 | 2012-10-03 | 2 | -2/+5 |
| * | | Remove useless video filters | wm4 | 2012-10-03 | 54 | -16996/+4 |
| * | | Fix string.format compatibility with Python 2.6 | Kovensky | 2012-10-01 | 1 | -3/+3 |
| * | | encode: remove dependency on current ffmpeg | Rudolf Polzer | 2012-10-01 | 2 | -235/+240 |
| * | | .gitignore: ignore .exe files | Kovensky | 2012-09-30 | 1 | -0/+1 |
| * | | windows support: set -mwin32 when building on Cygwin | Kovensky | 2012-09-30 | 1 | -0/+4 |
| * | | windows support: include io.h when building on Cygwin | Kovensky | 2012-09-30 | 1 | -0/+4 |
| * | | windows support: define WINVER to 0x0500 | Kovensky | 2012-09-30 | 1 | -1/+1 |
| * | | vf_lavc: fix compilation with latest libav | Anton Khirnov | 2012-09-29 | 1 | -5/+0 |
| * | | build: use "python" instead of "python3" as interpreter name | wm4 | 2012-09-29 | 4 | -5/+5 |
| * | | build: make Python scripts compatible with Python 2.x | wm4 | 2012-09-29 | 2 | -1/+7 |
| * | | encode: add options --ovfirst and --oafirst | Rudolf Polzer | 2012-09-29 | 8 | -35/+77 |
| * | | encode: update to current ffmpeg API | Rudolf Polzer | 2012-09-29 | 1 | -28/+8 |
| * | | encode: fix -ocopyts with certain DVD images | Rudolf Polzer | 2012-09-29 | 2 | -78/+94 |
| * | | TOOLS: fix first frame pts for dlopen/telecine.so | Rudolf Polzer | 2012-09-28 | 1 | -6/+13 |
* | | | sub: fix and simplify some change detection details | wm4 | 2012-10-16 | 3 | -15/+14 |
* | | | spudec.c: crop subs, set scaled flag | wm4 | 2012-10-16 | 1 | -30/+84 |
* | | | sub: switch to premultiplied alpha | wm4 | 2012-10-16 | 5 | -7/+35 |
* | | | sub: never decode subs to old OSD format | wm4 | 2012-10-16 | 12 | -185/+191 |
* | | | sub: cosmetics: move things around | wm4 | 2012-10-16 | 12 | -72/+76 |
* | | | sub: cleanup: don't pass parameters via global variables | wm4 | 2012-10-16 | 7 | -42/+38 |
* | | | sub: always go through sub.c for OSD rendering | wm4 | 2012-10-16 | 7 | -56/+124 |
* | | | sub, VO: remove vo_osd_resized() function | wm4 | 2012-10-16 | 8 | -18/+5 |
* | | | libvo: remove eosd_packer.c | wm4 | 2012-10-16 | 3 | -330/+0 |
* | | | vo_direct3d: use new OSD API | wm4 | 2012-10-16 | 1 | -287/+145 |
* | | | vo_corevideo: add EOSD | wm4 | 2012-10-16 | 1 | -101/+22 |
* | | | vo_gl: use gl_osd.c | wm4 | 2012-10-16 | 3 | -295/+27 |
* | | | vo_gl3: move OSD code to gl_osd.c | wm4 | 2012-10-16 | 7 | -201/+449 |
* | | | sub: remove logic for disabling hinting on scaled EOSD | wm4 | 2012-10-16 | 11 | -17/+8 |
* | | | vo_gl, options: remove doublebuffering option (--double) | wm4 | 2012-10-16 | 6 | -31/+11 |
* | | | sub: make it easier to set DVD sub decoding with sd_lavc | wm4 | 2012-10-16 | 3 | -9/+26 |
* | | | osd_libass: set RTL base direction to neutral | wm4 | 2012-10-16 | 1 | -3/+6 |
* | | | sub, vo_gl3, vo_vdpau: exit early if there are no sub-images to draw | wm4 | 2012-10-16 | 2 | -2/+2 |
* | | | sub: cleanup: remove vo_osd_probar_type/value global variables | wm4 | 2012-10-16 | 5 | -18/+15 |
* | | | sub: cosmetics: turn some defines into enums | wm4 | 2012-10-16 | 2 | -28/+34 |
* | | | mplayer: reset subtitles handled by dec_sub.c on seek | wm4 | 2012-10-16 | 1 | -0/+2 |
* | | | vo_vdpau: use new EOSD for OSD, remove support for old OSD format | wm4 | 2012-10-16 | 1 | -180/+13 |
* | | | vo_vdpau: allow multiple EOSD renderers | wm4 | 2012-10-16 | 1 | -34/+45 |
* | | | sub: allow converting DVD subs to RGBA | wm4 | 2012-10-16 | 4 | -6/+53 |
* | | | sub: allow rendering OSD in ASS image format directly, simplify | wm4 | 2012-10-16 | 15 | -523/+600 |
* | | | vo_gl3: use old OSD using the emulation layer | wm4 | 2012-10-16 | 1 | -97/+1 |
* | | | sub: add preliminary emulation layer to draw OSD with EOSD | wm4 | 2012-10-16 | 2 | -0/+82 |
* | | | vo_gl3: support RGBA EOSD | wm4 | 2012-10-16 | 5 | -99/+251 |
* | | | sub: create sub_bitmap array even when using libass | wm4 | 2012-10-16 | 12 | -111/+130 |
|/ / |
|
* | | encoding examples: refuse upscaling when the target is an iPhone | Rudolf Polzer | 2012-09-24 | 1 | -7/+7 |
* | | vf_scale: do the upscale detection AFTER calculating dimensions | Rudolf Polzer | 2012-09-24 | 1 | -7/+8 |
* | | mp_msg: make MSGL_STATUS use the same color as MSGL_INFO | wm4 | 2012-09-23 | 1 | -1/+1 |
* | | demuxer: fix crash with demux_rawvideo | wm4 | 2012-09-23 | 1 | -2/+6 |
* | | options: handle alias options differently | wm4 | 2012-09-23 | 2 | -10/+9 |
* | | options: simplify somewhat by introducing a union for option values | wm4 | 2012-09-23 | 3 | -20/+30 |
* | | options: accept "yes" and "no" only for flags | wm4 | 2012-09-23 | 5 | -33/+25 |
* | | commands: fix parsing bug | wm4 | 2012-09-23 | 1 | -1/+1 |
* | | ao_pulse: extend maximum settable volume beyond 100% | wm4 | 2012-09-23 | 1 | -7/+8 |
* | | softvol, ao_pulse: prefer ao_pulse volume control by default | wm4 | 2012-09-23 | 7 | -7/+35 |
* | | configure: make --enable-openal use auto detection | wm4 | 2012-09-23 | 1 | -1/+1 |
* | | options: make cache option always per-file | wm4 | 2012-09-23 | 3 | -6/+12 |
* | | mplayer: fix abort command handling | wm4 | 2012-09-23 | 1 | -14/+10 |
* | | getch2: request at least 1 byte of input each read | Rudolf Polzer | 2012-09-19 | 1 | -1/+1 |
* | | mp_msg: use stdout for all output except status; put status on stderr | Rudolf Polzer | 2012-09-19 | 1 | -2/+2 |
* | | mp_msg: enable --msgcolor by default; force it off if stdout is no tty | Rudolf Polzer | 2012-09-19 | 1 | -7/+14 |
|/ |
|
* | mplayer: unbreak OSD with CONFIG_ENCODING undefined | wm4 | 2012-09-18 | 2 | -12/+1 |
* | options: rename noconfig to no-config, nocache to no-cache | wm4 | |