summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cache: enable STREAM_CTRL_GET_NUM_TITLESib2012-10-301-0/+3
* vf_screenshot: fix handling of out-of-order slice rendered framesreimar2012-10-301-4/+2
* vf_delogo, vf_unsharp: clear mpi->priv for consistencyreimar2012-10-302-0/+2
* vf_delogo: fix using with numbered mpireimar2012-10-301-1/+4
* demux_ts: fix reading teletext languagereimar2012-10-301-1/+1
* demux_ts: cosmeticsreimar2012-10-301-10/+10
* mp_image: update description of MP_IMGFLAG_READABLEreimar2012-10-301-1/+8
* vf: fix usage count for passthrough-only filtersreimar2012-10-301-1/+3
* vd_ffmpeg: detect broken mpi usage countreimar2012-10-301-0/+4
* demuxer: add missing newline in error messagecehoyos2012-10-301-1/+1
* cache: fix long hangsreimar2012-10-301-1/+1
* demux_lavf: support SRT subtitlesreimar2012-10-301-2/+2
* demux_lavf: do not special case ID_TEXT subs on program switchingreimar2012-10-301-1/+1
* stream_file: explicitly signal EOFreimar2012-10-301-0/+2
* demux_ts: add support for PCM variant found on BluRayreimar2012-10-301-0/+7
* vf_stereo3d: add another anaglyph color variantreimar2012-10-301-12/+30
* vf_expand: remove outdated code causing crashesreimar2012-10-301-6/+0
* options: fix URL user/password parsingUoti Urpala2012-10-301-2/+2
* stream_ftp: fix double free in one error caseUoti Urpala2012-10-301-1/+0
* af_scaletempo: reset latency info when reconfiguringUoti Urpala2012-10-281-0/+3
* stream_ffmpeg: handle rtsp:// URLs by default, add lavf://Uoti Urpala2012-10-283-22/+31
* 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
* 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
* | 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
* | mp_msg: make MSGL_STATUS use the same color as MSGL_INFOwm42012-09-231-1/+1
* | demuxer: fix crash with demux_rawvideowm42012-09-231-2/+6
* | options: handle alias options differentlywm42012-09-232-10/+9
* | options: simplify somewhat by introducing a union for option valueswm42012-09-233-20/+30
* | options: accept "yes" and "no" only for flagswm42012-09-235-33/+25
* | commands: fix parsing bugwm42012-09-231-1/+1
* | ao_pulse: extend maximum settable volume beyond 100%wm42012-09-231-7/+8
* | softvol, ao_pulse: prefer ao_pulse volume control by defaultwm42012-09-237-7/+35
* | configure: make --enable-openal use auto detectionwm42012-09-231-1/+1
* | options: make cache option always per-filewm42012-09-233-6/+12
* | mplayer: fix abort command handlingwm42012-09-231-14/+10
* | getch2: request at least 1 byte of input each readRudolf Polzer2012-09-191-1/+1
* | mp_msg: use stdout for all output except status; put status on stderrRudolf Polzer2012-09-191-2/+2
* | mp_msg: enable --msgcolor by default; force it off if stdout is no ttyRudolf Polzer2012-09-191-7/+14
|/
* mplayer: unbreak OSD with CONFIG_ENCODING undefinedwm42012-09-182-12/+1
* options: rename noconfig to no-config, nocache to no-cachewm42012-09-181-2/+2
* cocoa_common: make fullscreen menubar/dock hiding conditionalStefano Pigozzi2012-09-181-1/+9
* encode: video encoding now supported using mencoder-like optionsRudolf Polzer2012-09-1826-33/+3208
* TOOLS: add a new file identifier toolRudolf Polzer2012-09-181-0/+165
* commands: allow printing raw propertieswm42012-09-181-4/+9
* vf_rectangle: remove as it is very dirty and we have a replacement nowRudolf Polzer2012-09-1810-209/+0
* vf_dlopen: vf_rectangle filter moved to dlopen (unix only)Rudolf Polzer2012-09-182-1/+348
* vf_dlopen: improve performance for 1-frame-for-1-frame filtersRudolf Polzer2012-09-182-22/+59
* mplayer: selectively reset track selection when playing multiple fileswm42012-09-182-0/