| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 | 2012-09-18 | 1 | -2/+2 |
* | cocoa_common: make fullscreen menubar/dock hiding conditional | Stefano Pigozzi | 2012-09-18 | 1 | -1/+9 |
* | encode: video encoding now supported using mencoder-like options | Rudolf Polzer | 2012-09-18 | 26 | -33/+3208 |
* | TOOLS: add a new file identifier tool | Rudolf Polzer | 2012-09-18 | 1 | -0/+165 |
* | commands: allow printing raw properties | wm4 | 2012-09-18 | 1 | -4/+9 |
* | vf_rectangle: remove as it is very dirty and we have a replacement now | Rudolf Polzer | 2012-09-18 | 10 | -209/+0 |
* | vf_dlopen: vf_rectangle filter moved to dlopen (unix only) | Rudolf Polzer | 2012-09-18 | 2 | -1/+348 |
* | vf_dlopen: improve performance for 1-frame-for-1-frame filters | Rudolf Polzer | 2012-09-18 | 2 | -22/+59 |
* | mplayer: selectively reset track selection when playing multiple files | wm4 | 2012-09-18 | 2 | -0/+46 |
* | ad_dvdpcm: add back PCM decoder for DVD | wm4 | 2012-09-18 | 4 | -0/+171 |
* | core, timeline: cache external ordered chapter files too | Stefano Pigozzi | 2012-09-18 | 9 | -28/+77 |
* | subs, vo_vdpau: support RGBA color for PGS subtitles | Uoti Urpala | 2012-09-18 | 11 | -52/+273 |
* | libmpdemux: add back demux_ts | wm4 | 2012-09-18 | 5 | -1/+3574 |
* | libmpdemux: add back demux_mpg | wm4 | 2012-09-18 | 11 | -7/+2795 |
* | options: change --vid, --aid, --sid options | wm4 | 2012-09-18 | 3 | -24/+17 |
* | options: change --loop option, and extend choice option type | wm4 | 2012-09-18 | 6 | -26/+90 |
* | options: remove M_OPT_IMPLICIT_DEFAULT | wm4 | 2012-09-18 | 3 | -21/+8 |
* | options: remove -subalign | wm4 | 2012-09-18 | 6 | -45/+0 |
* | configure: add version check for libquvi | wm4 | 2012-09-18 | 1 | -1/+1 |
* | options: fix "--" | wm4 | 2012-09-18 | 1 | -0/+5 |
* | rawaudio: use mplayer audio format for format option | wm4 | 2012-09-18 | 6 | -22/+31 |
* | dec_audio: do not overwrite sh_audio->wf->wFormatTag | wm4 | 2012-09-18 | 1 | -8/+2 |
* | ad_pcm: add back raw decoder | wm4 | 2012-09-18 | 4 | -0/+247 |
* | core: remove duplicated format_time() functions | wm4 | 2012-09-18 | 6 | -53/+32 |
* | build: move mpcommon.c to version.c | wm4 | 2012-09-18 | 3 | -5/+23 |
* | bluray: add bd:// as stream prefix | wm4 | 2012-09-18 | 2 | -4/+4 |
* | manpage: remove references to bitmap fonts | wm4 | 2012-09-18 | 2 | -7/+1 |
* | demuxer: remove ImageDesc field | wm4 | 2012-09-18 | 3 | -23/+0 |
* | demuxer: do not set sub_utf8 option | wm4 | 2012-09-18 | 2 | -5/+0 |
* | Remove VESA/FBDEV remains, clean up example.conf | wm4 | 2012-09-18 | 4 | -149/+5 |
* | subs: restore support for sub_step command with libass | wm4 | 2012-09-18 | 3 | -10/+28 |
* | subs, vo: do sub bitmap change detection by comparing IDs | Uoti Urpala | 2012-09-18 | 8 | -32/+39 |
* | vo_vdpau: split bitmap packing code into a separate file | Uoti Urpala | 2012-09-18 | 4 | -146/+484 |
* | cleanup: video_out: remove vo_subdevice global variable | wm4 | 2012-09-18 | 2 | -8/+2 |
* | subs: always use sub decoder framework for libass rendering | Uoti Urpala | 2012-09-18 | 16 | -105/+164 |
* | subs: libass: use a single persistent renderer for subtitles | Uoti Urpala | 2012-09-18 | 10 | -119/+72 |
* | sd_lavc: use subtitle framework for former av_sub.c code | Uoti Urpala | 2012-09-18 | 7 | -109/+75 |
* | cleanup: remove pointless #defines | Uoti Urpala | 2012-09-18 | 7 | -28/+1 |
* | core: fix DVD subtitle selection | wm4 | 2012-09-18 | 7 | -31/+112 |
* | demux_mkv: fix minor memory leak | wm4 | 2012-09-18 | 1 | -0/+1 |
* | mplayer: don't clear OSD when new file is played | wm4 | 2012-09-18 | 1 | -19/+0 |
* | core: runtime Matroska edition switching | wm4 | 2012-09-18 | 6 | -5/+84 |
* | video_out: free memory if initializing a VO fails | wm4 | 2012-09-18 | 1 | -1/+3 |
* | mplayer: do not cancel playback if VF/VO config fails | wm4 | 2012-09-18 | 1 | -2/+6 |
* | core: move implementation for -audiofile to the frontend | wm4 | 2012-09-18 | 6 | -313/+129 |
* | core: manage tracks in the frontend | wm4 | 2012-09-18 | 12 | -1017/+694 |
* | core: refactor MPContext.demuxer field accesses | wm4 | 2012-09-18 | 3 | -132/+142 |
* | command: remove sub_remove command | wm4 | 2012-09-07 | 3 | -70/+0 |
* | command: remove sub_log command | wm4 | 2012-09-07 | 5 | -53/+1 |
* | core, timeline: don't keep separate stream field | wm4 | 2012-09-07 | 5 | -60/+41 |
* | timer: remove timer_name | wm4 | 2012-09-07 | 4 | -14/+0 |
* | osd: reset OSD progression display | wm4 | 2012-09-07 | 1 | -28/+9 |
* | libaf: rename af_format.h to format.h | wm4 | 2012-08-29 | 21 | -20/+20 |
* | options, libaf: unify audio format name handling | wm4 | 2012-08-29 | 4 | -123/+36 |
* | options, codecs.conf, img_format: unify imgfmt name handling | wm4 | 2012-08-29 | 5 | -196/+41 |
* | cleanup: remove XvMC remains, reformat img_format.c | Uoti Urpala | 2012-08-28 | 5 | -46/+33 |
* | cocoa_common: improve conditional dock hiding from 3259e4a7a | Stefano Pigozzi | 2012-08-28 | 1 | -2/+3 |
* | OSD/commands: use osdlevel=3 for osd_show_progression command | Uoti Urpala | 2012-08-28 | 1 | -14/+25 |
* | af_scaletempo: fix crash on channel reconfiguration | wm4 | 2012-08-26 | 1 | -0/+6 |
* | DOCS: add big picture overview over the code | wm4 | 2012-08-26 | 1 | -0/+206 |
* | DOCS: remove outdated/useless files | wm4 | 2012-08-25 | 2 | -34/+0 |
* | Merge remote-tracking branch 'cantabile/manpage_fixes' | wm4 | 2012-08-25 | 5 | -121/+68 |
|\ |
|
| * | manpage: update default jpeg quality for vo_image | cantabile | 2012-08-24 | 1 | -1/+1 |
| * | manpage: update default value of --softvol-max | cantabile | 2012-08-24 | 1 | -1/+1 |
| * | manpage: --screenshot-template: update %n, add %{prop} | cantabile | 2012-08-24 | 1 | -6/+14 |
| * | manpage: update the list of available screenshot formats | cantabile | 2012-08-24 | 1 | -3/+7 |
| * | manpage: update example of the status line | cantabile | 2012-08-24 | 1 | -3/+3 |
| * | manpage: fix ambiguous statement about --(no-)keepaspect | cantabile | 2012-08-24 | 1 | -1/+1 |
| * | manpage: mention that videos' colormatrix and color range flags are honored | cantabile | 2012-08-24 | 1 | -2/+4 |
| * | manpage: don't mention nonexistent VOs, command line switches, etc. | cantabile | 2012-08-24 | 3 | -84/+17 |
| * | manpage: fix various typos | cantabile | 2012-08-24 | 5 | -20/+20 |
* | | configure: disable optimization if --enable-debug is used | wm4 | 2012-08-25 | 1 | -4/+8 |
* | | configure: minor improvement to summary output | wm4 | 2012-08-25 | 1 | -6/+2 |
* | | configure: restore DVB support | wm4 | 2012-08-25 | 1 | -0/+2 |
* | | input: add ability to disable all default bindings for an input section | wm4 | 2012-08-24 | 3 | -8/+20 |
* | | vf_dlopen: add a generic filter to load external filters | Rudolf Polzer | 2012-08-23 | 11 | -0/+1014 |
* | | img_format, m_option: make image format name list globally available | wm4 | 2012-08-23 | 3 | -81/+111 |
|/ |
|
* | osd_libass: fix displaying empty text, fix API usage | wm4 | 2012-08-21 | 1 | -11/+6 |
* | Adjust ffmpeg/libav #includes to work with recent upstream changes | Uoti Urpala | 2012-08-21 | 13 | -17/+27 |
* | video: honor the video's colormatrix and color range flags | cantabile | 2012-08-21 | 5 | -0/+49 |
* | manpage: correct the definition of full range video | cantabile | 2012-08-21 | 1 | -1/+1 |
* | manpage: document -use-filename-title removal/replacement | wm4 | 2012-08-20 | 1 | -0/+1 |
* | parser-cfg: specify which config file contains the unknown option | cantabile | 2012-08-20 | 1 | -2/+2 |
* | mplayer: enable talloc leak report if special environment is variable set | wm4 | 2012-08-20 | 1 | -4/+7 |
* | mplayer: fix command line arguments log output | wm4 | 2012-08-20 | 1 | -1/+1 |
* | osd: get rid of useless initialization function | wm4 | 2012-08-20 | 3 | -29/+1 |
* | sub: remove unused definitions | wm4 | 2012-08-20 | 1 | -12/+0 |
* | demux_gif: change format of packets to make it work again | wm4 | 2012-08-20 | 1 | -9/+23 |
* | vd_ffmpeg, demux_mng: allow general raw formats, fix MNG demuxer | wm4 | 2012-08-20 | 2 | -9/+20 |
* | libmpcodecs: remove redundant audio and video decoders | wm4 | 2012-08-20 | 27 | -7822/+1 |
* | Remove support for libdv | wm4 | 2012-08-20 | 11 | -593/+0 |
* | Remove support for libnemesi RTSP streaming | wm4 | 2012-08-20 | 8 | -632/+0 |
* | Remove support for LIVE555 RTSP streaming | wm4 | 2012-08-20 | 14 | -1476/+2 |
* | libmpdemux: remove demux_real, demux_viv, demux_audio | wm4 | 2012-08-20 | 15 | -4275/+58 |
* | build: remove leftover bits for internal libdvdread support | wm4 | 2012-08-20 | 2 | -28/+0 |
* | cocoa_common: add HiDPI/retina support | Stefano Pigozzi | 2012-08-16 | 3 | -17/+63 |
* | macosx_finder_args: fix file open order | Stefano Pigozzi | 2012-08-16 | 1 | -1/+3 |
* | macosx_finder_args: make work with recent changes | Stefano Pigozzi | 2012-08-16 | 2 | -4/+4 |
* | cocoa_common.m: add missing config.h include | Stefano Pigozzi | 2012-08-16 | 1 | -0/+2 |
* | cleanup: osx_common: remove unused functions | Stefano Pigozzi | 2012-08-16 | 2 | -53/+0 |
* | cocoa_common: refactor menu generation | Stefano Pigozzi | 2012-08-16 | 1 | -16/+41 |
* | gl_common: fix compilation on OS X 10.8 | Stefano Pigozzi | 2012-08-16 | 1 | -0/+6 |
* | VO: remove vo_directfb2 and vo_directx | wm4 | 2012-08-16 | 7 | -2785/+0 |
* | Remove dvdnav support (DVD menus) | wm4 | 2012-08-16 | 17 | -1704/+15 |
* | Remove win32/qt/xanim/real binary codecs loading | wm4 | 2012-08-16 | 114 | -44013/+2 |
* | demux_lavf: assume audio codec_tag 0 means unset | Uoti Urpala | 2012-08-16 | 1 | -0/+2 |
* | ad_ffmpeg: add sanity check against decoder overreads | Uoti Urpala | 2012-08-16 | 1 | -2/+4 |
* | stream_file: print strerror() when failing to open a file | Uoti Urpala | 2012-08-16 | 1 | -1/+3 |
* | command: expand properties for "run" command | mplayer-svn | 2012-08-16 | 1 | -1/+5 |
* | vo_vdpau: fix crash when vo_vdpau initialization fails | wm4 | 2012-08-16 | 1 | -1/+1 |
* | video_out: fix crash when VO autoselection fails | wm4 | 2012-08-16 | 1 | -2/+3 |
* | configure: check for python3 existence | Rudolf Polzer | 2012-08-16 | 1 | -0/+13 |
* | mplayer: cosmetic changes to status line output | wm4 | 2012-08-16 | 1 | -9/+9 |
* | mplayer: remove playlist demuxer hack | wm4 | 2012-08-16 | 1 | -63/+0 |
* | image_writer: make JPG default and increase quality (for screenshots) | wm4 | 2012-08-16 | 1 | -2/+2 |
* | vf_expand: remove OSD support | wm4 | 2012-08-16 | 3 | -140/+4 |
* | core: intentionally cripple slave mode | wm4 | 2012-08-15 | 2 | -11/+16 |
* | vo_sharedbuffer: remove this VO | Stefano Pigozzi | 2012-08-15 | 6 | -348/+0 |
* | command: fix crash when setting nonexistent property | wm4 | 2012-08-10 | 1 | -0/+2 |
* | command: fix subtitle selection display | wm4 | 2012-08-08 | 2 | -4/ |